mcp

neo4j/mcp
★ 210 stars Go 🗄️ Database Updated 8d ago
Neo4j official MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/neo4j/mcp@latest"
      ]
    }
  }
}