Productivity|AI / ML|E-CommerceTypeScript
mcp-agent-langchainjs
Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant.
N/A rating (0 reviews)0 installs178 GitHub stars
AILangChain.jsMCP
This project demonstrates how to build AI agents that can interact with real-world APIs using LangChain.js and MCP. It showcases the integration of AI tools to facilitate ordering burgers seamlessly.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent-langchainjs-1": {
"args": [
"-y",
"mcp-agent-langchainjs"
],
"command": "npx"
}
}
}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.