zed-notion-mcp

f1729/zed-notion-mcp
★ 5 stars Rust 💻 Code/Dev Tools Updated 2mo ago
Notion MCP Server extension for Zed editor
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": {
    "zed-notion-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-notion-mcp"
      ]
    }
  }
}