
Chub Stages TypeScript
Supports UIby CharHubAI
Core TypeScript library and types for building interactive AI stages and character-driven interfaces.
What it does
This server provides the foundational type system and common classes used to build 'Stages'—interactive, React-based environments for AI characters. It enables the creation of structured, autonomous agent behaviors and character-driven UI components within the Chub AI ecosystem.
Tools
extract-tools: Analyzes and extracts tool definitions from stage configurations.generation-service: Manages the generation lifecycle for AI responses within a stage.mcp-transport: Handles the Model Context Protocol communication layer for stage-based interactions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chub-stages": {
"command": "npx",
"args": ["-y", "@chub-ai/stages-ts"]
}
}
}
Supported hosts
- claude
Quick install
npx -y @chub-ai/stages-tsInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






