neo4j-mcpserver
4
The Neo4j MCP Server facilitates operations on Neo4j graph databases through the Model Context Protocol. It enables Cypher query execution and is compatible with tools like Cursor and Claude Desktop, providing seamless database interaction and management.
Neo4j MCP Server
A server implementation for managing Neo4j graph database operations through the Model Context Protocol. This server is compatible with both Cursor and Claude Desktop.
Quick Start
- Run the server using npx with a connection string or separate environment variables.
Installation
- Install globally with npm and run the server using connection credentials.
Environment Variables
- Provide Neo4j connection details via a single string or separate variables. Supports using a
.env
file.
Configuration
- Set up in Cursor by adding a new MCP server with the specified command.
Available Tools
neo4j-query
to execute Cypher queries.
Troubleshooting
- Verify credentials, check installation paths, restart Cursor, and ensure environment variables are set correctly.