MCP.so
登录

API Auto MCP Server Demo

@RJiazhen

关于 API Auto MCP Server Demo

暂无概览

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

RJiazhen

配置

使用下面的配置,将此服务器添加到你的 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 服务器