robot-framework-mcp-server

Matthew-M-King/robot-framework-mcp-server
★ 0 stars Python AI/LLM Updated 4d ago
A local Python MCP server for analysing Robot Framework output.xml results and exposing structured failure data to Claude Desktop and Claude Code.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "robot-framework-mcp-": {
      "command": "uvx",
      "args": [
        "robot-framework-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install robot-framework-mcp-server

Topics

api-testingclaudeclaude-desktopfailure-analysisfastapimcp-servermodel-context-protocolrobot-frameworksoftware-testingsoftware-testing-toolstest-analysistest-automation