ramidecodes/mcp-server-notion
A Model Context Protocol server wrapping the official Notion SDK
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-notion": {
"command": "npx",
"args": [
"-y",
"mcp-server-notion"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that exposes the official Notion SDK, allowing AI models to interact with Notion workspaces.
<a href="https://glama.ai/mcp/servers/bjc5iac7gt"> </a>
For your integration to access Notion content, you need to explicitly share your pages or databases with it:
Note: An integration only has access to pages and databases that have been explicitly shared with it. Child pages automatically inherit access from parent pages.
You can add this MCP server to Claude Desktop, Cursor AI, or Claude.ai using either of these configuration formats:
npx @ramidecodes/mcp-server-notion@latest -y --api-key=your-notion-integration-key{
"mcpServers": {
"Notion": {
"command": "npx",
"args": [
"@ramidecodes/mcp-server-notion@latest",
"-y",
"--api-key=your-notion-integration-key"
]
}
}
}Replace your-notion-integration-key with the API key from step 1.
Loading reviews...