MCP ConfigsMar 28, 2026·3 min read

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.

TL;DR
A template library offering 600+ agents, 200+ commands, and 55+ MCPs for Claude Code, installable with a single npx command.
§01

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.

§02

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.

§03

How to use

  1. Browse templates interactively:
npx claude-code-templates@latest
  1. Install a specific component:
npx claude-code-templates@latest --agent ai-specialists/code-reviewer --yes
  1. The template is added to your Claude Code configuration and activates automatically.
§04

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
§05

Related on TokRepo

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.

§06

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

How do I install a template?+

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.

Can I customize installed templates?+

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.

Are templates official Anthropic products?+

No. Claude Code Templates is a community project. Templates are contributed by various developers and are not officially maintained or endorsed by Anthropic.

Do templates work with any Claude model?+

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.

How many MCP server configs are included?+

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)
🙏

Source & Thanks

Created by davila7. Licensed under MIT. claude-code-templates — ⭐ 23,700+ aitmpl.com

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.