-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Notion MCP server is disconnected" #12
Comments
@mrshaper93 {
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@suekou/mcp-notion-server"],
"env": {
"NOTION_API_TOKEN": "your-integration-token"
}
}
}
} This approach could potentially resolve the problem. |
I have identified the cause of the error. The field in The correct and complete
|
and running with
resolved it for me |
I recently followed all the installation and configuration steps for the Claude desktop app, including setting up the claude_desktop_config.json file with the correct API key and absolute path to index.js. However, I’m encountering an issue where the app shows "Notion MCP server is disconnected" on my MacBook with an M1 chip.
Here are some details about my setup and the troubleshooting steps I’ve tried:
Verified that the Notion MCP server is running and restarted it manually.
Checked Node.js compatibility and ensured I’m using the latest LTS version.
Confirmed the absolute path to index.js in the configuration file is accurate.
Validated the API key by testing it with external tools like Postman.
Ensured a stable internet connection and temporarily disabled VPN/firewall.
Installed Rosetta 2 on my M1 MacBook.
Rebuilt dependencies by deleting the node_modules folder and reinstalling them.
Reviewed logs for errors but couldn’t pinpoint the issue.
Enabled debug mode for more detailed output.
Checked for potential compatibility issues with the M1 chip.
Reinstalled the Claude desktop app as a last resort.
Despite these efforts, the issue persists. Could you please provide any additional guidance or insights into what might be causing the disconnection? Are there any specific configurations or known issues with the M1 architecture that I should be aware of?
The text was updated successfully, but these errors were encountered: