ubi-mcp

mean-machine-gc/ubi-mcp

3.2

If you are the rightful owner of ubi-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Ubi-MCP is the official Model Context Protocol server for the Ubi Framework, designed to facilitate seamless integration and communication between various MCP-compatible clients.

ubi-mcp

Official MCP (Model Context Protocol) server for the Ubi Framework.

Usage

Run the MCP server directly without installation:

npx -y ubi-mcp

Configuration

Claude Desktop

Add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "ubi-mcp": {
      "command": "npx",
      "args": ["-y", "ubi-mcp"]
    }
  }
}

Other MCP Clients

For other MCP-compatible clients, use the following command configuration:

  • Command: npx
  • Arguments: ["-y", "ubi-mcp"]

License

MIT