claude-code-templates (MCP Server)

GitHub

CLI tool for configuring and monitoring Claude Code

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-code-templates": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-code-templates"
      ]
    }
  }
}