SaaSHub helps you find the best software and product alternatives Learn more →
Mcp-agent Alternatives
Similar projects and alternatives to mcp-agent
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
searxng
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
-
-
awesome-mcp-servers
Discontinued A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
-
-
-
-
-
-
-
swarm
Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.
-
-
composio
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
-
crewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
-
genkit
Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google
-
-
-
mcp-agent discussion
mcp-agent reviews and mentions
-
Show HN: MCP-C – cloud platform for running MCP agents and apps
Hello HN!
Earlier this year, we shared mcp-agent(https://github.com/lastmile-ai/mcp-agent) [1][2], a lightweight framework for building agents with MCP. Since then we have tried to push the protocol to the limits, including hosting agents as long-running tools on MCP [3], and seen other creative approaches surface (mcp-ui, chatgpt apps sdk).
Today, we are launching mcp-c – a cloud platform designed for hosting any kind of MCP server, including agents, ChatGPT apps, etc. We are in open beta and free to use, and would love your feedback.
Here are some key choices we made:
-
Show HN: A Deep Research MCP Agent (and pitfalls I hit along the way)
Haha, I didn't have control on the blog website, just the content. The readme and code is the ultimate source of truth (and easier to read):https://github.com/lastmile-ai/mcp-agent/blob/main/src/mcp_a...
So the core idea is the Deep Orchestrator is pretty unopinionated on what to use for searching, as long as it is exposed over MCP. I tried with a basic fetch server that's one of the reference MCP servers (with a single tool called `fetch`), and also tried with Brave.
I think the folks at Jina wrote some really good stuff on the actual search part: https://jina.ai/news/a-practical-guide-to-implementing-deeps... -- and how to do page/url ranking over the course of the flow. My recommendation would be to do all that in an MCP server itself. That keeps the "deep orchestrator" architecture fairly clean, and you can plug in increasingly sophisticated search techniques over time.
-
All Data and AI Weekly #202 11-Aug-2025
lastmile-ai/mcp-agent
-
Automate Research & Analysis Workflows Across Any Domain with `mcp-agent`
So I built a universal research agent on top of mcp-agent a framework that lets you coordinate tools, APIs, memory, and LLM calls in one streamlined workflow.
- I Built an AI Agent That Helps Me Invest and Now It's Helping Me Buy a House
-
🛠️ Build Your First AI Agent
That’s exactly what MCP Agent is built for.
-
Show HN: Representing Agents as MCP Servers
This is exactly what we're working on at the moment! (If you're curious about following along progress, check out feature/distributed_tracing branch -- https://github.com/lastmile-ai/mcp-agent/blob/feature/distri...)
The nice thing about representing agents as MCP servers is we can leverage distributed tracing via OTEL to log multi-agent chains. Within the agent application, mcp-agent tracing follows the LLM semantic conventions from OpenTelemetry (https://opentelemetry.io/docs/specs/semconv/gen-ai/). For any MCP server that the agent uses, we propagate the trace context along.
-
Secure, Swift, and Smart: A Basic Guide to Building AI Agentic Workflows with Local Models
MCP-agent Framework: https://github.com/lastmile-ai/mcp-agent
-
I Tested Every MCP Client So You Don't Have To 🔥
mcp-agent — a python based library to help you build AI agents that supports MCPs.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
lastmile-ai/mcp-agent is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of mcp-agent is Python.