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
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments