Skip to content

Langsmith

Free

by MCP Community

LangSmith MCP Server - TypeScript implementation

v0.1.7Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Langsmith MCP Server

LangSmith MCP Server - TypeScript implementation

Installation

npx -y langsmith-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y langsmith-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "langsmith": {
      "command": "npx",
      "args": ["-y", "langsmith-mcp-server"]
    }
  }
}