Description
The Notion plugin (notion@claude-plugins-official, v0.1.0) fails to connect with an "Internal Server Error" after disconnecting mid-session. Multiple attempts to reconnect, re-authenticate, and reinstall have not resolved it.
Steps to Reproduce
- Notion plugin was working earlier in the session — tools like
notion-search, notion-create-pages, notion-fetch, notion-update-page all functioned correctly (~30+ successful API calls)
- After some time, the Notion MCP server disconnected without any user action
- Ran
/mcp multiple times — Notion server fails to reconnect with "Internal Server Error"
- Uninstalled and reinstalled the plugin:
claude plugin uninstall notion@claude-plugins-official --scope user
claude plugin install notion@claude-plugins-official --scope user
- Ran
/mcp again — still "Internal Server Error"
- No auth prompt appears — it fails before reaching authentication
Environment
- OS: macOS (Darwin 24.3.0)
- Claude Code: latest
- Plugin: notion@claude-plugins-official v0.1.0
- Scope: user
- Other plugins working: Slack (
slack@claude-plugins-official), Atlassian (atlassian@claude-plugins-official), Google Calendar — all remain connected in the same session
What Worked Before Disconnect
These tools were all functional earlier in the session:
notion-search (scoped to specific collections)
notion-create-pages (batch creation with templates, relations, dates)
notion-fetch (page content retrieval)
notion-update-page (both replace_content and update_content commands)
Expected Behavior
Notion MCP server should reconnect and authenticate successfully after /mcp.
Actual Behavior
"Internal Server Error" on every connection attempt. The error occurs before any auth flow — suggests a server-side issue rather than a client/auth problem.
Related
Also reported at anthropics/claude-code#48243
Description
The Notion plugin (
notion@claude-plugins-official, v0.1.0) fails to connect with an "Internal Server Error" after disconnecting mid-session. Multiple attempts to reconnect, re-authenticate, and reinstall have not resolved it.Steps to Reproduce
notion-search,notion-create-pages,notion-fetch,notion-update-pageall functioned correctly (~30+ successful API calls)/mcpmultiple times — Notion server fails to reconnect with "Internal Server Error"/mcpagain — still "Internal Server Error"Environment
slack@claude-plugins-official), Atlassian (atlassian@claude-plugins-official), Google Calendar — all remain connected in the same sessionWhat Worked Before Disconnect
These tools were all functional earlier in the session:
notion-search(scoped to specific collections)notion-create-pages(batch creation with templates, relations, dates)notion-fetch(page content retrieval)notion-update-page(bothreplace_contentandupdate_contentcommands)Expected Behavior
Notion MCP server should reconnect and authenticate successfully after
/mcp.Actual Behavior
"Internal Server Error" on every connection attempt. The error occurs before any auth flow — suggests a server-side issue rather than a client/auth problem.
Related
Also reported at anthropics/claude-code#48243