The LangChain MCP Adapters server enables AI agents to integrate MCP tools with LangChain and LangGraph. It provides adapters for LangChain's tooling and LangGraph's workflows, allowing agents to use MCP tools within LangChain's ecosystem. The server connects to LangChain's tooling and LangGraph's workflows, making it useful for developers building AI applications with LangChain and LangGraph.
The LangChain MCP Adapters server enables AI agents to integrate MCP tools with LangChain and LangGraph. It provides adapters for LangChain's tooling and LangGraph's workflows, allowing agents to use MCP tools within LangChain's ecosystem. The server connects to LangChain's tooling and LangGraph's workflows, making it useful for developers building AI applications with LangChain and LangGraph.
pip install langchain-mcp-adaptersAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"langchain-ai-langchain-mcp-adapters-github": {
"command": "uvx",
"args": [
"pip install langchain-mcp-adapters"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from langchain mcp adapters?"
API Key Required
This server requires an API key from langchain mcp adapters. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LANGCHAIN_MCP_ADAPTERS_API_KEY | Yes | Your langchain mcp adapters API key |
"What resources are available in langchain mcp adapters?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in langchain mcp adapters"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in langchain mcp adapters with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.