Productivity|Development|AI / MLPython
langchain-mcp-adapters
This MCP server provides basic arithmetic operations for AI agents.
N/A rating (0 reviews)0 installs3,474 GitHub stars
MCPLangChainarithmetic
The server allows AI agents to perform addition and multiplication of integers. It serves as a lightweight wrapper for integrating MCP tools with LangChain and LangGraph.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"langchain-mcp-adapters": {
"args": [
"langchain-mcp-adapters"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.