MCP Directory
Back

python-utcp

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

Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.

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

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

[](https://github.com/universal-tool-calling-protocol) [](https://pepy.tech/projects/utcp) [](https://github.com/universal-tool-calling-protocol/python-utcp/blob/main/LICENSE) [](https://cdtm.com/) The Universal Tool Calling Protocol (UTCP) is a secure, scalable standard for defining and interacting with tools across a wide variety of communication protocols. UTCP 1.0.0 introduces a modular core with a plugin-based architecture, making it more extensible, testable, and easier to package. In contrast to other protocols, UTCP places a strong emphasis on: * **Scalability**: UTCP is designed…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers