servers
smolagents
| servers | smolagents | |
|---|---|---|
| 401 | 11 | |
| 87,066 | 27,822 | |
| 2.6% | 2.9% | |
| 9.8 | 9.1 | |
| 8 days ago | 6 days ago | |
| TypeScript | Python | |
| GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
servers
- Build a tiny MCP server in JavaScript -Claude, Codex friendly
-
Can you build a successful business in a Claude Code loop?
Most agents don't speak raw HTTP ā they speak MCP. So the real distribution surface is a tiny MCP server that exposes each endpoint as a tool and does the paying under the hood. The agent calls web_search(query); the server hits the paid endpoint, handles the 402 with its operator's wallet, returns JSON. One line to install:
-
Building an MCP server with Node.js
The Model Context Protocol (MCP) is an open standard for connecting AI hosts (Claude, ChatGPT, Cursor, VS Code, and others) to external context and actions through a structured protocol instead of ad-hoc plugins.
-
Why Dremio's Value Is Unique to Apache Iceberg Lakehouses and Agentic Analytics
Model Context Protocol specification
-
How I Built an MCP Server for M-PESA ā and Why It Matters for East Africa
That changed when I built mpesa-mcp ā a Model Context Protocol server that wraps the Daraja API and makes it directly available to Claude, GPT-4, and Gemini.
-
Let your AI agent test your API: two-go's AI layer and MCP server
If you haven't run into it yet, MCP (Model Context Protocol) is an open standard for exposing tools to AI agents. two-go ships an MCP server that runs over stdio with no dependencies, no URL, no account, and no API key. It's all local.
-
Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
MCP server surface. The CLI is already agent-friendly, so I'm double minded about whether a Model Context Protocol server would make integration smoother. I'm personally not a fan of MCP and prefer skills and CLIs.
-
How Claude Code's Skills System Actually Works
As noted in the Model Context Protocol (MCP) Introduction, this protocol allows Claude to interact with systems like GitHub and local databases through a standardized interface.
-
I got tired of re-explaining my codebase to every coding agent ā so I made critical memory live in the repo next to code
Keep the project's living context: current task state, decisions, conventions, known footguns as plain Markdown committed to the repo, and expose it to the agent over MCP.
-
Best Claude Code MCP Servers in 2026 (Ranked)
The MCP ecosystem doubles every few months. Bookmark the official MCP servers repository for the canonical list.
smolagents
- Agent Tools
-
Why MCP tool calling doesn't work well for AI agents ā and what Cloudflare, Anthropic, and Pydantic are doing instead
HuggingFace built SmolAgents ā code-first agents
-
Donating the Model Context Protocol and Establishing the Agentic AI Foundation
Something like https://github.com/huggingface/smolagents
Needs a sandbox, otherwise blindly executing generated code is not acceptable
-
A Survey of AI Agent Protocols
smolagents by huggingface would be more of an agent framework. If it was discussed we would see smolagents/llamaindex/pydantic/etc with frameworks on figure 2. Several frameworks were left off in this paper as it focuses more on the protocols.
https://huggingface.co/docs/smolagents/
-
XYZ% of Code is Now Written by AI... Who Cares?
The idea was to wrap into an MCP Server the custom-made, sandboxed, local Python interpreter provided with HuggingFace's smolagents library.
- New Tools for Building Agents
-
DeepSearcher: A Local open-source Deep Research
Iām curious how this compares to the open-source version made by HuggingFace [1]. As I can tell, the HF version uses season LLMs to search/traverse and parse the web and gather results, then evaluates the results before eventually synthesizing a result.
This version appears to show off a vector store for documents generated from a web crawl (the writer is a vector-store-aaS company)
[1] https://github.com/huggingface/smolagents/tree/main/examples...
- Open Deep Research
- HuggingFace smolagents: a barebones Python library for LLM agents
-
smolagents: A simple library to build AI agents
Step 1 included python code with matplotlib, which failed because matplotlib was not in the allowed imports. The system then pivoted to another python script which printed a bar plot with ## characters.
Final answer: The waiter with the second most total tips is Corey Johnson
Bar Chart of Total Tips for Each Waiter:
Michael Watts ################################################## (5.67)
Corey Johnson ########## (1.2)
Margaret James ######## (1.0)
[0] - https://github.com/huggingface/smolagents/blob/main/docs/sou...
What are some alternatives?
claudebox - The Ultimate Claude Code Docker Development Environment - Run Claude AI's coding assistant in a fully containerized, reproducible environment with pre-configured development profiles.
openai-agents-python - A lightweight, powerful framework for multi-agent workflows
typescript-sdk - The official TypeScript SDK for Model Context Protocol servers and clients
awesome-ai-agents - Awesome list of 300+ agentic AI resources
awesome-mcp-servers - A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
mcpx-openai-node - OpenAI node support for MCPX