claude-templates

shreyas-venkat/claude-templates
★ 0 stars Unknown language 💻 Code/Dev Tools Updated 1mo ago
Drop-in .claude/ config for Claude Code: MCP servers + 29 slash commands for github, code, dbt, email, and data workflows
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-templates": {
      "command": "npx",
      "args": [
        "-y",
        "shreyas-venkat/claude-templates"
      ]
    }
  }
}