Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”— Aggregators
  3. Openapi MCP Server
Openapi MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:16:05 PM

Openapi MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository900 GitHub StarsTotal stargazers on GitHub for the source repository (900 stars).Visit Website
openapiapi-documentationdeveloper-toolssearch

Explore OpenAPI v3 specifications, summarize APIs, and inspect the endpoints needed for a task through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "snaggle-ai-openapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

snaggle-ai/openapi-mcp-server MCP server helps AI clients search and explore OpenAPI v3 specifications through oapis.org. It identifies a relevant specification, produces a plain-language overview, and retrieves details for selected API operations. The server accepts specifications in JSON or YAML format. Reach for it when an agent needs to understand an HTTP or REST API from its OpenAPI documentation rather than manually browsing the specification.

Use cases

β€’Find the OpenAPI specification for an API
β€’Summarize an API specification for an agent
β€’Inspect the operations needed for an integration
β€’Compare JSON and YAML API documentation formats

Key features

β€’OpenAPI specification discovery
β€’Plain-language API summaries
β€’Operation-level endpoint details
β€’JSON and YAML support
β€’Hosted MCP endpoint

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Openapi MCP Server.

Extracted Tool Capabilities
OpenAPI specification discovery
Plain-language API summaries
Operation-level endpoint details
JSON and YAML support
Hosted MCP endpoint

How Openapi MCP Server works

What snaggle-ai/openapi-mcp-server MCP server does

snaggle-ai/openapi-mcp-server MCP server exposes OpenAPI specification discovery and inspection to MCP-compatible clients. It is designed for working with API documentation available through oapis.org, helping an agent move from a broad API request to the specific operations that may satisfy it.

The workflow has three stages. First, the server identifies the OpenAPI specification relevant to the request. Next, it returns a summary in simpler language. Finally, it narrows the specification to the required endpoints and explains how those operations work. This makes the server useful for understanding an API contract before writing integration code or deciding which request to make.

The documented capabilities concern searching and exploring specifications. The material does not state that the server executes API operations or sends requests to the APIs described by those specifications.

How it works

The service uses oapis.org as the source for OpenAPI information. An MCP client sends a request to explore an API, and the server performs the identification, summarization, and operation-detail steps on the client’s behalf. The specification data may be represented as JSON or YAML.

A hosted MCP endpoint is provided at https://openapi-mcp.openapisearch.com/mcp. The README also identifies Claude Desktop and Cursor as tested clients. For local development, the repository instructs users to start the project with wrangler dev, then use the MCP Inspector separately for testing.

Setup and configuration

For a client that accepts remote MCP servers, configure the hosted endpoint directly:

https://openapi-mcp.openapisearch.com/mcp

No API key, token, account setting, or environment variable is specified in the supplied documentation. The README includes an installation link for an MCP installation service, but the direct MCP URL is the clearest configuration detail provided for other clients.

Local testing uses the following sequence:

  1. Run wrangler dev from the project.
  2. Start the MCP Inspector with npx @modelcontextprotocol/inspector.

The excerpt does not document deployment settings, production environment variables, or client-specific configuration files.

Tools and capabilities

The documented capabilities of the snaggle-ai/openapi-mcp-server MCP server are:

  • Find the OpenAPI specification associated with an API request.
  • Present an overview of an OpenAPI specification in simple language.
  • Retrieve details for specific API operations.
  • Work with OpenAPI documents in JSON and YAML formats.
  • Expose the functionality through MCP for clients including Claude Desktop and Cursor.

These capabilities make it a documentation exploration layer for HTTP and REST APIs. They should not be interpreted as evidence that the server authenticates to, calls, or mutates the underlying APIs.

Limitations and notes

The supplied material does not list individual MCP tool names, authentication behavior for the hosted endpoint, rate limits, supported OpenAPI versions beyond the project’s OpenAPI v3 description, or a software license. It also does not describe credentials for APIs documented by the specifications.

The repository’s local test instructions use Cloudflare’s wrangler dev, but the excerpt does not provide a package installation command or explain the project’s deployment configuration. The hosted endpoint is therefore the documented path for clients that support remote MCP connections.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ”— Aggregators15 views
    Compare vs AllMCPs Server β†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    πŸ”— Aggregators9 views
    Compare vs SandBase CLI β†’
  • Agent logoAgent

    A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.

    πŸ”— Aggregators9 views
    Compare vs Agent β†’
  • MCP Openapi logoMCP Openapi

    MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data

    πŸ”— Aggregators2 views
    Compare vs MCP Openapi β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
900
Stargazers on the source repository.
npm downloads
1.1M
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
1 upvotes
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Openapi MCP Server

Use the hosted MCP URL https://openapi-mcp.openapisearch.com/mcp in a client that supports remote MCP servers. The README does not provide a package-based installation command.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOpenapi MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/snaggle-ai-openapi-mcp-server?style=directory)](https://allmcps.com/mcp/snaggle-ai-openapi-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/snaggle-ai-openapi-mcp-server"><img src="https://allmcps.com/api/badge/snaggle-ai-openapi-mcp-server?style=directory" alt="Openapi MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Cursor
Last updatedSep 6, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars900
GitHub Star CountTotal stargazers on GitHub representing community popularity (900 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 7, 2026
npm downloads1,082,816/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
47Quality signal: Fair Β· 47/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools16/30
Adoption & activity12/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 18d ago via OSV.dev Β· @modelcontextprotocol/inspector (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”— Aggregators β†’Alternatives to Openapi MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code