
Neon MCP Server
The Neon MCP Server connects AI assistants with the Neon Management API and Neon-hosted databases, streamlining cloud Postgres management and enabling secure, a...
Connect your AI agents with Neo4j using the MCP Server to unlock powerful, natural language-driven graph database workflows, query automation, and secure data operations.
The Neo4j MCP (Model Context Protocol) Server is a specialized tool that bridges AI assistants with the Neo4j graph database. It enables seamless interactions between large language models (LLMs) and Neo4j, allowing developers and users to perform graph database operations through natural language instructions. By acting as an intermediary, the Neo4j MCP Server empowers AI-driven workflows to execute Cypher queries, manage nodes and relationships, and retrieve structured results from the database. This integration enhances productivity by making complex database operations accessible, automatable, and secure within various AI-powered development environments.
No explicit prompt templates are mentioned in the available repository documentation.
No explicit resources are documented in the repository.
mcpServers
object:{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["@alanse/mcp-neo4j-server@latest"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["@alanse/mcp-neo4j-server@latest"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["@alanse/mcp-neo4j-server@latest"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["@alanse/mcp-neo4j-server@latest"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "your-password"
}
}
}
}
Securing API Keys:
Always store sensitive credentials (such as NEO4J_PASSWORD
) using environment variables, not hardcoded values. For example:
{
"mcpServers": {
"neo4j": {
"command": "npx",
"args": ["@alanse/mcp-neo4j-server@latest"],
"env": {
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USERNAME": "neo4j",
"NEO4J_PASSWORD": "${NEO4J_PASSWORD}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"neo4j": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “neo4j” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Neo4j MCP server connects AI and Neo4j database |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No resources explicitly documented |
List of Tools | ✅ | execute_query, create_node, create_relationship |
Securing API Keys | ✅ | Environment variables for credentials supported |
Sampling Support (less important in evaluation) | ⛔ | No mention in repository |
Between the available documentation and features, this MCP server is highly specialized and functional for Neo4j operations, but lacks documentation on prompts, resources, roots, and sampling. For database-focused tasks, it scores well for utility and clarity, but less for extensibility or broader MCP features.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 9 |
Number of Stars | 46 |
The Neo4j MCP Server is a bridge between AI assistants and the Neo4j graph database, enabling natural language-driven Cypher queries, node creation, and relationship management directly from AI environments.
AI agents can execute Cypher queries, create nodes, establish relationships, and manage graph data securely through parameterized actions.
No, for security, always use environment variables for sensitive credentials like NEO4J_PASSWORD. Avoid hardcoding passwords and refer to environmental configuration in your MCP setup.
Add the MCP component to your FlowHunt flow, configure the MCP server using the provided JSON structure, and connect it to your AI agent. This will enable seamless graph database operations within your AI workflows.
No explicit prompt templates or resource documentation are available for this MCP server. All functionality is accessed via its tools and API.
Empower your AI agents with advanced graph database capabilities and seamless Cypher query execution using the Neo4j MCP Server in FlowHunt.
The Neon MCP Server connects AI assistants with the Neon Management API and Neon-hosted databases, streamlining cloud Postgres management and enabling secure, a...
The MCP Database Server enables secure, programmatic access to popular databases like SQLite, SQL Server, PostgreSQL, and MySQL for AI assistants and automation...
The GraphQL Schema MCP Server empowers AI assistants and developers to explore, analyze, and document GraphQL schemas programmatically. With a suite of robust t...