/ ディレクトリ / プレイグラウンド / Swagger MCP
● コミュニティ Vizioz ⚡ 即起動

Swagger MCP

作者 Vizioz · Vizioz/Swagger-MCP

MCP wrapper for Swagger / OpenAPI definitions — generate MCP tools from any REST spec.

Swagger MCP is a MCP server that mcp wrapper for swagger / openapi definitions — generate mcp tools from any rest spec Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

なぜ使うのか

主な機能

ライブデモ

実際の動作

swagger-mcp-vizioz.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "swagger-mcp-vizioz": {
      "command": "npx",
      "args": [
        "-y",
        "@vizioz/swagger-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "swagger-mcp-vizioz": {
      "command": "npx",
      "args": [
        "-y",
        "@vizioz/swagger-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "swagger-mcp-vizioz": {
      "command": "npx",
      "args": [
        "-y",
        "@vizioz/swagger-mcp"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "swagger-mcp-vizioz": {
      "command": "npx",
      "args": [
        "-y",
        "@vizioz/swagger-mcp"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "swagger-mcp-vizioz",
      "command": "npx",
      "args": [
        "-y",
        "@vizioz/swagger-mcp"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "swagger-mcp-vizioz": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@vizioz/swagger-mcp"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add swagger-mcp-vizioz -- npx -y @vizioz/swagger-mcp

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Swagger MCP

Use Swagger MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

使うタイミング: You want MCP server integration for devtools work without writing glue code.

前提条件
  • Repo installed / cloned — See repo README
フロー
  1. Install
    Set up the Swagger MCP MCP server.✓ コピーしました
    → MCP server listed in your agent config
  2. Invoke
    Use Swagger MCP to run a representative task in devtools.✓ コピーしました
    → Tool call succeeds; result returned

結果: Real devtools work completed via Swagger MCP with one chat.

注意点
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

swagger-mcp-vizioz + filesystem

Pair with filesystem for devtools workflows that need local file IO.

Use Swagger MCP together with filesystem.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary_call task-specific For the main use case Varies

コストと制限

運用コスト

APIクォータ
Provider rate limits apply
呼び出しあたりのトークン
Varies
金額
Free / pay provider directly
ヒント
Cache results; batch calls.

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: Use environment variables or your OS keychain.
データ送信先: Depends on integration

トラブルシューティング

よくあるエラーと対処法

Confirm install and restart your agent.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る