Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Neo4j MCP Servers logo
MCP server

Neo4j MCP Servers

Runs Cypher against a Neo4j graph and reports the schema back to the agent first.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx mcp-neo4j-cypher
mcpServers
{
  "mcpServers": {
    "neo4j-mcp": {
      "command": "uvx",
      "args": [
        "mcp-neo4j-cypher"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Required
License
MIT
Tools
get_neo4j_schemaread_neo4j_cypherwrite_neo4j_cypher

The Neo4j Labs repository holds four servers: Cypher execution with schema discovery, a knowledge graph used as agent memory, Aura instance management, and a data modelling helper. The Cypher one is the usual entry point, because returning the graph schema first stops the model from inventing labels and relationship types before it writes a query. Each is a Python package installed with uvx and pointed at a database through environment variables.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?