mcpbeat Sign in

Openapi Dynamic MCP Server

by mayorandrew Your server? Claim it
local only

Openapi Dynamic runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 14 Apr 2026.

Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.

Installs per day peak 18 · avg 7 · -28% w/w
a month agotoday
54
Installs / week
npm · openapi-dynamic-mcp
1
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openapi Dynamic 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 openapi-dynamic -- npx -y openapi-dynamic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openapi-dynamic": {
      "args": [
        "-y",
        "openapi-dynamic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openapi-dynamic]
command = "npx"
args = ["-y", "openapi-dynamic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openapi-dynamic": {
      "args": [
        "-y",
        "openapi-dynamic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openapi-dynamic": {
      "args": [
        "-y",
        "openapi-dynamic-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Openapi Dynamic

same job, measured the same way
Htag Docs
by htagai

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

5 tools answering
Apis Guru
by pipeworx-io

APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.

40 tools answering
LLM Usage
by zhaoyue722

Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP

80 installs/wk local only
Specrun
by pavelpiha

MCP server that converts OpenAPI specs into tools which can query API endpoints

local only
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
MCP Openapi Runner
by saurav61091

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

47 installs/wk local only
Compliance Tools
by timzinin-api

Pay-per-call compliance lead scanners with free MCP discovery and x402 payments.

3 tools answering
Surf
by geckovision

Point Gecko at an OpenAPI spec; get first-call-correct, auth-hidden agent tools.

404 installs/wk 2 tools answering

Openapi Dynamic — questions

Answers built from our own checks of this server.

Why is there no uptime for Openapi Dynamic?
Openapi Dynamic 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 npm package openapi-dynamic-mcp was installed 54 times last week.
How do I connect Openapi Dynamic?
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 openapi-dynamic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openapi Dynamic?
The npm package openapi-dynamic-mcp was installed 54 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openapi Dynamic open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.