$ timeahead.in
/ servers/pypi/mcpadapt
pypi

mcpadapt

Unlock 650+ MCP servers tools in your favorite agentic framework.

421 stars41k/wkupdated 224d agogithub ↗
90excellent
▣ Overview
PyPI versionPython versionsTestsLicensePyPI downloadsGitHub Repo stars

What it does

MCPAdapt bridges Model Context Protocol servers to agentic frameworks. It converts any MCP server—deployed locally via stdio or remotely via SSE—into native tools for smolagents, langchain, crewAI, google-genai, and others. This lets you access 650+ published MCP servers without writing framework-specific integration code. Smolagents users get direct integration; others install framework-specific extras like mcpadapt[langchain], pass MCP server parameters to MCPAdapt, and receive tools as if they were authored for your framework natively.

Who it's for

Developers building agents who want to reuse existing MCP server implementations—filesystem operations, web search, database queries, domain-specific tools—across multiple frameworks. If you're writing in smolagents, langchain, or crewAI and want to plug community MCP servers without custom wrappers, this eliminates the glue code.

Common use cases

  • Use an MCP filesystem server to let agents read and write files directly.
  • Combine multiple MCP servers in a single crewAI workflow for integrated access to search, data, and APIs.
  • Deploy an MCP server remotely and connect agents over SSE without modifying agent code.
  • Publish a tool as an MCP server once and reuse it across smolagents, langchain, and crewAI without duplication.

Setup pitfalls

  • Framework dependencies are optional. pip install mcpadapt alone fails; you need mcpadapt[langchain], mcpadapt[crewai], or similar depending on your framework.
  • Stdio servers must be executable and on PATH. Misconfiguration silently fails at tool initialization time.
  • README warns against untrusted MCP servers, especially over SSE—verify the source and security before connecting.
  • Last commit 224 days ago; verify there are no outstanding blockers if you need recent MCP protocol updates.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
82
16.3
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
90.3
⚿ Capabilities & Risk Explainer
fs readfs writeexecsecrets
◆ Risk level: medium· 2 tools · auth: API key
fs read + fs write + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
echo-tool✓ no
def✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "mcpadapt": {
      "command": "uvx",
      "args": [
        "mcpadapt"
      ]
    }
  }
}
📈 Score historylast 27 snapshots
5/10/20266/6/2026 · 27 snapshots
⚙ Maintenance health
58/ 100 · is this project alive?
contributors (1y)9
top contributor share72%
releases (1y)9
last release224d ago
ci✓ passing
⛁ Raw data
weekly downloads41k
github stars421
forks49
open issues25
license✓ present
readme length5873 chars
last publish5d ago
last commit224d ago
last updated7h ago
install verified✓ pass · 18d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points