Serverless AI agent using LangChain.js and Model Context Protocol (MCP) integration to order burgers from a burger restaurant
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent-langchainj": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/mcp-agent-langchainjs"
]
}
}
}
Run in terminal:
claude mcp add mcp-agent-langchainj npx -y Azure-Samples/mcp-agent-langchainjs
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-agent-langchainj": {
"command": "npx",
"args": [
"-y",
"Azure-Samples/mcp-agent-langchainjs"
]
}
}
}