Notion MCP Server (awkoy)
ProductivityProduction-ready Notion MCP server with a complete set of tools for interacting with Notion's API.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"notion-mcp-awkoy": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
]
}
}
}