uxc
A unified CLI for discovering and invoking tools across various API protocols.
UXC helps agents and automation discover and invoke APIs and tools across OpenAPI, MCP, GraphQL, gRPC, and JSON-RPC through one consistent workflow. It aims to keep calling patterns consistent across protocols while handling authentication, output formatting, and protocol-specific differences behind the scenes. This allows for a seamless experience when interacting with different APIs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"uxc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uxc"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions