GitHub Stars
396
User Rating
Not Rated
Favorites
0
Views
30
Forks
45
Issues
19
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Python: 3.7 or higher
pip: Latest version
Installation Steps
1. Install Smolagents
Smolagents 1.4.1 and above ships with mcpadapt integrated. You can use it directly:bash
uv add smolagents[mcp]
2. Install for Other Frameworks
Each agent framework has its own set of optional dependencies. Install using:bash
pip install mcpadapt[langchain]
Troubleshooting
Issue: Errors after installation Solution: Check the versions of Python and pip, and reinstall if necessary.Additional Resources
Related MCPs
gofannon
54
gofannon is a collection of tools designed to enhance the capabilities of function-calling-enabled language models and agents. It offers cross-framework compatibility, allowing import and export from various frameworks such as smolagents and LangChain. The tools provide additional functionality for a variety of tasks, making it a valuable resource for developers.