python-utcp

universal-tool-calling-protocol/python-utcp
★ 640 stars Python 🤖 AI/LLM Updated 1mo ago
Official python implementation of UTCP. UTCP is an open standard that lets AI agents call any API directly, without extra middleware.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "python-utcp": {
      "command": "uvx",
      "args": [
        "python-utcp"
      ]
    }
  }
}

Or install with pip: pip install python-utcp

Topics

aiai-agentai-agent-toolsdeveloper-toolsllmmcpmodel-context-protocolpythonutcp