langchain-mcp-server-example

LucasSoares29/langchain-mcp-server-example
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Exemplo de uso da criação de um servidor MCP com ferramentas matemáticas para resolução de problemas usando agentes de IA construido com biblioteca Langchain.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langchain-mcp-server": {
      "command": "uvx",
      "args": [
        "langchain-mcp-server-example"
      ]
    }
  }
}

Or install with pip: pip install langchain-mcp-server-example