SmolAgents + MCP servers
@FaustoS88
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"SmolAgents-MCPs": {
"command": "python",
"args": [
"smolagent_with_mcp.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
搜索 分类下的更多 MCP 服务器
duckduckgo-search MCP Server
zhsamaKagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Everything Search MCP Server
mamertofabianSerper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
评论