Motus

DataficationSDK/Motus
★ 14 stars C# Browser/Web Updated 3d ago
Extensible browser automation and testing framework for .NET. Communicates directly with Chromium (CDP) and Firefox (WebDriver BiDi) over WebSocket, no Node.js dependency. Source generated protocol bindings, Roslyn analyzers, a test recorder, a Blazor visual runner, and an MCP server for AI agents, all built on public plugin interfaces.
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": {
    "motus": {
      "command": "npx",
      "args": [
        "-y",
        "DataficationSDK/Motus"
      ]
    }
  }
}

Topics

ai-agentsbrowser-automationcdpchrome-devtools-protocolcsharpdotnetmcpmcp-servermodel-context-protocolplaywright-alternativeselenium-alternativetesting-frameworkwebdriver-bidi