MCP server for Neo4j — run Cypher queries, explore schema, and inspect database info over stdio
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"neo4j-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/neo4j-mcp"
]
}
}
}
Run in terminal:
claude mcp add neo4j-mcp npx -y daanrongen/neo4j-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"neo4j-mcp": {
"command": "npx",
"args": [
"-y",
"daanrongen/neo4j-mcp"
]
}
}
}