io.github.n24q02m/better-notion-mcp
Quality Score
85
/100
Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://better-notion-mcp.n24q02m.com/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @n24q02m/better-notion-mcpClaude Desktop (Docker)
{
"mcpServers": {
"better-notion-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/n24q02m/better-notion-mcp:latest"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>"
}
}
}
}§02 Environment variables
NOTION_TOKENrequiredsecret
Notion integration token. Create at https://www.notion.so/my-integrations
NOTION_TOKENrequiredsecret
Notion integration token. Create at https://www.notion.so/my-integrations
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Productivity & Project Mgmt
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
ai.smithery/mrugankpednekar-mcp-optimizer
ai.smithery/mrugankpednekar-mcp-optimizer
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
ai.smithery/smithery-notion
ai.smithery/smithery-notion
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…