Back to MCP Servers
Nebulablock
integrates with the fastmcp library to expose the full range of NebulaBlock API functionalities as accessible tools
cloud-platformsapi
Installation
npx -y nebulablock-mcp-serverConfiguration
{
"mcpServers": {
"nebulablock-mcp-server": {
"command": "npx",
"args": ["-y", "nebulablock-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes