Ripgrep
Freeby MCP Community
An MCP server to wrap ripgrep
v0.4.0Added Apr 12, 2026
mcpmodelcontextprotocolripgrep
Ripgrep MCP Server
An MCP server to wrap ripgrep
Installation
Reviews
Installation
Quick install
npx -y mcp-ripgrep
Add to claude_desktop_config.json
{
"mcpServers": {
"ripgrep": {
"command": "npx",
"args": ["-y", "mcp-ripgrep"]
}
}
}