{"type":"mcp_server","name":"mcp-neo4j-server","description":"This repository provides an MCP server that integrates Neo4j graph databases with Claude Desktop, enabling natural language interaction for graph database operations. It offers tools for executing queries and managing","category":"Database","language":"TypeScript","stars":58,"forks":4,"owner":"da-okazaki","github_url":"https://github.com/da-okazaki/mcp-neo4j-server","homepage":null,"setup":"## Setup\n\n1.  Run the MCP server directly using npx: `npx @alanse/mcp-neo4j`\n2.  Alternatively, add it to your Claude Desktop configuration with the provided JSON snippet, ensuring to set the `NEO4J_URI`, `NEO4J_USERNAME`, and `NEO4J_PASSWORD` environment variables.\n3.  Install via Smithery: `npx -y @smithery/cli install @alanse/mcp-neo4j-server --client claude`\n4.  For development, clone the repository, install dependencies using `npm install`, and build the project using `npm run build`.","tools":"## Available Tools\n\n1.  `execute_query`: Execute Cypher queries on the Neo4j database, supporting all query types and returning results in a structured format.\n2.  `create_node`: Create a new node in the graph database, specifying node labels and properties.\n3.  `create_relationship`: Create a relationship between two existing nodes, defining relationship type, direction, and properties.","faq":null,"created_at":"2025-01-05T12:19:28+00:00","updated_at":"2025-03-28T21:08:41+00:00","source_url":"https://model-context-protocol.com/servers/neo4j-graph-database-natural-language-interface","related_articles":[]}