Skip to content
Back to search
30
MCP

Neo4j Cypher

docker-mcp/neo4j-cypher

Interact with Neo4j using Cypher graph queries.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
3
callable
Primary URL

Tools · 3

get_neo4j_schema
read_neo4j_cypher
write_neo4j_cypher

Similar MCP servers embedding-nearest

Neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
4 tools
Amazon Neptune
Graph database queries with Cypher and Gremlin.
4 tools
mcp/neo4j
Official MCP server for Neo4j. Interact with Neo4j using Cypher graph queries.
0 tools
acuvity/mcp-server-neo4j-cypher
Manage Cypher graph queries between LLMs and Neo4j with natural language queries.
0 tools
Neo4j
Integrates with Neo4j graph databases to enable natural language querying, node creation, and complex graph operations for knowledge explora
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

How to use

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

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