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).
Run
uvx neo4j-mcp-canary
MCP client config
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
]
}
}
}