About
Model Context Protocol Server for NebulaGraph 3.x
README
A Model Context Protocol (MCP) server implementation that provides access to NebulaGraph.
PyPI - Version PyPI - Python Version Lint and Test
Features
- Seamless access to NebulaGraph 3.x .
- Get ready for graph exploration, you know, Schema, Query, and a few shortcut algorithms.
- Follow Model Context Protocol, ready to integrate with LLM tooling systems.
- Simple command-line interface with support for configuration via environment variables and .env files.

Installation
pip install nebulagraph-mcp-server
Usage
nebulagraph-mcp-server will load configs from .env, for example:
NEBULA_VERSION=v3 # only v3 is supported
NEBULA_HOST=<your-nebulagraph-server-host>
NEBULA_PORT=<your-nebulagraph-server-port>
NEBULA_USER=<your-nebulagraph-server-user>
NEBULA_PASSWORD=<your-nebulagraph-server-password>
It requires the value of
NEBULA_VERSIONto be equal to v3 until we are ready for v5.
Development
npx @modelcontextprotocol/inspector \
uv run nebulagraph-mcp-server
Credits
The layout and workflow of this repo is copied from mcp-server-opendal.
Installing Nebulagraph
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/nebula-contrib/nebulagraph-mcp-serverFAQ
Is Nebulagraph MCP free?
Yes, Nebulagraph MCP is free — one-click install via Unyly at no cost.
Does Nebulagraph need an API key?
No, Nebulagraph runs without API keys or environment variables.
Is Nebulagraph hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Nebulagraph in Claude Desktop, Claude Code or Cursor?
Open Nebulagraph on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Nebulagraph with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
