{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"}],"enrichment":{"capability":"Adapts MCP (Model Context Protocol) servers into tools for agentic frameworks like Smolagents, Langchain, and CrewAI, exposing their capabilities to AI agents.","skillfed_tags":["agent-framework-integration","mcp-protocol","tool-adapter"],"use_cases":["Integrate a local MCP server into a Smolagents workflow to give an AI agent access to custom tools without rewriting them.","Connect multiple MCP servers to a Langchain agent to provide diverse data sources and capabilities in a single tool collection.","Adapt a remote MCP server (via SSE) to CrewAI for use in multi-agent workflows.","Expose third-party MCP tools from smithery.ai or glama.ai to your agentic framework without manual tool definition.","Build a custom adapter for an unsupported agentic framework by implementing the ToolAdapter interface."],"what_it_does":"MCPAdapt is a bridge layer that converts MCP servers\u2014a protocol introduced by Anthropic for exposing tools and resources\u2014into native tool objects for popular agentic frameworks. It lets you take any of the 650+ MCP servers available in the ecosystem and use them directly within Smolagents, Langchain, CrewAI, or Google GenAI without writing framework-specific glue code.\n\nThe package handles both local MCP servers (via stdio) and remote ones (via SSE), and supports both synchronous and asynchronous execution where the underlying framework permits. It depends on jsonref, mcp, pydantic, and python-dotenv, and is designed to be extended with new framework adapters through a simple plugin interface.","worth_installing":"Yes, if you are building agents with Smolagents, Langchain, CrewAI, or Google GenAI and want to leverage the MCP ecosystem. The package is low-friction to install and has no known vulnerabilities. However, note that maintenance is aging (last update October 2025, no commits since); evaluate whether the supported frameworks and adapters match your stack before committing. The security warning about SSE servers in the documentation should be taken seriously."},"id":"mcpadapt","links":{"html":"https://skillfed.io/packages/mcpadapt","md":"https://skillfed.io/packages/mcpadapt.md","pypi":"https://pypi.org/project/mcpadapt/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-24","license_spdx":"MIT","license_treatment":"permissive","name":"mcpadapt","python_support":"supports_current","summary":"Adapt MCP servers to many agentic framework."},"popularity":{"monthly_downloads":217821,"position":9350,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.20"}
