a year ago
So I tried out this cool tool I saw in a LinkedIn post — https://openapitools.com. All you need is your API schema (OpenAPI/Swagger), and it automatically generates an MCP schema for you. You can then drop it straight into Claude Desktop (or Cursor, LangChain, etc.) and instantly start chatting with your API. Super clean and insanely useful for research or prototyping!
Server Config
{
"server_name": "anthropic-mcp-server",
"host": "0.0.0.0",
"port": 8000,
"server_version": "0.1.0",
"tool_names": [],
"mode": "stdio",
"refresh_time_minutes": 1440,
"envs": {
"x_api_key": "sk-live-rAETxrBOMAYuKVGxbmMgqQlfPoFGsCcu7csbO1PJ"
}
}