agentic-notion

diegohh0411/agentic-notion
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
A local MCP server working on the basis of integration keys, so the guests on your Notion workspace are free to use agents.
View on GitHub →

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"
      ]
    }
  }
}