C
Chrome DevTools MCP
@sickn33Chrome DevTools for coding agents.
What is Chrome DevTools MCP?
Chrome DevTools MCP exposes browser debugging and inspection capabilities to coding agents through an MCP-compatible interface.
How to use Chrome DevTools MCP?
Use this skill when your agent needs browser inspection, debugging, or page interaction tooling during development workflows.
Key features of Chrome DevTools MCP
- ✓Browser debugging for agents
- ✓Chrome DevTools integration
- ✓MCP-compatible workflow support
- ✓Puppeteer-adjacent inspection surface
Use cases of Chrome DevTools MCP
- 1Frontend debugging
- 2Browser automation troubleshooting
- 3Agent-assisted web inspection
Installation
RecommendedOne-line install
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/chrome-devtools-mcp ~/.agent/skills/ && rm -rf /tmp/ag-skills
▶Step-by-step install
Step 1: Create skills directory
mkdir -p ~/.agent/skills
Step 2: Clone the skills repository
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: Copy this skill
cp -r /tmp/ag-skills/skills/chrome-devtools-mcp ~/.agent/skills/
Step 4: Clean up temporary files
rm -rf /tmp/ag-skills
Supported Platforms
claudecursorantigravitygemini
Server Config
config.json{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp"
]
}
}
}Keep exploring this topic
Related Skills
⚡
n8n AI Workflows
@Antigravity
Workflow automation platform with native AI capabilities and broad integration support.
Pending Review
productivityautomation
⭐ 181k🤖
Gemini CLI
@Antigravity
An open-source AI agent that brings the power of Gemini directly into your terminal.
Pending Review
agentscli
⭐ 99k💻
Context7
@Antigravity
Up-to-date code documentation platform for LLMs and AI code editors.
Pending Review
codingllm
⭐ 51kPopular Skills
View All →🤖
Everything Claude Code
@Antigravity
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Security ReviewedMembers Unlock Full Guide
agentsmemory
⭐ 103k🤖
OpenViking
@Antigravity
Open-source context database designed specifically for AI Agents (OpenClaw). Unifies memory, resources, and skills management through a file system paradigm.
Security ReviewedMembers Unlock Full Guide
agentsmemory
⭐ 19k🤖
memU
@Antigravity
Memory for 24/7 proactive agents like OpenClaw (moltbot, clawdbot).
Security ReviewedMembers Unlock Full Guide
agentsmemory
⭐ 13k