Chrome Devtools MCP
Rank #46,798io.github.dinesh-nalla-se/chrome-devtools-mcp
MCP server providing chrome-devtools-mcp capabilities
Chrome Devtools MCP is a Model Context Protocol (MCP) server published by dinesh-nalla-se. It ranks #46,798 of 132,113 servers tracked on MCP Toplist. Chrome Devtools MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Nov 26, 2025 and most recently updated on Nov 26, 2025.
Ranks ahead of 85,315 of 132,113 servers on MCP Toplist.
Use Chrome Devtools MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add chrome-devtools-mcp -- npx -y @dinesh-nalla-se/chrome-devtools-mcp[mcp_servers.chrome-devtools-mcp]
command = "npx"
args = ["-y", "@dinesh-nalla-se/chrome-devtools-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/chrome-devtools-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/chrome-devtools-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"chrome-devtools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/chrome-devtools-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/chrome-devtools-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"@dinesh-nalla-se/chrome-devtools-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dinesh-nalla-se%2Fchrome-devtools-mcp)<a href="https://mcptoplist.com/server/io.github.dinesh-nalla-se%2Fchrome-devtools-mcp"><img src="https://mcptoplist.com/badge/io.github.dinesh-nalla-se%2Fchrome-devtools-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
dinesh-nalla-se
Other servers by dinesh-nalla-se
View all dinesh-nalla-se servers →Available versions (2)
| Version | Published |
|---|---|
| 0.10.2 | Nov 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Chrome Devtools MCP?
- Chrome Devtools MCP is maintained by dinesh-nalla-se, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Chrome Devtools MCP listed on the Official MCP Registry?
- Yes — Chrome Devtools MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Chrome Devtools MCP have?
- MCP Toplist tracks 2 versions of Chrome Devtools MCP, most recently published on Nov 26, 2025.
- Where can I find the source code for Chrome Devtools MCP?
- The source code for Chrome Devtools MCP is hosted at github.com/dinesh-nalla-se/chrome-devtools-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.