Markdown-first MCP server for Notion API - composite tools optimized for AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"-y",
"n24q02m/better-notion-mcp"
]
}
}
}
Run in terminal:
claude mcp add better-notion-mcp npx -y n24q02m/better-notion-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"-y",
"n24q02m/better-notion-mcp"
]
}
}
}