Converts MCP tools to LangChain tools. Exposes methods to translate MCP tool specifications into LangChain-compatible formats. Integrates with LangChain's tooling ecosystem. Useful for developers migrating or integrating MCP tools into LangChain workflows.
Converts MCP tools to LangChain tools. Exposes methods to translate MCP tool specifications into LangChain-compatible formats. Integrates with LangChain's tooling ecosystem. Useful for developers migrating or integrating MCP tools into LangChain workflows.
npx -y @h1deya/langchain-mcp-toolsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"h1deya-langchain-mcp-tools-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @h1deya/langchain-mcp-tools"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from langchain-mcp-tools?"
API Key Required
This server requires an API key from langchain-mcp-tools. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LANGCHAIN-MCP-TOOLS_API_KEY | Yes | Your langchain-mcp-tools API key |
"What resources are available in langchain-mcp-tools?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in langchain-mcp-tools"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in langchain-mcp-tools 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.