CLI tool for configuring and monitoring Claude Code
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-code-templates": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-code-templates"
]
}
}
}