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 To MCP
Openapi To MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:03:56 PM

Openapi To MCP

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).
openapiswaggerdeveloper-toolsapi

Generates MCP tools from a local or remote OpenAPI/Swagger specification and routes calls to the described REST API.

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.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for bbonnin/openapi-to-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ”— More in Aggregators

Overview

bbonnin/openapi-to-mcp MCP server converts an OpenAPI or Swagger specification into structured MCP tool definitions. It loads the specification from a local file or HTTP endpoint, analyzes its API endpoints, and routes incoming tool calls to the underlying REST service. Reach for it when an API already has an OpenAPI description and you want to expose its operations to an MCP-compatible agent without manually defining each tool.

Use cases

β€’Expose an existing OpenAPI-described REST service to an MCP client
β€’Generate agent tools from a local Swagger file
β€’Connect an MCP workflow to an API definition hosted at an HTTP URL
β€’Prototype an assistant that calls a sample infrastructure API

Key features

β€’Generates MCP tools from OpenAPI or Swagger endpoints
β€’Loads specifications from local files or HTTP URLs
β€’Routes tool calls to the underlying REST API
β€’Creates structured tool definitions dynamically
β€’Includes a virtual-machine infrastructure API example

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Generates MCP tools from OpenAPI or Swagger endpoints
Loads specifications from local files or HTTP URLs
Routes tool calls to the underlying REST API
Creates structured tool definitions dynamically
Includes a virtual-machine infrastructure API example

How Openapi To MCP works

What bbonnin/openapi-to-mcp MCP server does

The bbonnin/openapi-to-mcp MCP server turns the operations described by an OpenAPI or Swagger document into MCP tools. Rather than requiring separate tool definitions for each REST endpoint, it reads the API specification and makes the described functions available through the Model Context Protocol.

The generated tools are intended for AI agents and other generative AI applications that need to call an OpenAPI-based service. The repository also includes an example centered on a fictional infrastructure API for managing virtual machines, along with an assistant application that accesses that API through MCP.

How it works

At startup, the server loads the Swagger content from either a local file or an HTTP URL supplied as its OpenAPI location. It examines the API endpoints and creates structured tool definitions from them. When an MCP client invokes one of those tools, the server forwards the call to the corresponding REST API operation.

This approach keeps the exposed MCP operations derived from the API contract rather than from a separately maintained set of hand-written tool declarations. The source repository describes the process as dynamic: changing the supplied specification changes the tools available from the server.

Setup and configuration

The documented launch method runs the packaged server JAR with Java and supplies the specification through the openapi.location option:

shell
java -jar $PATH_TO_JAR/openapi-mcp-server.jar --openapi.location=<swagger-file-or-url>

The location can point to a Swagger/OpenAPI file or an HTTP endpoint. The example also shows the server being started from an IDE by launching the OpenApiMcpServer class and providing the OpenAPI location. A development Spring profile may be supplied for that example setup.

The repository contains separate example API and assistant components. The API component provides the sample virtual-machine service, while the assistant component demonstrates a chat application using that service through the MCP server.

Tools and capabilities

The server provides MCP tools corresponding to the operations found in the supplied OpenAPI or Swagger specification. Its supported flow includes:

  • Loading an API definition from a local file.
  • Loading an API definition from an HTTP endpoint.
  • Inspecting the specification's endpoints.
  • Generating structured MCP tool definitions.
  • Routing tool invocations to the described REST API.

The exact tool names and available operations depend on the supplied specification. The repository does not list a fixed, built-in tool catalog independent of that document.

Limitations and notes

The available material does not describe authentication handling, supported OpenAPI versions, schema edge cases, transport configuration, or client-specific setup. It also does not provide a published package-manager command; the documented distribution path is a server JAR.

The bbonnin/openapi-to-mcp MCP server exposes operations from an existing API description, so the quality and coverage of the generated tools depend on the supplied specification. The example's infrastructure API is demonstration code and is not evidence of a built-in virtual-machine integration for other deployments.

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

Related MCP Servers

View all in Aggregators View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ”— Aggregators3 views
    Compare vs Openapi MCP Server β†’
  • 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 β†’
  • 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 β†’
  • Spring Boot Starter Swagger MCP logoSpring Boot Starter Swagger MCP

    Turn your Spring Boot application into an MCP server instantly by reusing existing Swagger/OpenAPI documentation.

    πŸ”— Aggregators3 views
    Compare vs Spring Boot Starter Swagger MCP β†’

Adoption & maintenance

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

GitHub stars
7
Stargazers on the source repository.
Last commit
9mo ago
Most recent push to the default branch.
Directory activity
3 views
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 To MCP

The README documents running the packaged `openapi-mcp-server.jar` with Java and passing the specification through `--openapi.location`. It does not provide a package-manager 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 To MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bbonnin-openapi-to-mcp?style=directory)](https://allmcps.com/mcp/bbonnin-openapi-to-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/bbonnin-openapi-to-mcp"><img src="https://allmcps.com/api/badge/bbonnin-openapi-to-mcp?style=directory" alt="Openapi To MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”—Aggregators
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
Last updatedSep 7, 2026
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 stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit9mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 5, 2025
43Quality signal: Fair Β· 43/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 ownership10/20
Documentation & tools20/30
Adoption & activity2/15
Community engagement0/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

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 and attach your website β€” 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 To MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code