MCP Neo4j Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_URINoNeo4j database URIbolt://localhost:7687
NEO4J_PASSWORDYesNeo4j password
NEO4J_USERNAMENoNeo4j usernameneo4j

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_query

Execute a Cypher query on Neo4j database

create_node

Create a new node in Neo4j

create_relationship

Create a relationship between two nodes