AI / MLPython

utcp-mcp

A universal MCP server that connects AI agents to any native endpoint using the Universal Tool Calling Protocol.

Free
N/A rating (0 reviews)0 installs194 GitHub stars
MCPUTCPAI Integration

The UTCP-MCP Bridge is designed to simplify the integration of AI agents with various tools and services. By utilizing the Universal Tool Calling Protocol (UTCP), it allows users to seamlessly connect their AI applications to a wide range of native endpoints without the need for complex setups or installations. The server automatically manages the registration and execution of tools, providing a unified interface for users to interact with their tool ecosystem. With features like automatic downloading of the latest version, loading configurations from specified paths, and registering UTCP manuals as MCP tools, the UTCP-MCP Bridge enhances productivity and streamlines workflows. Users can easily configure their tools and services through a simple JSON configuration file, making it accessible for both technical and non-technical users.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "utcp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-utcp-mcp"
      ]
    }
  }
}

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

ok0
ok1