Integrate Arduino-based robotics (using the NodeMCU ESP32 or Arduino Nano 368 board) with AI using the MCP (Model Context Protocol) framework from Claude Anthropic
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"choturobo": {
"command": "npx",
"args": [
"-y",
"vishalmysore/choturobo"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add choturobo npx -y vishalmysore/choturobo
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"choturobo": {
"command": "npx",
"args": [
"-y",
"vishalmysore/choturobo"
]
}
}
}
📋 Copy