mcpbeat Sign in

OpenAPI APIs MCP Server

local only

OpenAPI APIs runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

MCP server that fronts any OpenAPI service: discover operations from its spec and call them

Installs / week
pypi · mcp-openapix
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check OpenAPI APIs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-openapix -- uvx mcp-openapix
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-openapix": {
      "args": [
        "mcp-openapix"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-openapix]
command = "uvx"
args = ["mcp-openapix"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-openapix": {
      "args": [
        "mcp-openapix"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-openapix": {
      "args": [
        "mcp-openapix"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to OpenAPI APIs

same job, measured the same way
typeship
by typeship

Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.

66 installs/wk answering
I
Omnistream MCP
by soccervortex

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

31 installs/wk local only
Zoo MCP
by kittycad

An MCP server that provides access to the Zoo API for various CAD operations and tools.

8 364 installs/wk local only
Coolify MCP
by frndchagas

MCP server for Coolify API operations.

67 installs/wk local only
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
Dataiku MCP
by clssck

MCP server for Dataiku DSS project, flow, and operations APIs.

34 installs/wk local only

OpenAPI APIs — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenAPI APIs?
OpenAPI APIs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-openapix.
How do I connect OpenAPI APIs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-openapix straight from pypi; nothing to host, nothing to sign up for.
Is OpenAPI APIs open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.