MCP Neo4j Server
@da-okazaki
About MCP Neo4j Server
mcp-neo4j-server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-neo4j-server": {
"command": "npx",
"args": [
"@alanse/mcp-neo4j"
]
}
}
}Tools
3Execute Cypher queries on the Neo4j database
Create a new node in the graph database
Create a relationship between two existing nodes
Overview
What is MCP Neo4j Server?
MCP Neo4j Server is an MCP server that integrates Neo4j graph database with Claude Desktop, enabling graph database operations through natural language interactions. It provides tools for querying, creating nodes, and creating relationships via Cypher queries.
How to use MCP Neo4j Server?
Run directly with npx @alanse/mcp-neo4j or add it to your Claude Desktop configuration with environment variables for NEO4J_URI, NEO4J_USERNAME, and NEO4J_PASSWORD. Automatic installation via Smithery is also available.
Key features of MCP Neo4j Server
- Execute any Cypher query with parameter support
- Create nodes with labels and properties
- Create relationships between existing nodes
- Returns structured query results
- Supports reading, creating, updating, and deleting operations
Use cases of MCP Neo4j Server
- Query graph data: "Show me all employees in the Sales department"
- Add new nodes: "Add a new person named John Doe who is 30 years old"
- Create relationships: "Make John Doe friends with Jane Smith"
- Perform complex operations: "Find all products purchased by customers who live in New York"
FAQ from MCP Neo4j Server
What is MCP Neo4j Server?
It is an MCP server that enables natural-language interaction with a Neo4j graph database through Claude Desktop, providing tools for Cypher queries, node creation, and relationship creation.
How do I install MCP Neo4j Server?
You can run it directly with npx @alanse/mcp-neo4j, install via Smithery with npx -y @smithery/cli install @alanse/mcp-neo4j-server --client claude, or clone the repository and build from source.
What environment variables are required?
The server requires NEO4J_URI (default: bolt://localhost:7687), NEO4J_USERNAME (default: neo4j), and NEO4J_PASSWORD (required).
What tools does MCP Neo4j Server provide?
It provides execute_query for any Cypher query, create_node to create nodes with labels and properties, and create_relationship to create relationships between existing nodes.
Can I use MCP Neo4j Server with Claude Desktop?
Yes, add it to your Claude Desktop configuration by specifying npx as the command and setting the required Neo4j environment variables.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments