The mcp neo4j server translates natural language queries into Cypher, Neo4j's graph query language. It connects to Neo4j databases, allowing AI agents to interact with graph data. Developers use it to build applications that require natural language interfaces for graph data analysis.
The mcp neo4j server translates natural language queries into Cypher, Neo4j's graph query language. It connects to Neo4j databases, allowing AI agents to interact with graph data. Developers use it to build applications that require natural language interfaces for graph data analysis.
pip install mcp-neo4jAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"neo4j-contrib-mcp-neo4j-github": {
"command": "uvx",
"args": [
"pip install mcp-neo4j"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp neo4j?"
No configuration required. This server works out of the box.
"What resources are available in mcp neo4j?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp neo4j"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp neo4j with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.