A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j

GitHubRepository

Tags

registry.modelcontextprotocol.io

Configuration

{
  "mcpServers": {
    "mcp-neo4j-cypher": {
      "args": [
        "mcp-neo4j-cypher"
      ],
      "command": "uvx",
      "transport": "stdio"
    }
  }
}
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j by io.github.neo4j-contrib | RouterMCP