A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
Claude Desktop config.json'a ekle
{
"mcpServers": {
"stack-chan-stack-chan": {
"command": "node",
"args": [
"~/.mcp/stack-chan/index.js"
]
}
}
} Kaynak kodu al ve yerel olarak çalıştır
git clone https://github.com/stack-chan/stack-chan.git ~/.mcp/stack-chan
cd ~/.mcp/stack-chan 
Stack-chan is a JavaScript-driven M5Stack-embedded super-kawaii robot.
#stackchan | #スタックチャン (JP).This repository includes all the component of the robot.
For contributor-oriented setup and pull request expectations, see CONTRIBUTING.md.
Typical firmware workflow:
cd firmware
npm run setup
npm run doctor
npm run test
npm run build
Generated web assets under web/flash and web/schematics are published from the gh-pages branch by GitHub Actions. Treat them as deployment outputs, not hand-maintained source files.
Feature requests/Bug reports are extremely welcome! See issues page to post some.
Wanna be a sponsor? It would be my great honor. please visit my sponsor page.
Resources of this repository are distributed under Apache version 2.0 license. See LICENSE.
@misc{stackchan,
author = {Shinya Ishikawa and the Stack-chan community},
title = {Stack-chan: A JavaScript-driven Super-kawaii Robot},
year = {2021},
howpublished = {\url{https://github.com/stack-chan/stack-chan}},
note = {Open-source hardware and software.},
}