MCP Directory
Back

mcp-neo4j

by neo4j-contrib · Python · ★ 972

Neo4j Labs Model Context Protocol servers

#database#mcp#mcp-server#neo4j#stdio

Install

pip install git+https://github.com/neo4j-contrib/mcp-neo4j.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-neo4j": {
      "command": "uvx",
      "args": [
        "git+https://github.com/neo4j-contrib/mcp-neo4j.git"
      ]
    }
  }
}

From the README

These MCP servers are a part of the [Neo4j Labs](https://neo4j.com/labs/) program. They are developed and maintained by the Neo4j Field GenAI team and welcome contributions from the larger developer community. These servers are frequently updated with new and experimental features, but are not supported by the Neo4j product team. **They are actively developed and maintained, but we don’t provide any SLAs or guarantees around backwards compatibility and deprecation.** If you are looking for the official product Neo4j MCP server please find it [here](https://github.com/neo4j/mcp). Model Co…
Read full README on GitHub →

Related databases servers