Loading MCP server directory, please wait...
Neo4j MCP Canary — The canary goes first so the rest of us know what's coming
npx @getmcp/cli add io.github.neo4j-labs/neo4j-mcp-canaryRequires Python 3.10+. Community-contributed server. Review source before installing.
NEO4J_URINeo4j connection URI
NEO4J_USERNAMENeo4j Database username
NEO4J_PASSWORDNeo4j Database password
NEO4J_DATABASENeo4j Database name
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.neo4j-labs/neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "",
"NEO4J_USERNAME": "",
"NEO4J_PASSWORD": "",
"NEO4J_DATABASE": ""
}
}
}
}