Odel
neo4j mcp canary

neo4j mcp canary

Local
@neo4j-labs2GoUpdated 2w ago

Neo4j MCP Canary — The canary goes first so the rest of us know what's coming

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).

PyPIneo4j-mcp-canaryv0.2.3

Run

uvx neo4j-mcp-canary

MCP client config

{
  "mcpServers": {
    "neo4j-mcp-canary": {
      "command": "uvx",
      "args": [
        "neo4j-mcp-canary"
      ]
    }
  }
}