Provider
Freeby MCP Community
UiToolbar provider for MCP tool integration
v0.1.5Added Apr 12, 2026
Provider MCP Server
UiToolbar provider for MCP tool integration
Installation
npx -y @uitoolbar/provider-mcp
Reviews
Installation
Quick install
npx -y @uitoolbar/provider-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"provider": {
"command": "npx",
"args": ["-y", "@uitoolbar/provider-mcp"]
}
}
}