subho004/mcp-chatbot
mcp-chatbot is a modular chatbot built with LangChain MCP that can perform math calculations, fetch real-time weather data, and search the web. It uses local tools for math and search, and an MCP server for weather, making it easy to extend with additional tools or APIs.
Platform-specific configuration:
{
"mcpServers": {
"mcp-chatbot": {
"command": "npx",
"args": [
"-y",
"mcp-chatbot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...