/ Directorio / Playground / Swagger MCP
● Comunidad Vizioz ⚡ Instantáneo

Swagger MCP

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

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

swagger-mcp-vizioz.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Swagger MCP

Use Swagger MCP for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Cuándo usarlo: You want MCP server integration for devtools work without writing glue code.

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

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

Errores comunes
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

swagger-mcp-vizioz + filesystem

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

Use Swagger MCP together with filesystem.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
primary_call task-specific For the main use case Varies

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Provider rate limits apply
Tokens por llamada
Varies
Monetario
Free / pay provider directly
Consejo
Cache results; batch calls.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Use environment variables or your OS keychain.
Salida de datos: Depends on integration

Resolución de problemas

Errores comunes y soluciones

Confirm install and restart your agent.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills