loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

Wiro-MCP

MCP Tool

wiroai/Wiro-MCP

Official MCP server for Wiro AI — access all AI models on Wiro from Cursor, Claude, Windsurf, and any MCP-compatible assistant

Install

$ npx loaditout add wiroai/Wiro-MCP

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "Wiro-MCP": {
      "command": "npx",
      "args": [
        "-y",
        "Wiro-MCP"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

Wiro MCP Server

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>

Quick Start
1. Get API Keys

Sign up at wiro.ai and create a project at wiro.ai/panel/project/new to get your API key and secret.

2. Add to Your AI Assistant

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-mcp

Then 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

Tags

aiai-modelsclaudecursormcpmcp-servermodel-context-protocoltypescriptwindsurfwiro

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/wiroai/Wiro-MCP)](https://loaditout.ai/skills/wiroai/Wiro-MCP)