API Auto MCP Server Demo
@RJiazhen
关于 API Auto MCP Server Demo
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"api-auto-mcp-server-demo": {
"command": "bun",
"args": [
"dev",
"#",
"Recommended"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is API Auto MCP Server Demo?
A demo project for testing and demonstrating the features of API Auto MCP Server. It provides a sample API service and MCP integration that users can explore in IDEs like Cursor and VSCode.
How to use API Auto MCP Server Demo?
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.
Key features of API Auto MCP Server Demo
- 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
Use cases of API Auto MCP Server Demo
- Testing and evaluating API Auto MCP Server features
- Demonstrating MCP server configuration in IDEs
- Exploring AI-powered interactions with a sample API
- Learning how to set up and enable MCP servers
FAQ from API Auto MCP Server Demo
What are the prerequisites?
Bun 1.2+ or Node.js 22+, plus Cursor 0.46.8+ or VSCode 1.99.3+ with the GitHub Copilot extension enabled.
How do I start the demo server?
Open the project in an IDE and press F5, or run bun dev (or npm run dev) from the project root.
How do I enable the MCP server in my IDE?
In Cursor, open MCP settings and enable the server named api-auto. In VSCode, trust the MCP server prompt from api-auto-mcp-server-demo/.cursor/mcp.json.
Where can I view the API documentation?
Open a browser to http://localhost:3000/api-docs after starting the server.
What is the purpose of this project?
It is a demo for testing and demonstrating the features of API Auto MCP Server, not the production tool itself.
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
评论