A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y stack-chanAgent-CoreX intelligently routes which tools from stack-chan/stack-chan your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"stack-chan": {
"command": "npx",
"args": [
"-y",
"stack-chan"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add stack-chanAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use stack-chan/stack-chan directly without routing
npx -y stack-chanNew to Agent-CoreX? View setup guide →