notion-mcp-server

tuandung222/notion-mcp-server
★ 0 stars TypeScript Memory/Knowledge Updated today
Custom Notion MCP Server with enhanced Markdown, Mermaid diagrams, and rate-limit chunking support
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tuandung222/notion-mcp-server"
      ]
    }
  }
}