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_queryExecute a Cypher query on Neo4j database
create_nodeCreate a new node in Neo4j
create_relationshipCreate a relationship between two nodes