hjanuschka/chromium-helper
If you are the rightful owner of chromium-helper and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Chromium Helper is a comprehensive toolkit designed to facilitate exploration and analysis of Chromium and PDFium source code through a CLI tool and MCP server.
Chromium Helper provides developers and AI assistants with powerful tools to search, analyze, and interact with the vast Chromium and PDFium codebases. It offers a command-line interface (CLI) for direct terminal access and a Model Context Protocol (MCP) server for integration with AI systems like Claude. The toolkit allows users to perform advanced code searches, review Gerrit changes, track issues, and more, all with minimal setup. By leveraging Google's official APIs, Chromium Helper ensures real-time data access and supports cross-platform functionality, making it an essential resource for developers working with Chromium's open-source projects.
Features
- Zero Friction: Start searching immediately with npx, no setup required.
- Real-time Data: Direct access to Google's official APIs, same as source.chromium.org.
- Smart Search: Full Google CodeSearch syntax with regex, filters, and more.
- AI-Ready: JSON output and MCP integration for automation.
- Cross-Platform: Works on macOS, Linux, and Windows.
Usages
usage with Claude Desktop
{ "mcpServers": { "chromium-codesearch": { "command": "npx", "args": ["chromium-codesearch-mcp"] } } }
usage with Claude Desktop Global
{ "mcpServers": { "chromium-codesearch": { "command": "chromium-codesearch-mcp" } } }
Tools
search_chromium_code
Advanced code search with filtering options.
find_chromium_symbol
Symbol definitions and usage examples.
get_chromium_file
File content with line number ranges.
get_gerrit_cl_status
CL status, test results, submit requirements.
get_gerrit_cl_comments
Review comments with code context.