Servers
⚡️ mcpo
@open-webui
A simple, secure MCP-to-OpenAPI proxy server
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpo": {
"command": "uvx",
"args": [
"mcpo",
"--port",
"8000",
"--api-key",
"top-secret",
"--",
"your_mcp_server_command"
]
}
}
}