smolagents (MCP Server)

GitHub

๐Ÿค— smolagents: a barebones library for agents that think in code.

28,807 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "smolagents": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-smolagents"
      ]
    }
  }
}