Inkbinder/open-api-mcp
3.1
If you are the rightful owner of open-api-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) Server that utilizes OpenAPI specifications to expose tools, implemented in Typescript.
open-api-mcp
A MCP Server that exposes tools based on an OpenAPI spec written in Typescript
Getting Started
To run the server as a tool directly using npx add the following mcpServer configuration to your Claude Desktop configuration. If this is your first time using MCP with Claude Desktop, more instructions can be found here: https://modelcontextprotocol.io/quickstart/user
{
"mcpServers": {
"open-api": {
"command": "npx @inkbinder/stdio",
"args": [
"-path",
"/path/to/your/open-api-spec.yaml"
],
"env": { }
}
}
}
The above will use the stdio implementation of the package.