API Auto MCP Server Demo
Description
# API Auto MCP Server Demo This is a demo project for testing and demonstrating the features of [API Auto MCP Server](https://github.com/RJiazhen/api-auto-mcp-server). ## Quick Start ### Prerequisites - `Bun` >= 1.2 (recommended) or `Node.js` >= 22 - Cursor >= 0.46.8 or VSCode…
About
# API Auto MCP Server Demo This is a demo project for testing and demonstrating the features of [API Auto MCP Server](https://github.com/RJiazhen/api-auto-mcp-server). ## Quick Start ### Prerequisites - `Bun` >= 1.2 (recommended) or `Node.js` >= 22 - Cursor >= 0.46.8 or VSCode >= 1.99.3 (requires the GitHub Copilot…
Details
- Author
- RJiazhen
- Downloads
- 133
- Categories
- Developer Tools
Jump to
- Demo for testing API Auto MCP Server
- Provides sample API documentation at /api-docs
- Integrates with Cursor and VSCode MCP
- Uses GitHub Copilot extension (required)
- Supports Bun and Node.js runtimes
- Local development with instant server start
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
API Auto MCP Server DemoCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies with bun install or npm install, then start the server by pressing F5 in the IDE or running bun dev (or npm run dev). Access the API documentation at http://localhost:3000/api-docs, then enable the MCP server named api-auto in your IDE's MCP settings to begin interacting with the service via AI.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"api auto mcp server demo": {
"api-auto-mcp-server-demo": {
"command": "bun",
"args": [
"dev",
"#",
"Recommended"
]
}
}
}
}
McpServers
{
"api-auto-mcp-server-demo": {
"command": "bun",
"args": [
"dev",
"#",
"Recommended"
]
}
}
API Auto MCP Server Demo
This is a demo project for testing and demonstrating the features of API Auto MCP Server.
Quick Start
Prerequisites
- Bun >= 1.2 (recommended) or Node.js >= 22
- Cursor >= 0.46.8 or VSCode >= 1.99.3 (requires the GitHub Copilot extension enabled)
Install Dependencies
Run the following command in the project root directory to install dependencies:
```bash
bun install # Recommended
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





