mcpadapt
Basic Information
MCPAdapt is a developer-focused adapter library that makes Model Context Protocol (MCP) servers available as tools inside popular agentic frameworks. It lets agent developers call and integrate 650+ existing MCP servers and their tools into frameworks like Smolagents, LangChain, CrewAI and Google GenAI without reimplementing connectors. The project provides a core MCPAdapt context manager that can wrap one or multiple MCP servers provided as local stdio commands or remote SSE endpoints and convert their JSON-described tools into framework-native tool objects. The README and examples show how to instantiate server parameters, choose an adapter, and obtain a flattened tool collection to use directly in agent workflows. The repo targets developer workflows for building or extending agents rather than end-user applications.