unblu for Claude Desktop
io.github.detailobsessed/unblu
Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints
client:Claude Desktop
transport:stdio
runtime:pypi
Install unblu in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"unblu": {
"command": "uvx",
"args": [
"unblu-mcp"
],
"env": {
"UNBLU_BASE_URL": "<UNBLU_BASE_URL>",
"UNBLU_API_KEY": "<UNBLU_API_KEY>",
"UNBLU_USERNAME": "<UNBLU_USERNAME>",
"UNBLU_PASSWORD": "<UNBLU_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs