API Auto MCP Server
@RJiazhen
About API Auto MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"api-auto-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"bun",
"dev",
"--cwd",
"D:/path/to/this/project",
"--openapi-url",
"your-openapi-json-url",
"--cookie",
"<your-cookie-name>=<your-cookie-value>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is API Auto MCP Server?
API Auto MCP Server is a tool that automatically generates a Model Context Protocol (MCP) server from your server's OpenAPI specification. It enables AI to call your server's APIs without writing any code.
How to use API Auto MCP Server?
Add the server configuration to your MCP client config file (e.g., .cursor/mcp.json or .vscode/mcp.json). Provide your OpenAPI JSON URL via --openapi-url and authentication cookie via --cookie. The server is run via npx -y api-auto-mcp-server.
Key features of API Auto MCP Server
- Auto-generates MCP server from OpenAPI specification
- No code required to expose APIs to AI
- Supports cookie-based authentication for API calls
- Works with Cursor and VS Code MCP clients
- Runs via npx with zero installation steps
- Open source with Chinese documentation available
Use cases of API Auto MCP Server
- Quickly connect an AI assistant to your existing REST API
- Prototype AI integrations without writing custom MCP server code
- Enable AI to read and write data through your API endpoints
- Expose private API documentation as usable MCP tools
FAQ from API Auto MCP Server
What are the runtime requirements?
Node.js version >22.14.0 or Bun version >1.1.43 is required.
How do I authenticate API calls?
Pass cookie-based authentication via the --cookie command-line argument (e.g., --cookie "auth=your-cookie-value").
Does it work with any OpenAPI specification?
The server accepts any valid OpenAPI JSON URL provided via the --openapi-url argument.
How can I test or debug the server during development?
Run the MCP inspector with npx @modelcontextprotocol/inspector bun dev --cwd <project-path> --openapi-url <url> --cookie "<cookie>".
Is there a demo or example to get started?
Yes, visit the api-auto-mcp-server-demo repository for a quick start example.
Frequently asked questions
What are the runtime requirements?
Node.js version >22.14.0 or Bun version >1.1.43 is required.
How do I authenticate API calls?
Pass cookie-based authentication via the `--cookie` command-line argument (e.g., `--cookie "auth=your-cookie-value"`).
Does it work with any OpenAPI specification?
The server accepts any valid OpenAPI JSON URL provided via the `--openapi-url` argument.
How can I test or debug the server during development?
Run the MCP inspector with `npx @modelcontextprotocol/inspector bun dev --cwd <project-path> --openapi-url <url> --cookie "<cookie>"`.
Is there a demo or example to get started?
Yes, visit the [api-auto-mcp-server-demo](https://github.com/RJiazhen/api-auto-mcp-server-demo) repository for a quick start example.
Basic information
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Comments