About
Overview
The Weights & Biases MCP Server enables AI agents to interact with W&B's ML experiment tracking platform. It provides tools for logging metrics, managing artifacts, and querying experiment histories.
Capabilities
Tools & Capabilities
⚡list_runs
List experiment runs
⚡get_run
Get run details and metrics
⚡log_metric
Log a metric value
⚡list_artifacts
List model artifacts
Setup
Installation
bash
Install
pip install mcp-server-wandbExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"wandb": {
"command": "python",
"args": ["-m", "mcp_server_wandb"]
}
}
}Quick Info
Authorwandb
LanguagePython
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026