RUN IN TERMINAL
claude mcp add neo4j-contrib-mcp-neo4j-cypher -- uvx mcp-neo4j-cypher
ADD TO claude_desktop_config.json
{
"mcpServers": {
"neo4j-contrib-mcp-neo4j-cypher": {
"command": "uvx",
"args": ["mcp-neo4j-cypher"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"neo4j-contrib-mcp-neo4j-cypher": {
"command": "uvx",
"args": ["mcp-neo4j-cypher"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"neo4j-contrib-mcp-neo4j-cypher": {
"command": "uvx",
"args": ["mcp-neo4j-cypher"]
}
}
}
About This MCP Server
A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.
Package
mcp-neo4j-cypher on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The mcp-neo4j-cypher server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.