Skip to main content
Developer ToolsTypeScript

stack-chan/stack-chan

A JavaScript-driven M5Stack-embedded super-kawaii robot with MCP server functionality for AI-controlled interactions and emotions.

embedded-systemembedded
Share:

Quick Start

Clone the repository:

git clone https://github.com/stack-chan/stack-chan

Claude Desktop configuration example:

{
  "mcpServers": {
    "stack-chan": {
      "command": "npx",
      "args": [
        "-y",
        "stack-chan/stack-chan"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
stack-chan