Back to MCP Servers
Notion
Interacting with Notion API
other-tools-and-integrationsapi
By suekou
Installation
npx -y mcp-notion-serverConfiguration
{
"mcpServers": {
"mcp-notion-server": {
"command": "npx",
"args": ["-y", "mcp-notion-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes