$ timeahead.in
/ servers/pypi/mcpadapt
pypi

mcpadapt

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

422 stars48k/wkupdated 230d agogithub ↗
91excellent
▣ Overview
PyPI versionPython versionsTestsLicensePyPI downloadsGitHub Repo stars

What it does

MCPAdapt bridges Model Context Protocol servers into framework-specific tools for agentic workflows. It adapts tools from 650+ MCP servers for use within langchain, crewAI, google-genai, and smolagents without requiring each framework to implement MCP natively. Developers specify an MCP server (via stdio command or Server-Sent Events), instantiate MCPAdapt with their chosen adapter, and receive a tool collection ready for agent use. Single or multiple servers can be chained together.

Who it's for

ML engineers and backend developers building agents who want to leverage MCP servers across their chosen framework. Useful for teams already using langchain or crewAI who discover relevant MCP servers and need a lightweight bridge without rewriting agent scaffolding.

Common use cases

  • Integrate specialized MCP servers into existing langchain or crewAI agents
  • Combine multiple MCP servers in a single agent workflow
  • Access curated MCP catalogs (glama.ai, smithery.ai) from your preferred framework
  • Async agents that benefit from concurrent MCP tool execution

Setup pitfalls

  • Install framework-specific extras: pip install mcpadapt[langchain], not the bare package.
  • Security warning: only connect to trusted MCP servers, especially over SSE (Server-Sent Events)—untrusted servers gain tool execution scope.
  • Requires proper MCP server configuration (StdioServerParameters with command and args, or SSE URL).
  • Reads and writes the filesystem—needs appropriate sandbox or permission controls in constrained environments.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
82
16.5
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
90.5
⚿ 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 30 snapshots
5/10/20266/11/2026 · 30 snapshots
⚙ Maintenance health
57/ 100 · is this project alive?
contributors (1y)9
top contributor share72%
releases (1y)9
last release230d ago
ci✓ passing
⛁ Raw data
weekly downloads48k
github stars422
forks50
open issues25
license✓ present
readme length5873 chars
last publish2d ago
last commit230d ago
last updated1d ago
install verified✓ pass · 24d 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