Skip to content
Claude Desktop

mcp ts template for Claude Desktop

io.github.cyanheads/mcp-ts-template

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

client:Claude Desktop transport:stdio runtime:npm

Install mcp ts template in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-ts-template": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ts-template"
      ],
      "env": {
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp ts template in other clients