Commit bacbc59
committed
fix(step-5): migrate Notion MCP to hosted OAuth endpoint
Notion flagged the `@notionhq/notion-mcp-server` npm package for eventual
sunset in its README ("we may sunset this local MCP server repository in
the future — issues and pull requests are not actively monitored"). The
canonical replacement is the hosted endpoint at https://mcp.notion.com/mcp
with OAuth on first use.
Installer UX simplifies:
- No integration-token prompt
- No "share each page with the integration" manual step
- Browser OAuth happens the first time Claude reads/writes Notion;
user picks page/database scope during that flow
README table row updated to match — still Notion official, just the
hosted path now.1 parent 6d1c94d commit bacbc59
2 files changed
Lines changed: 10 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
| 227 | + | |
227 | 228 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 229 | + | |
| 230 | + | |
239 | 231 | | |
240 | 232 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
252 | 237 | | |
253 | 238 | | |
254 | 239 | | |
255 | 240 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 241 | | |
261 | | - | |
| 242 | + | |
262 | 243 | | |
263 | | - | |
264 | 244 | | |
265 | 245 | | |
266 | 246 | | |
| |||
0 commit comments