wiroai/Wiro-MCP
Official MCP server for Wiro AI — access all AI models on Wiro from Cursor, Claude, Windsurf, and any MCP-compatible assistant
Platform-specific configuration:
{
"mcpServers": {
"Wiro-MCP": {
"command": "npx",
"args": [
"-y",
"Wiro-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Official [MCP](https://modelcontextprotocol.io/) server for [Wiro AI](https://wiro.ai/) — access all AI models on Wiro from Cursor, Claude, Windsurf, and any MCP-compatible AI assistant.
[](https://www.npmjs.com/package/@wiro-ai/wiro-mcp) [](https://modelcontextprotocol.io/) [](./LICENSE)
Official MCP Server · Self-Hosted MCP · Models · Dashboard · Docs
</div>
Sign up at wiro.ai and create a project at wiro.ai/panel/project/new to get your API key and secret.
Cursor — open MCP settings (Cmd+Shift+P → "Open MCP settings") and add:
{
"mcpServers": {
"wiro": {
"command": "npx",
"args": ["-y", "@wiro-ai/wiro-mcp"],
"env": {
"WIRO_API_KEY": "your-api-key",
"WIRO_API_SECRET": "your-api-secret"
}
}
}
}Claude Code:
claude mcp add wiro -- npx -y @wiro-ai/wiro-mcpThen set environment variables WIRO_API_KEY and WIRO_API_SECRET.
Claude Desktop — add to claude_desktop_config.json:
{
"mcpServers": {
"wiro": {
"command": "npx",
"args": ["-y", "@wiro-ai/wiro-mcp"],
"env": {
"WIRO_API_KEY": "your-api-key",
"WIRO_API_SECRET": "your-api-secret"
}
}
}
}**Wi
Loading reviews...