SmolAgents + MCP servers
@FaustoS88
About SmolAgents + MCP servers
AI assistant using the SmolAgents library that integrates with Brave Search and Crawl4ai Model Context Protocols (MCP) servers for web searches and scraping. Modular design allows easy addition of new MCP servers and tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"SmolAgents-MCPs": {
"command": "python",
"args": [
"smolagent_with_mcp.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SmolAgents + MCP servers?
A project that builds an AI assistant using the SmolAgents library, integrating Brave Search and Crawl4ai MCP servers to perform web searches and scrape/crawl websites. It is intended for developers who want to add MCP tool capabilities to SmolAgents-based assistants.
How to use SmolAgents + MCP servers?
Clone the repository, create a .env file with BRAVE_API_KEY and OPENAI_API_KEY, install Python dependencies with pip install -r requirements.txt, ensure `npx
More Search MCP servers
DuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Comments