MCP Directory
Back

openapi-servers

by open-webui · Python · ★ 938

OpenAPI Tool Servers

#ai#mcp#openapi

Install

pip install git+https://github.com/open-webui/openapi-servers.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-servers": {
      "command": "uvx",
      "args": [
        "git+https://github.com/open-webui/openapi-servers.git"
      ]
    }
  }
}

From the README

This repository provides reference OpenAPI Tool Server implementations making it easy and secure for developers to integrate external tooling and data sources into LLM agents and workflows. Designed for maximum ease of use and minimal learning curve, these implementations utilize the widely adopted and battle-tested [OpenAPI specification](https://www.openapis.org/) as the standard protocol. By leveraging OpenAPI, we eliminate the need for a proprietary or unfamiliar communication protocol, ensuring you can quickly and confidently build or integrate servers. This means less time spent figurin…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers