DevServer MCP
@Uninen
关于 DevServer MCP
MCP server and a unified TUI for managing dev servers + Playwright
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DevServer MCP?
DevServer MCP is a Model Context Protocol server that manages development servers for LLM-assisted workflows. It provides programmatic control over multiple development servers through a unified interface with a simple TUI, plus experimental browser automation via Playwright.
How to use DevServer MCP?
Install with uv add --dev git+https://github.com/Uninen/devserver-mcp.git --tag v0.2.0. Create a devservers.yml configuration file in your project root defining servers, then start the TUI by running devservers. Optionally install Playwright for browser automation.
Key features of DevServer MCP
- Process management: start, stop, and monitor multiple development servers
- Rich TUI with interactive terminal interface and real-time log streaming
- Experimental Playwright integration for web testing and automation
- Full MCP protocol support for AI-assisted development workflows
- Server control via both TUI clicks and LLM tools
- Configurable through a YAML definition file
Use cases of DevServer MCP
- Managing local development servers (backend, frontend, worker) while an LLM agent interacts with them
- Allowing an AI assistant to start/stop servers and read logs during development
- Automating browser testing by combining Playwright snapshots with MCP tools
- Vibe coding or LLM-assisted projects where the AI needs to control the dev environment
FAQ from DevServer MCP
Is DevServer MCP production-ready?
No, this is ALPHA software and an exercise in vibe coding—most of the codebase is written with the help of LLM tools. Tests validate some functionality and the server is already useful, but your mileage may vary.
What are the dependencies and runtime requirements?
Python (with uv). For Playwright features, you must manually install Playwright and run playwright install for browser drivers.
How do I configure DevServer MCP for VSCode (Roo Cline)?
Add an entry to .vscode/mcp.json with the server URL http://localhost:3001/mcp/ and type http.
How do I configure DevServer MCP for Claude Code?
Install the server using the SSE transport: claude mcp add --transport sse devserver http://localhost:3001/sse/ (Claude Code does not yet support streamable HTTP).
What MCP tools does DevServer MCP expose?
Server management tools: start_server, stop_server, get_server_status, get_server_logs. Experimental browser automation tools (when Playwright is enabled): browser_navigate, browser_snapshot, browser_console_messages.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论