MCP Directory
Back

mcp-quickstart

by G12789 · JavaScript · ★ 100

Forge a working, testable, publishable MCP server in 30s. TypeScript or Python, with example tools, the Inspector and tests included.

#ai-agents#boilerplate#claude#cli#cursor#generator#llm#mcp#model-context-protocol#python#scaffolding#typescript

Install

npx -y github:G12789/mcp-quickstart

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-quickstart": {
      "command": "npx",
      "args": [
        "-y",
        "github:G12789/mcp-quickstart"
      ]
    }
  }
}

From the README

> ⭐ **推荐:** [](https://github.com/G12789/ai-ship)(已登录 会自动支持作者) [](https://github.com/G12789/mcp-quickstart/actions/workflows/ci.yml) [](https://www.npmjs.com/package/create-mcp-quickstart) [](https://nodejs.org) [](LICENSE) [](https://modelcontextprotocol.io) > **Forge a working, testable, publishable MCP server in 30 seconds.** > One command. TypeScript **or** Python. Example tools, the Inspector, and tests — all wired up. > Or point it at an OpenAPI spec and get **one MCP tool per API endpoint, automatically.** Most "create an MCP server" guides leave you with an empty skeleton and a 20-…
Read full README on GitHub →

Related ai & ml servers