Neo4j MCP Server
Provides tools for interacting with a Neo4j graph database, enabling AI agents to search, insert, update, delete nodes and relationships, execute Cypher queries, and introspect schema.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neo4j MCP Serverfind all Comprovantes with categoria educacao"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Neo4j MCP Server
MCP server para operações abstratas de grafos Neo4j.
Deploy
# Build
cd neo4j-mcp && docker build -t neo4j-mcp:latest .
# Import to k3s
docker save neo4j-mcp:latest | k3s ctr images import -
# Apply (password set via existing K8s secret or env)
kubectl apply -f k8s/deployment.yaml
# Or set password directly:
kubectl create secret generic neo4j-mcp-secrets \
--namespace=openclaw-instance-1 \
--from-literal=NEO4J_URI=bolt://openclaw-instance-1-neo4j:7687 \
--from-literal=NEO4J_USER=neo4j \
--from-literal=NEO4J_PASSWORD=<your-password> \
--dry-run=client -o yaml | kubectl apply -f -Related MCP server: Neo4j GraphRAG MCP Server
Tools
Tool | Description |
| Search nodes by label/properties or free-text |
| Create a node |
| Update node properties |
| Delete nodes |
| Introspect schema |
| Raw Cypher queries |
| Search relationships |
| Create a relationship |
Security
⚠️ Never commit real passwords. The deployment manifest uses a placeholder ${NEO4J_PASSWORD}. Set the actual password via Kubernetes secrets.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables graph database interactions with Neo4j, allowing users to access and manipulate graph data through natural language commands.Last updated
- AlicenseAqualityCmaintenanceAn MCP server that enables LLMs to perform semantic and fulltext searches within Neo4j while executing complex, search-augmented Cypher queries for GraphRAG applications. It provides tools for database schema discovery and supports multi-provider embeddings to facilitate advanced graph traversals.Last updated52MIT
- Alicense-qualityDmaintenanceMCP server for Neo4j graph database operations, enabling Cypher queries, node/relationship management, and schema discovery.Last updated1BSD 3-Clause
- Alicense-qualityCmaintenanceAn MCP server that enables LLMs to perform vector search, fulltext search, combined search and Cypher queries, write operations, and multimodal image retrieval on Neo4j databases for GraphRAG applications.Last updated2MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alvaropaco/neo4j-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server