Skip to main content
Code ExecutionC#

ouvreboite/openapi-to-mcp

Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.

code-executioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ouvreboite/openapi-to-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ouvreboite-openapi-to-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ouvreboite/openapi-to-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
C#
Author
ouvreboite