LangChain.js adapters for Model Context Protocol (MCP)
| Tool name | Description | Destructive? |
|---|---|---|
| test_tool | ✓ no | |
| sleep_tool | ✓ no | |
| check_headers | ✓ no | |
| audio_tool | ✓ no | |
| image_tool | ✓ no |
| resource_tool | ✓ no | |
| structured_tool | ✓ no | |
| check_env | ✓ no | |
| add | ✓ no | |
| subtract | ✓ no | |
| multiply | ✓ no | |
| divide | ✓ no |
{
"mcpServers": {
"langchainmcp-adapters": {
"command": "npx",
"args": [
"-y",
"@langchain/mcp-adapters"
]
}
}
}