Claude Code Templates — 600+ Agents, Commands & MCPs
Ready-to-use Claude Code configurations: 600+ agents, 200+ commands, 55+ MCPs, and project templates. Install any template with one command.
What it is
Claude Code Templates is a curated library of ready-to-use configurations for Claude Code. It includes over 600 agent templates, 200+ slash commands, and 55+ MCP server configurations. Each template is installable with a single npx command, giving you a pre-configured Claude Code setup for specific tasks or domains.
It targets Claude Code users who want to quickly add specialized capabilities — from code review agents to database MCP connections — without writing configurations from scratch.
How it saves time or tokens
Each template bundles a tested configuration with the right system prompts, tool selections, and MCP connections for its use case. This eliminates trial-and-error prompt engineering and reduces the tokens spent on poorly configured agents that produce generic outputs.
How to use
- Browse templates interactively:
npx claude-code-templates@latest
- Install a specific component:
npx claude-code-templates@latest --agent ai-specialists/code-reviewer --yes
- The template is added to your Claude Code configuration and activates automatically.
Example
# Interactive browser
npx claude-code-templates@latest
# Install a specific agent
npx claude-code-templates@latest --agent ai-specialists/code-reviewer --yes
# Install an MCP server config
npx claude-code-templates@latest --mcp database/postgres --yes
# List available categories
npx claude-code-templates@latest --list
Related on TokRepo
- Prompt Library — Curated prompts for AI assistants
- AI Tools for Coding — Developer tools powered by AI
Key considerations
When evaluating Claude Code Templates for your workflow, consider the following factors. First, assess whether your team has the technical prerequisites to adopt this tool effectively. Second, evaluate the maintenance burden against the productivity gains. Third, check community activity and documentation quality to ensure long-term viability. Integration with your existing toolchain matters more than feature count alone. Start with a small pilot project before rolling out across the organization. Monitor resource usage during the initial adoption phase to identify bottlenecks early. Document your configuration decisions so team members can onboard independently.
Common pitfalls
- Templates may conflict with existing Claude Code configurations; back up your current config before installing.
- Some MCP server templates require external services (databases, APIs) to be running locally.
- Agent templates are tuned for specific Claude models; performance may vary with different model versions.
Frequently Asked Questions
Run 'npx claude-code-templates@latest' for an interactive browser, or use flags like --agent or --mcp to install specific templates directly. The --yes flag skips confirmation prompts.
Yes. Templates are installed as local configuration files. You can edit the generated CLAUDE.md, skill files, or MCP configs to match your specific needs.
No. Claude Code Templates is a community project. Templates are contributed by various developers and are not officially maintained or endorsed by Anthropic.
Templates are designed for Claude Code and generally work across Claude model versions. Some agent prompts may be optimized for specific models. Check the template description for compatibility notes.
The library includes over 55 MCP server configurations covering databases (Postgres, SQLite), services (GitHub, Slack, Notion), and tools (Docker, filesystem). New configs are added regularly.
Citations (3)
- Claude Code Templates GitHub— 600+ agents, 200+ commands, 55+ MCPs for Claude Code
- Claude Code Templates README— Install any template with one npx command
- Anthropic Claude Code Docs— Claude Code configuration and skills system
Related on TokRepo
Source & Thanks
Created by davila7. Licensed under MIT. claude-code-templates — ⭐ 23,700+ aitmpl.com