Odel
notion mcp

notion mcp

Local
@shck-dev2TypeScriptMITUpdated 2mo ago

Notion MCP server — search, export, and import pages as markdown

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@shck-dev/notion-mcpv0.5.2

Run

npx -y @shck-dev/notion-mcp

MCP client config

{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ]
    }
  }
}