tuui is a desktop MCP client for LLM API orchestration. It provides a unified interface to manage and interact with multiple LLM APIs. It connects to various LLM providers, allowing developers to switch between models and vendors. Use it to streamline LLM interactions, manage API keys, and handle model responses in a single desktop application.
tuui is a desktop MCP client for LLM API orchestration. It provides a unified interface to manage and interact with multiple LLM APIs. It connects to various LLM providers, allowing developers to switch between models and vendors. Use it to streamline LLM interactions, manage API keys, and handle model responses in a single desktop application.
npx -y tuuiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ai-ql-tuui-github": {
"command": "npx",
"args": [
"-y",
"npx -y tuui"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from tuui?"
API Key Required
This server requires an API key from tuui. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TUUI_API_KEY | Yes | Your tuui API key |
"What resources are available in tuui?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in tuui"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in tuui with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.