Kiln (MCP Server)

GitHub

Build, Evaluate, and Optimize AI Systems. Includes evals, RAG, agents, fine-tuning, synthetic data generation, dataset management, MCP, and more.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Kiln": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Kiln"
      ]
    }
  }
}