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-neo4j

Environment Variables

VariableDescriptionRequired
NEO4J_URINeo4j Bolt URIYes
NEO4J_USERNAMENeo4j usernameYes
NEO4J_PASSWORDNeo4j passwordYes

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