rykerwang/openapi2mcpserver
This project spins up a MCP server directly from the supplied `openapi.yaml`, Every HTTP endpoint becomes an MCP tool that AnythingLLM (or any MCP-aware client) can call. LLM can control and understand your restful system.
Platform-specific configuration:
{
"mcpServers": {
"openapi2mcpserver": {
"command": "npx",
"args": [
"-y",
"openapi2mcpserver"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...