Webots MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Webots MCPCheck the Nao robot's camera and describe what you see."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Webots MCP: AI-Agentic Robot Control for Robotics Simulation
Webots MCP is a powerful Model Context Protocol (MCP) server designed to bridge the gap between AI agents and robotics simulation. By integrating the MCP protocol with Cyberbotics Webots, this project enables seamless robot control of Nao robots using natural language and high-level reasoning.
🤖 Why Webots MCP?
Controlling robots in a robotics simulation typically requires deep knowledge of low-level APIs and physics engines. Webots MCP changes this by exposing complex robotic functions as simple tools that any AI agent (like Claude, Gemini, or Cursor) can understand and execute.
Whether you are a researcher or a developer, Webots MCP allows you to focus on high-level robot behavior while the server handles the intricate details of the MCP protocol and simulation synchronization.
Related MCP server: SO-ARM100 Robot Control MCP
✨ Features
Natural Language Robot Control: Command your Nao robot to "wave its hand" or "look around" using AI agents.
Visual Perception: AI agents can "see" through the robot's camera, enabling environmental reasoning within the robotics simulation.
Safety-First Joint Limits: Built-in validation ensures motor commands stay within physical limits (radians) to prevent simulation errors.
Advanced Motion Engine: Native support for complex
.motionanimation files like Tai Chi, waving, and walking.Multi-Robot Discovery: Webots MCP automatically tracks multiple robot instances in the simulation world.
Real-time Telemetry: Access GPS positions, joint states, and robot status through the MCP protocol.
⚙️ How Webots MCP Works
The architecture of Webots MCP relies on a dual-layer communication bridge:
The MCP Server: A Node/Python service that translates AI agent tool calls into simulation commands.
The Controller Bridge: A low-level script running inside Webots that executes these commands on the Nao robot and returns telemetry data.
This separation ensures that Webots MCP remains responsive even during complex physical calculations in the robotics simulation.
🏗️ Architecture
graph LR
subgraph "AI Agent Environment"
A[MCP Client] <--> B[Webots MCP Server]
end
subgraph "Webots Simulation"
B <--> C[Shared IPC /data/]
C <--> D[Nao Controller]
D <--> E[NAO Robot]
end🚀 Installation
1. Prerequisites
Webots R2023a+
Python 3.10+
2. Clone the Repository
git clone https://github.com/punithkrishnakeepudi/webots-mcp.git
cd webots-mcp3. Setup Dependencies
pip install -r requirements.txt🕹️ Usage Example
To connect Webots MCP to an AI client (like Cursor or Claude Desktop), add this entry to your mcp_config.json:
{
"mcpServers": {
"webots-mcp": {
"command": "python",
"args": ["/path/to/webots_mcp_custom/server.py"],
"env": {
"PYTHONPATH": "/path/to/webots_mcp_custom"
}
}
}
}Once connected, you can simply ask the agent:
"Check the Nao robot's camera and if you see an obstacle, turn the head 45 degrees left."
🛠️ Available Tools
Tool | Description |
| Captures the top camera image for AI reasoning. |
| Returns telemetry (GPS, Joint angles, etc.). |
| Executes high-level animations (wave, taichi, etc.). |
| Direct API for head robot control (Yaw/Pitch). |
| Lists all available pre-recorded movements. |
🗺️ Future Roadmap
Support for Boston Dynamics Spot and Universal Robots models.
Direct ROS2 (Robot Operating System) integration.
Multi-agent collaborative swarm control.
Advanced pathfinding tools integrated into Webots MCP.
⭐ Support the Project
If you find Webots MCP useful for your robotics simulation projects, please give us a star on GitHub! It helps developers discover the project and keeps the community growing.
Developed by Punith Krishna
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables real-time monitoring and control of any Webots robot simulation, providing access to robot state, sensors, camera feeds, and simulation controls (pause, resume, reset) through natural language.Last updated1
- Alicense-qualityCmaintenanceEnables AI agents to control SO-ARM100 and LeKiwi robots using natural language instructions and integrated camera vision. It supports multiple communication transports and includes a CLI agent compatible with Claude, Gemini, and GPT models.Last updatedApache 2.0
- AlicenseAqualityDmaintenanceEnables controlling robots in ROS environments through natural language, supporting topics, services, actions, and GUI tools.Last updated2435MIT
- Alicense-qualityCmaintenanceEnables natural language command control of robots via ROS2, with a web portal for real-time visualization and interaction.Last updated1MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Simulation, evaluation and monitoring for voice agents.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/punithkrishnakeepudi/webots-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server