devloop
Related Servers
Alternatives to devloop
- AlicenseNot gradedqualityCmaintenanceAn MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code.308MIT
- AlicenseAqualityAmaintenanceEnables interaction with iOS simulators by providing tools to inspect UI elements, control UI interactions, and manage simulators through natural language commands.174,506 npm2,168MIT
- AlicenseAqualityAmaintenanceEnables direct browser control via Chrome DevTools Protocol, supporting navigation, interaction, content extraction, and screenshots through a single MCP tool.1352MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI to control iOS simulators through the MCP protocol. Supports device management, UI automation, and network interception including screenshot capture, text input, and HTTP request mocking.-
- AlicenseBqualityAmaintenanceEnables controlling a local Chrome browser via MCP tools, using a Chrome extension and WebSocket broker for browser automation.30151 npm1MIT
- AlicenseBqualityAmaintenanceEnables controlling a real Chrome browser from MCP hosts like Claude, with extension-based or CDP fallback, supporting tabs, navigation, interaction, and page reading tools.38197 npm5MIT
Related Servers
- AlicenseNot gradedqualityDmaintenanceMonitors development commands and exposes terminal output to Claude in real-time, allowing AI assistants to see errors, logs, and stack traces without copy-pasting.4 npm3MIT
- AlicenseNot gradedqualityDmaintenanceStreams browser DevTools console, network, storage, and performance data to your IDE's AI agent for real-time debugging and analysis.8 npm1MIT
- AlicenseNot gradedqualityAmaintenanceA terminal live-tail and a browser dashboard — one process, one event stream, served from localhost. Unified timeline across Claude Code, Codex, Gemini CLI, Cursor, Hermes, and OpenClaw. Token + cost accounting, compaction + anomaly detection, hybrid search, SVG call graphs, monaco-style diff attribution, agent-aware replay ("what would the agent say if I edited the prompt?"), policy editor, MCP s11 npm14MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to access live console logs, errors, and network requests from web applications via a local WebSocket connection, without copying data to chat.7 npm18MIT
- AlicenseBqualityDmaintenanceIntegrates front-end development servers with AI tools, enabling browser automation, console log capture, screenshot management, and HMR event monitoring.1620 npmMIT
- AlicenseNot gradedqualityBmaintenanceRecords browser sessions and provides structured context (clicks, console, network, screenshots) for AI coding agents to understand and act upon.2MIT
TDQS
Scored across 46 tools
Tools are grouped by clear prefixes and each description explicitly distinguishes it from neighboring tools, e.g. browser_snapshot vs browser_screenshot and get_logs vs get_network. A few pairs require careful reading—screenshot/snapshot and export_bundle/export_har are easy to mix up—but no two tools truly do the same job.
All tool names follow a consistent lowercase snake_case verb_noun pattern: browser_*, pane_*, dev_*, project_*, native_*, ext_*, plus get_*/clear_*/export_*. Standalone verbs like diagnose and repro are slightly different but still fit the command-oriented style, so the overall convention is predictable.
46 tools is heavy and well beyond the typical 3-15 range, which can overwhelm an agent. However, the server covers several distinct subsystems—browser automation, panes, logs, dev server, projects, native, and extensions—and each subsystem is fairly tightly scoped, so the count is large but not unjustified.
Core workflows are well covered: dev server start/stop/status, project registry, pane lifecycle, browser automation, log triage/export, native build/open/close, and extension install/toggle/remove. Minor gaps exist—no cookie/header manipulation and no separate project update—but project_add's replace semantics and browser_clear_storage provide reasonable workarounds.