Neo4j Graph MCP Server
Community
Databases
stdio
Connect AI agents to Neo4j graph databases. Run Cypher queries, explore node relationships, inspect graph schemas, and leverage graph-native data structures for knowledge graphs, social networks, and recommendation engines.
Quick Install
$ uvx mcp-neo4jEnvironment Variables
| Variable | Description | Required |
|---|---|---|
| NEO4J_URI | Neo4j Bolt URI | Yes |
| NEO4J_USERNAME | Neo4j username | Yes |
| NEO4J_PASSWORD | Neo4j password | Yes |
Configuration by Client
{
"mcpServers": {
"server": {
"command": "uvx",
"args": [
"mcp-neo4j"
],
"env": {
"NEO4J_URI": "bolt://",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": ""
}
}
}
}Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.
Available Tools (3)
read_cypher_querywrite_cypher_queryget_schema