MCP Directory
Back

utcp-mcp

by universal-tool-calling-protocol · Python · ★ 200

All-in-one MCP server that can connect your AI agents to any native endpoint, powered by UTCP

#ai#ai-agent#developer-tools#llm#mcp#model-context-protocol#python#utcp

Install

pip install git+https://github.com/universal-tool-calling-protocol/utcp-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "utcp-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/universal-tool-calling-protocol/utcp-mcp.git"
      ]
    }
  }
}

From the README

**The last MCP server you'll ever need.** A universal, all-in-one MCP server that brings the full power of the Universal Tool Calling Protocol (UTCP) to the MCP ecosystem. Add this configuration to your MCP client (Claude Desktop, etc.): **That's it!** No installation required. The bridge will automatically: - Download and run the latest version via npx - Load your UTCP configuration from the specified path - Register all your UTCP manuals as MCP tools - Provide a unified interface to manage your tool ecosystem Create a file to configure your tools and services: For [Claude Code](https:/…
Read full README on GitHub →

Related ai & ml servers