Skip to main content
Cloud PlatformsTypeScript

Nebula-Block-Data/nebulablock-mcp-server

integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools

cloud-platformslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Nebula-Block-Data/nebulablock-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "nebulablock-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Nebula-Block-Data/nebulablock-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
Nebula-Block-Data