DevServer MCP
JSON →Manages development servers for LLM-assisted workflows, offering programmatic control through a unified TUI and experimental browser automation via Playwright.
Install
npx @modelcontextprotocol/inspector Tools · 11
- start_server Start a configured server
- stop_server Stop a server (managed or external)
- get_devserver_statuses Get all server statuses
- get_devserver_logs Get logs with pagination support
- browser_navigate Navigate browser to URL with wait conditions
- browser_snapshot Capture accessibility snapshot of current page
- browser_console_messages Get console messages with pagination
- browser_click Click an element on the page using a CSS selector or element reference
- browser_type Type text into an element with optional submit (Enter key) and slow typing mode
- browser_resize Resize the browser viewport to specified dimensions
- browser_screenshot Take a screenshot of the current page
Links
★ 1 GitHub stars