MCP Directory
Back

claude-code-toolkit

by applied-artificial-intelligence · Python · ★ 62

Production-tested commands, skills, and workflow patterns for Claude Code. Developed through 6+ months of daily use. Includes explore→plan→next→ship workflow, session handoffs, MCP integrations, and domain skills. Copy what works, adapt to your needs.

#agents#anthropic#claude-code#coding-agents#framework#plugins#toolkit

Install

pip install git+https://github.com/applied-artificial-intelligence/claude-code-toolkit.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-toolkit": {
      "command": "uvx",
      "args": [
        "git+https://github.com/applied-artificial-intelligence/claude-code-toolkit.git"
      ]
    }
  }
}

From the README

**Production-tested commands, skills, and patterns for Claude Code** [](https://opensource.org/licenses/MIT) [](https://docs.claude.com/claude-code) Before diving into the toolkit, understand what you're working with. Claude's behavior comes from two layers: | Layer | What It Contains | Can You Change It? | |-------|------------------|-------------------| | **Instruction training** | Core personality, instincts, behavioral drivers | No—immutable | | **Customization** | System prompts, CLAUDE.md, agent definitions | Yes—but limited | No matter how clever your prompting, you're working with…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers