mcpbeat Sign in

MCP Openapi MCP Server

local only

MCP Openapi runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm.

Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 12 · avg 5 · +144% w/w
a month agotoday
27
Installs / week
npm · @infoinlet/mcp-openapi
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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-openapi -- npx -y @infoinlet/mcp-openapi
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-openapi": {
      "args": [
        "-y",
        "@infoinlet/mcp-openapi"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-openapi]
command = "npx"
args = ["-y", "@infoinlet/mcp-openapi"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-openapi": {
      "args": [
        "-y",
        "@infoinlet/mcp-openapi"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-openapi": {
      "args": [
        "-y",
        "@infoinlet/mcp-openapi"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Openapi

same job, measured the same way
Agentify
by sani-savaliya

Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.

29 installs/wk local only
Openapi
by docat0209

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

267 installs/wk local only
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
mcpify
by furkan708

Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.

5 440 installs/wk local only
Swagger MCP Bridge
by neo1228

Spring Boot example that exposes SpringDoc OpenAPI operations as safe MCP tools.

local only
Specrun
by pavelpiha

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

local only
Graphql
by docat0209

Turn any GraphQL API into MCP tools. Zero config, zero code.

59 installs/wk local only
Jitapi
by nk3750

Turn any OpenAPI spec into an executable agent interface using graphs and semantic search.

61 installs/wk local only

MCP Openapi — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Openapi?
MCP Openapi 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 @infoinlet/mcp-openapi was installed 27 times last week.
Is MCP Openapi still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect MCP Openapi?
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 @infoinlet/mcp-openapi straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Openapi?
The npm package @infoinlet/mcp-openapi was installed 27 times in the last week. Week over week that is +144%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.