MCP Neo4j Server
@da-okazaki
MCP Neo4j Server について
mcp-neo4j-server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-neo4j-server": {
"command": "npx",
"args": [
"@alanse/mcp-neo4j"
]
}
}
}ツール
3Execute Cypher queries on the Neo4j database
Create a new node in the graph database
Create a relationship between two existing nodes
概要
What is MCP Neo4j Server?
MCP Neo4j Server is an MCP server that integrates Neo4j graph database with Claude Desktop, enabling graph database operations through natural language interactions. It provides tools for querying, creating nodes, and creating relationships via Cypher queries.
How to use MCP Neo4j Server?
Run directly with npx @alanse/mcp-neo4j or add it to your Claude Desktop configuration with environment variables for NEO4J_URI, NEO4J_USERNAME, and NEO4J_PASSWORD. Automatic installation via Smithery is also available.
Key features of MCP Neo4j Server
- Execute any Cypher query with parameter support
- Create nodes with labels and properties
- Create relationships between existing nodes
- Returns structured query results
- Supports reading, creating, updating, and deleting operations
Use cases of MCP Neo4j Server
- Query graph data: "Show me all employees in the Sales department"
- Add new nodes: "Add a new person named John Doe who is 30 years old"
- Create relationships: "Make John Doe friends with Jane Smith"
- Perform complex operations: "Find all products purchased by customers who live in New York"
FAQ from MCP Neo4j Server
What is MCP Neo4j Server?
It is an MCP server that enables natural-language interaction with a Neo4j graph database through Claude Desktop, providing tools for Cypher queries, node creation, and relationship creation.
How do I install MCP Neo4j Server?
You can run it directly with npx @alanse/mcp-neo4j, install via Smithery with npx -y @smithery/cli install @alanse/mcp-neo4j-server --client claude, or clone the repository and build from source.
What environment variables are required?
The server requires NEO4J_URI (default: bolt://localhost:7687), NEO4J_USERNAME (default: neo4j), and NEO4J_PASSWORD (required).
What tools does MCP Neo4j Server provide?
It provides execute_query for any Cypher query, create_node to create nodes with labels and properties, and create_relationship to create relationships between existing nodes.
Can I use MCP Neo4j Server with Claude Desktop?
Yes, add it to your Claude Desktop configuration by specifying npx as the command and setting the required Neo4j environment variables.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント