Model Context Protocol server for querying W&B data
Query experiment tracking data, runs, sweeps, and performance metrics using GraphQL.
Access LLM traces, evaluations, and datasets with powerful filtering and pagination.
Get help from wandbot, the W&B RAG-powered support agent for product questions.
Create and save W&B Reports with markdown text and HTML visualizations.
~/.cursor/mcp.json:"wandb": {
"transport": "http",
"url": "https://mcp.withwandb.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_WANDB_API_KEY",
"Accept": "application/json, text/event-stream"
}
}
claude_desktop_config.json:{
"mcpServers": {
"wandb-stdio": {
"command": "uvx",
"args": ["--from", "git+https://github.com/wandb/wandb-mcp-server.git", "wandb-mcp-server"],
"env": {
"WANDB_API_KEY": "YOUR_WANDB_API_KEY"
}
}
}
}
https://mcp.withwandb.com/mcpgemini extensions install https://github.com/wandb/wandb-mcp-server
export WANDB_API_KEY=your-keyuvx wandb login (opens browser)Get your API key: wandb.ai/authorize
Install locally or deploy your own server from the open-source repository:
View on GitHub →