io.github.shck-dev/notion-mcp
Quality Score
79
/100
Notion MCP server — search, export, and import pages as markdown
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@shck-dev/notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>",
"NOTION_USER_ID": "<notion_user_id>",
"NOTION_SPACE_ID": "<notion_space_id>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@shck-dev/notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>",
"NOTION_USER_ID": "<notion_user_id>",
"NOTION_SPACE_ID": "<notion_space_id>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @shck-dev/notion-mcp§02 Environment variables
NOTION_TOKENrequiredsecret
Notion token_v2 cookie value from browser DevTools
NOTION_USER_IDrequired
Notion user ID from x-notion-active-user-header
NOTION_SPACE_IDrequired
Notion workspace ID from API request body
§03 MCP Quality Score · methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§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,…