Claude Code Kit
Freeby MCP Community
TypeScript toolkit for Claude Code development — tool-integrated hook types with a runner plus a types generator for MCP tools and subagent state saving
v0.4.0Added Apr 12, 2026
claudeclaude-codeanthropichookstypescript
Claude Code Kit MCP Server
TypeScript toolkit for Claude Code development — tool-integrated hook types with a runner plus a types generator for MCP tools and subagent state saving
Installation
Reviews
Installation
Quick install
npx -y @constellos/claude-code-kit
Add to claude_desktop_config.json
{
"mcpServers": {
"claude-code-kit": {
"command": "npx",
"args": ["-y", "@constellos/claude-code-kit"]
}
}
}