Loading MCP server directory, please wait...
Token-efficient MCP server for 300+ Unblu API endpoints
npx @getmcp/cli add io.github.detailobsessed/unbluRequires Python 3.10+. Community-contributed server. Review source before installing.
UNBLU_BASE_URLUnblu API base URL (e.g., https://your-instance.unblu.cloud/app/rest/v4)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.detailobsessed/unblu": {
"command": "uvx",
"args": [
"unblu-mcp"
],
"env": {
"UNBLU_BASE_URL": "",
"UNBLU_API_KEY": "",
"UNBLU_USERNAME": "",
"UNBLU_PASSWORD": ""
}
}
}
}