neo4j-mcp
Provides tools for interacting with Neo4j graph databases, enabling Cypher queries, node and relationship management, path finding, and schema introspection.
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-mcpfind all nodes labelled 'Movie' directed by Christopher Nolan"
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
MCP server for Neo4j graph database operations.
Installation
uv pip install -e .Usage
# Stdio mode (default)
neo4j-mcp serve
# HTTP mode
neo4j-mcp serve --http --port 3045
# With mock mode for testing
neo4j-mcp serve --mock
# With custom connection
neo4j-mcp serve --uri bolt://localhost:7687 --database neo4jTools
Queries:
run_cypher- Execute Cypher queries
Nodes:
create_node- Create a nodeget_node- Get node by IDdelete_node- Delete a nodefind_nodes- Find nodes by criteria
Relationships:
create_relationship- Create relationshipdelete_relationship- Delete relationship
Paths:
find_paths- Find paths between nodes
Schema:
get_schema- Get database schema info
Configuration
Set via environment variables with NEO4J_MCP_ prefix:
NEO4J_MCP_URI- Neo4j URI (default: bolt://localhost:7687)NEO4J_MCP_USER- Username (default: neo4j)NEO4J_MCP_PASSWORD- PasswordNEO4J_MCP_DATABASE- Database name (default: neo4j)NEO4J_MCP_MOCK_MODE- Enable mock mode
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/lesleslie/neo4j-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server