mcp-server-starter

mcp-finder/mcp-server-starter
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Production-ready Model Context Protocol (MCP) server boilerplate in TypeScript. Clone, build, and connect to Claude Desktop, Cursor, or Cline in under 2 minutes.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-starter": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-finder/mcp-server-starter"
      ]
    }
  }
}