Back to MCP Servers
Notion
A Model Context Protocol (MCP) server that integrates with Notion's API to manage personal todo lists efficiently.
other-tools-and-integrationsapi
By Badhansen
Installation
npx -y notion-mcpConfiguration
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": ["-y", "notion-mcp"]
}
}
}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