Nebula-Block-Data/nebulablock-mcp-server
integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools
Quick Start
Clone the repository:
git clone https://github.com/Nebula-Block-Data/nebulablock-mcp-serverClaude 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.