All MCP servers

Ros Mcp Server

Official
by Api.AirforcestdioAI & LLM Tools01,272Apache-2.0

Connect AI models like Claude & ChatGPT with ROS robots using MCP

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "ros-mcp-server-impf9322": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}