送信

Openapi To Mcp

@ouvreboite

Use any OpenAPI specification to expose an MCP server. Handle OAuth2, bearer tokens, parameters and request bodies. Fine tune the tools names and description with adhoc OpenAPI extensions.

サーバー設定

{
  "mcpServers": {
    "petstore": {
      "command": "openapi-to-mcp",
      "args": [
        "https://petstore3.swagger.io/api/v3/openapi.json"
      ]
    }
  }
}