Skip to content

Provider

Free

by MCP Community

UiToolbar provider for MCP tool integration

v0.1.5Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Provider MCP Server

UiToolbar provider for MCP tool integration

Installation

npx -y @uitoolbar/provider-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @uitoolbar/provider-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "provider": {
      "command": "npx",
      "args": ["-y", "@uitoolbar/provider-mcp"]
    }
  }
}