productivity
Notion MCP
69
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
3.9k335/wk5.2K tokens(3%)2d ago
Network
notionnotesdatabaseswikidocumentation
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
],
"env": {
"NOTION_API_KEY": "YOUR_NOTION_API_KEY"
}
}
}
}