Back to search
30
MCP

mcp-openapi-runner

npm/mcp-openapi-runner

MCP server that turns any OpenAPI 3.x spec into callable tools for Claude — zero config, instant API access

Uptime
0.0%
5 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.saurav61091/mcp-openapi-runner
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
0 tools
mcp-openapi-server
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
0 tools
mcp4openapi/mcp4openapi
Universal MCP server that exposes MCP tools from any OpenAPI 3.x specification.
0 tools
procoders/openapi-mcp-ts
Turn any OpenAPI spec or Postman Collection into an MCP server. Zero code, instant deployment.
0 tools
codex-mcp-server
MCP server wrapper for OpenAI Codex CLI that enables Claude Code to leverage Codex's AI capabilities directly.
0 tools
mcpcommunity/baryhuang-mcp-server-any-openapi
A MCP server that enables Claude to discover and call any API endpoint through semantic search. I...
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-openapi-runner": {
      "url": "None",
      "transport": "http"
    }
  }
}