Coppeliasim Mcpserver
@alsak0de
About Coppeliasim Mcpserver
This MCP server allows MCP client and LLM to interact with CoppeliaSim Software. With -for now- some basic tools, the server opens the door to a human to robot interface that extends CoppeliaSim's ZeroMQAPI.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Coppelia-Stdio": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8000"
],
"autoApprove": true
},
"Coppelia-SSE": {
"url": "http://localhost:8000/sse",
"autoApprove": true
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Coppeliasim Mcpserver?
This MCP server enables MCP clients and LLMs to interact with CoppeliaSim software via a few basic tools. It extends CoppeliaSim’s ZeroMQ API, providing a human-to-robot interface that bridges natural language and simulation control.
How to use Coppeliasim Mcpserver?
—
Key features of Coppeliasim Mcpserver
- Allows MCP clients and LLMs to control CoppeliaSim
- Provides basic tools for robot simulation interaction
- Extends CoppeliaSim’s ZeroMQ API for programmatic access
- Enables human-to-robot interface through natural language
Use cases of Coppeliasim Mcpserver
—
FAQ from Coppeliasim Mcpserver
What software does this server integrate with?
It integrates with CoppeliaSim through its ZeroMQ API.
What tools does the server provide?
It offers basic, currently limited tools for interacting with CoppeliaSim simulations.
Who is this server intended for?
It is aimed at developers and users who want to control robot simulations in CoppeliaSim via an LLM or MCP client.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
Comments