🔗 Official Repository
github.com/stack-chan/stack-chanAlways check the official repository for the latest setup instructions and license.
What is it?
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions. — is a Model Context Protocol (MCP) server enabling AI applications like Claude and Cursor to securely access embedded system capabilities through the open protocol.
Common Use Cases
- Connect Claude or Cursor directly to embedded system
- Automating repetitive tasks through AI agents
- Building smart workflows combining multiple tools in one pipeline
Quick Install (Claude Desktop)
{
"mcpServers": {
"stack-chan": {
"command": "npx",
"args": ["-y", "stack-chan/stack-chan"]
}
}
}Add to your Claude Desktop config file after installing requirements per the repo instructions.