mcpbeat Sign in

Openapi Sync MCP Server

by akintomiwa-fisayo Your server? Claim it
local only

Openapi Sync MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Type-safe MCP server for OpenAPI Sync to inspect, validate, and synchronize OpenAPI specs.

Installs / week
npm · openapi-sync-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

Nothing serious here today

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

Alternatives to Openapi Sync MCP

same job, measured the same way
Osm Tagging Schema MCP
by gander-tools

MCP server for querying and validating OpenStreetMap tags

75 installs/wk local only
Draftlytic MCP
by rbsoftwaresystems

Offline MCP server for planning structured project specs — validate, render, and checklist tools.

44 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
JWT
by ryudi84

MCP server for JWT decoding and inspection

local only
Ghost Inspector MCP
by charliemtnez

Analyze, validate and safely update Ghost Inspector end-to-end browser tests

31 installs/wk local only
Synapse RMCP
by dinglebear

Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.

local only
SignalEDI
by signaledi

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

29 installs/wk local only
CLIO Geojson
by iowarp

MCP server for inspecting, validating, and summarizing GeoJSON documents (stdlib only)

local only

Openapi Sync MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openapi Sync MCP?
Openapi Sync MCP 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-sync-mcp.
How do I connect Openapi Sync MCP?
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-sync-mcp straight from npm; nothing to host, nothing to sign up for.
Is Openapi Sync MCP open source?
Yes — it is published under the ISC 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.