Neo4j
Communitybyneo4j-contrib
Graph database queries, Knowledge Graph, and Aura cloud management.
API Key Required
Configuration
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neo4j"
],
"env": {
"NEO4J_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.