A local MCP server working on the basis of integration keys, so the guests on your Notion workspace are free to use 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": {
"agentic-notion": {
"command": "npx",
"args": [
"-y",
"diegohh0411/agentic-notion"
]
}
}
}
Run in terminal:
claude mcp add agentic-notion npx -y diegohh0411/agentic-notion
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentic-notion": {
"command": "npx",
"args": [
"-y",
"diegohh0411/agentic-notion"
]
}
}
}