Loading languages...
NE

nebulablock-mcp-server

@Nebula-Block-Data

This repository hosts the official NebulaBlock API Model Context Protocol (MCP) server. This server integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools, enabling seamless and efficient interaction within any MCP-compatible environment.

API
Block Data
fastmcp
Python

# mcpServer Config

{
  "mcpServers": {
    "nebula": {
      "command": "~/path/to/uv",
      "args": [
        "--directory",
        "~/path/to/nebulablock_mcp",
        "run",
        "-m",
        "src.main",
        "--api-key=YOUR_API_KEY"
      ]
    }
  }
}

# stdio

uv run -m src.main --api-key YOUR_API_KEY
Transport:
stdio
語言:
python
創建時間:5/29/2025
更新時間:6/27/2025