Robonine MCP Server
A local MCP server that connects Claude Code or any MCP-compatible AI assistant to a Robonine robot arm.
README
Robonine MCP Server
A local MCP server that connects Claude Code (or any MCP-compatible AI assistant) to a Robonine robot arm. The server runs on your machine and relays tool calls to the Robonine web app open in your browser — no robot data passes through any remote server.
How it works
Claude Code ←stdio→ MCP server ←ws://127.0.0.1:60808→ Browser tab → BT/USB → Robot
The MCP server starts a WebSocket server on 127.0.0.1:60808. The Robonine web app connects to it automatically when the MCP Bridge plugin is installed and active. Once connected, Claude Code can read robot state and send motion commands.
Installation
From GitHub
Claude Code fetches and runs the server automatically — no manual steps needed:
claude mcp add robonine -- npx -y github:roboninecom/robonine-mcp
Or add to your MCP host config:
{
"mcpServers": {
"robonine": {
"command": "npx",
"args": ["-y", "github:roboninecom/robonine-mcp"]
}
}
}
Local (from this repo)
Build once, then point Claude Code at the compiled file:
cd mcp && npm install && npm run build
claude mcp add robonine -- node /path/to/student-lab/mcp/dist/index.js
Setup in the browser
- Open lab.robonine.com (or your local dev instance).
- Install the MCP Bridge plugin from the plugin marketplace.
- Connect your robot arm.
- The browser tab connects to the local MCP server automatically — the MCP Bridge plugin page shows the relay status.
Available tools
| Tool | Description |
|---|---|
robot_list |
List currently connected robot arms |
robot_get_position |
Get joint angles and end-effector position |
robot_set_joints |
Move the arm to specified joint positions |
robot_stop |
Disable torque on all servos |
user_robot_list |
List your registered robots |
path_list |
List your saved motion paths |
path_read |
Read a motion path with all waypoints |
Configuration
| Env var | Default | Description |
|---|---|---|
ROBONINE_MCP_PORT |
60808 |
WebSocket port the browser tab connects to |
If you change the port, set the same value in the MCP Bridge plugin settings.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.