Back to MCP Servers
Stack Chan
A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.
embedded-systemjavascriptai
By stack-chan
Installation
npx -y stack-chanConfiguration
{
"mcpServers": {
"stack-chan": {
"command": "npx",
"args": ["-y", "stack-chan"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes