Back to Apps

MCP Tools
Supports UIby f
Versatile MCP server providing web scraping, Brave search, bash execution, and AI pair programming via Aider.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a collection of utility tools that allow AI assistants to interact with the web, the local system, and complex coding tasks through a standardized interface.
Tools
scrape_url: Extracts and processes content from websites using ScrapingBee.brave_search: Retrieves real-time search results from the Brave Search API.quick_bash: Executes simple shell commands on the host machine.aider: Integrates the Aider AI pair programming tool for targeted code changes with multi-provider support.long_running_tool: Manages background tasks that require extended execution time.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tools": {
"command": "[path-to-binary]",
"args": [],
"env": {
"SCRAPINGBEE_API_KEY": "your-key",
"BRAVE_API_KEY": "your-key",
"ANTHROPIC_API_KEY": "your-key",
"OPENAI_API_KEY": "your-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo build --release && ./mcp_tools/target/release/mcp_toolsInformation
- Pricing
- free
- Published
- 4/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tools": {
"command": "[path-to-binary]",
"args": [],
"env": {
"SCRAPINGBEE_API_KEY": "your-key",
"BRAVE_API_KEY": "your-key",
"ANTHROPIC_API_KEY": "your-key",
"OPENAI_API_KEY": "your-key"
}
}
}
}





