🐦 Forward browser console errors to Claude Code via MCP — Chrome MV3 extension → WebSocket bridge → MCP stdio server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pigeon": {
"command": "npx",
"args": [
"-y",
"pepperonas/pigeon"
]
}
}
}
Run in terminal:
claude mcp add pigeon npx -y pepperonas/pigeon
Add to .cursor/mcp.json:
{
"mcpServers": {
"pigeon": {
"command": "npx",
"args": [
"-y",
"pepperonas/pigeon"
]
}
}
}
README Excerpt
<p align="center"> <img src="https://img.shields.io/badge/Pigeon-console%20errors%20%E2%86%92%20Claude%20Code-7C3AED?style=for-the-badge&logo=anthropic&logoColor=white" alt="Pigeon" /> </p> <p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat-square" alt="License: MIT" /></a>
Tools (2)
PIGEON_LOG_FILEPIGEON_WS_PORT
Topics
chrome-extensionclaude-codedebuggingdevtoolsmanifest-v3mcpmodel-context-protocoltypescriptwebsocket