mcp-server-starter

fix2015/mcp-server-starter
★ 1 stars TypeScript Code/Dev Tools Updated today
⚡ Production-ready TypeScript template for building MCP (Model Context Protocol) servers. Works with Claude Code, Cursor, and any MCP client.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "fix2015/mcp-server-starter"
      ]
    }
  }
}