Skip to content
Back to search
30
MCP

Neo4j

docker-mcp/neo4j

Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
4
callable
Primary URL

Tools · 4

get-schema
read-cypher
write-cypher
list-gds-procedures

Similar MCP servers embedding-nearest

mcp/neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
0 tools
io.github.neo4j-contrib/mcp-neo4j-cypher
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.
0 tools
Neo4j Cypher
Interact with Neo4j using Cypher graph queries.
3 tools
neo4j/mcp
Official MCP server for Neo4j database.
0 tools
cypherwolf-mcp
CypherWolf MCP server — Neo4j Cypher query revision from a curated corpus, for @neo4j.com users.
0 tools
graph-mcp-driver
MCP server that exposes Neo4j (Cypher) and Apache Jena Fuseki (SPARQL) tools to MCP-capable LLM hosts for querying UAF 1.2 / SysML 1.6 / BPM
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "neo4j": {
      "url": "None",
      "transport": "http"
    }
  }
}