Notion Content Database MCP Server

使用 Notion API 管理 Notion 中的內容資料庫。

文件

6ix-mcp

this provides access to the Toronto Open Data portal

installing

clone this repo and update your mcp configuration as follows


"mcpServers": {
    "6ix-mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/6ix-mcp",
        "run",
        "main.py"
      ]
    }
}