/ Annuaire / Playground / Swagger MCP
● Communauté Vizioz ⚡ Instantané

Swagger MCP

par 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.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

swagger-mcp-vizioz.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Swagger MCP

Use Swagger MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quand l'utiliser : You want MCP server integration for devtools work without writing glue code.

Prérequis
  • Repo installed / cloned — See repo README
Déroulement
  1. Install
    Set up the Swagger MCP MCP server.✓ Copié
    → MCP server listed in your agent config
  2. Invoke
    Use Swagger MCP to run a representative task in devtools.✓ Copié
    → Tool call succeeds; result returned

Résultat : Real devtools work completed via Swagger MCP with one chat.

Pièges
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combiner avec : filesystem

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

swagger-mcp-vizioz + filesystem

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

Use Swagger MCP together with filesystem.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
primary_call task-specific For the main use case Varies

Coût et limites

Coût d'exécution

Quota d'API
Provider rate limits apply
Tokens par appel
Varies
Monétaire
Free / pay provider directly
Astuce
Cache results; batch calls.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : Use environment variables or your OS keychain.
Sortie de données : Depends on integration

Dépannage

Erreurs courantes et correctifs

Confirm install and restart your agent.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills