chrome-devtools-mcp vs reddit-mcp-buddy
Side-by-side comparison to help you pick between these two MCP servers.
chrome-devtools-mcp by ChromeDevTools | reddit-mcp-buddy by karanb192 | |
|---|---|---|
| Stars | ★ 39,757 | ★ 649 |
| 30d uses | — | — |
| Score | 65 | 54 |
| Official | — | — |
| Categories | Browser AutomationDeveloper ToolsWeb Scraping | AI / LLM ToolsBrowser AutomationCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
chrome-devtools-mcp · Summary
Chrome DevTools MCP server lets AI coding agents control and inspect live Chrome browsers through the MCP protocol.
reddit-mcp-buddy · Summary
A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.
chrome-devtools-mcp · Use cases
- Automated web testing and validation by AI agents
- Performance analysis and optimization of web applications
- Debugging web applications through AI-powered inspection
reddit-mcp-buddy · Use cases
- AI assistants browsing Reddit content and discussions in real-time
- Sentiment analysis across multiple subreddits for trending topics
- User profile analysis and activity tracking on Reddit
chrome-devtools-mcp · Install
Installation
Add the following config to your MCP client:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}For basic browser tasks in headless mode:
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest", "--slim", "--headless"]
}
}
}reddit-mcp-buddy · Install
For Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": ["-y", "reddit-mcp-buddy"]
}
}
}For Claude Code
claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy