Langsmith
Freeby MCP Community
LangSmith MCP Server - TypeScript implementation
v0.1.7Added Apr 12, 2026
Langsmith MCP Server
LangSmith MCP Server - TypeScript implementation
Installation
npx -y langsmith-mcp-server
Reviews
Installation
Quick install
npx -y langsmith-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"langsmith": {
"command": "npx",
"args": ["-y", "langsmith-mcp-server"]
}
}
}