ReAPI-com/mcp-openapi
OpenAPI specification MCP server.
Platform-specific configuration:
{
"mcpServers": {
"mcp-openapi": {
"command": "npx",
"args": [
"-y",
"mcp-openapi"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that loads and serves multiple OpenAPI specifications to enable LLM-powered IDE integrations. This server acts as a bridge between your OpenAPI specifications and LLM-powered development tools like Cursor and other code editors.
This open-source MCP server is sponsored by ReAPI, a next-generation API platform that simplifies API design and testing. While this server provides local OpenAPI integration for development, ReAPI offers two powerful modules:
Try ReAPI for free at reapi.com and experience the future of API development.
To integrate the MCP OpenAPI server with Cursor IDE, you have two options for configuration locations:
Create a .cursor/mcp.json file in your project directory. This option is recommended as it allows you to maintain different sets of specs for different projects
{
"mcpServers": {
"@reapi/mcp-openapi": {
"command": "npx",
"args": ["-y", "@reapi/mcp-openapi@latest", "--dir", "./specs"],
"env": {Loading reviews...