ubi-mcp
v0.0.1
Published
Official MCP server of the Ubi Framework
Maintainers
Readme
ubi-mcp
Official MCP (Model Context Protocol) server for the Ubi Framework.
Usage
Run the MCP server directly without installation:
npx -y ubi-mcpConfiguration
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
