N

Neo4j

Provides a TypeScript-based server for executing Cypher queries against Neo4j graph databases via st...

70 views
0 installs
Updated Sep 22, 2025
Not audited
Provides a TypeScript-based server for executing Cypher queries against Neo4j graph databases via stdio transport, enabling secure and flexible database interactions for developers and data analysts.
  1. Obtain Your Neo4j Database Credentials

    • You will need your Neo4j URI, username, and password.
    • If you don’t have a Neo4j instance, sign up at Neo4j Aura or deploy Neo4j locally.
      • The URI is typically in the format: neo4j+s://your-instance.databases.neo4j.io
      • The username by default is neo4j.
      • The password is set during instance creation or provided in your Neo4j cloud console under “Connection details.”
  2. Log In to Your Neo4j Console (Cloud/Local)

    • Go to your Neo4j Aura Console or your local Neo4j web console.
    • Select your database instance.
    • Access the connection details to find your URI, username, and password.
  3. Add Environment Variables in FastMCP

    • In the FastMCP connection interface, click the Install Now button for the Neo4j MCP server.
    • Fill in the environment variables** using your database credentials:
      • NEO4J_URI: Your Neo4j database URI (neo4j+s://your-instance.databases.neo4j.io)
      • NEO4J_USER: Your Neo4j username (usually neo4j)
      • NEO4J_PASSWORD: Your Neo4j password (the one you set or received during set up)

    Example:

    NEO4J_URI=neo4j+s://your-instance.databases.neo4j.io
    NEO4J_USER=neo4j
    NEO4J_PASSWORD=your-password
    
  4. Save Your Configuration

    • Confirm and save in the FastMCP interface.

You are now ready to use the Neo4j MCP server with your own database credentials!

Quick Start

View on GitHub

More for Database

View All →

More for Analytics and Data

View All →

Similar MCP Servers

N

Neo4j

Integrates with Neo4j graph databases to enable natural language querying, node creation, and complex graph operations for knowledge exploration and data relationship modeling.

Database Analytics and Data
154
0

Report Issue

Thank you! Your issue report has been submitted successfully.