OpenAPI Proxy
by janwilmake · AI & ML · mcp-server, api, npm
Convert OpenAPI specs into usable MCP endpoints.
This MCP server, developed by snaggle-ai, enables AI assistants like Claude to interact with any API that has an OpenAPI v3.1 specification. It automatically converts API endpoints into Claude tools, allowing the AI to discover available endpoints, understand required parameters, make API calls, and handle responses. The server integrates seamlessly with Claude Desktop, facilitating natural language interactions with both local and remote APIs. By bridging AI capabilities with existing API infrastructures, this implementation empowers more dynamic and context-aware conversations. It is particularly useful for scenarios like API testing, prototyping integrations, or exploring API capabilities through natural language in AI-assisted development, documentation, and API interaction tasks.
Source: https://github.com/janwilmake/openapi-mcp-server
Install
npx -y openapi-mcp-serverTags: mcp-server, api, npm
⭐ 887 GitHub stars · Source: pulsemcp
About AI & ML MCP servers and Claude skills
AI & ML MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
OpenAPI Proxy is one of hundreds of AI & ML entries indexed on Skiln. Browse the full AI & ML category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related AI & ML MCPs and skills
- Trello by delorenj
Enables Trello board interactions for task and project management using the Trello REST API.
- Perplexity Research Assistant by dainfernalcoder
Integrates with Perplexity Sonar Pro API to provide real-time research assistance for developers, enabling efficient documentation retrieval, API discovery, and code analysis
- Neovim Integration by bigcodegen
Integrates Claude Desktop with Neovim, enabling AI-enhanced coding assistance within the familiar Vim environment through direct interaction with buffers and commands.
- Telegram by chaindead
Bridges AI with Telegram to enable monitoring, organizing, and responding to messages through account access, dialog management, and conversation handling capabilities
- DeepSeek by dmontgomery40
Integrates DeepSeek's language models, enabling AI-powered chat completions with customizable parameters for tasks like writing assistance and code generation.
- Interactive Terminal by ttommyth
Interactive terminal interface for enhancing AI interactions with user input capabilities, notifications, and cross-platform support for complex tasks requiring confirmation or clarification.
- DevTools Debugger by scriptedalchemy
Provides full Chrome DevTools Protocol debugging capabilities for Node.js applications with breakpoint management, stepping controls, call stack inspection, variable evaluation, and console output capture through a clean API interface.
- Graphlit by graphlit
Integrates with the Graphlit platform to enable natural language processing tasks and data retrieval from the Graphlit ecosystem.
Frequently asked questions
How do I install OpenAPI Proxy?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support OpenAPI Proxy?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is OpenAPI Proxy free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.