Back to MCP Servers
🔌

Template MCP Server

MIT

A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure

JavaScriptDev Tools

Install

npx -y npx

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "template-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "npx"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.