MCP Configs2026年4月4日·1 分钟阅读
Chrome DevTools MCP — Browser Debugging for AI Agents
Give your AI coding agent full access to Chrome DevTools for browser automation, debugging, and performance analysis. Works with Claude, Cursor, Copilot, and 15+ AI tools.
TO
TokRepo精选 · Community
快速使用
先拿来用,再决定要不要深挖
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
将以下配置添加到你的 `.mcp.json`(或 Claude Desktop / Cursor 的 MCP 配置):
```json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
```
轻量模式(工具更少,token 消耗更低):
```json
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest", "--slim", "--headless"]
}
}
}
```
重启 AI 工具即可使用。
---
🙏
来源与感谢
> Created by [ChromeDevTools](https://github.com/ChromeDevTools). Licensed under MIT.
>
> [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) — ⭐ 33,100+
讨论
登录后参与讨论。
还没有评论,来写第一条吧。
相关资产
Awesome AI Agents 2026 — 340+ Tools Directory
The most comprehensive directory of AI agents, frameworks, and tools in 2026. Covers 340+ resources across 20+ categories from coding agents to voice AI, updated monthly.
TokRepo精选
Best of MCP Servers — 450 Ranked MCP Servers
A weekly-updated ranked directory of 450 MCP servers across 34 categories with quality scores based on GitHub stars, contributors, and activity. Find the best MCP server for any use case.
TokRepo精选
VoltAgent — TypeScript AI Agent Framework
Open-source TypeScript framework for building AI agents with built-in Memory, RAG, Guardrails, MCP, Voice, and Workflow support. Includes LLM observability console for debugging.
TokRepo精选