4,500+ servers built on MCP Fusion
Vinkius
Weights & Biases logo
Vinkius
Google ADK logo

How to Use the Weights & Biases MCP in Google ADK

Run enterprise ML agents on Weights & Biases using Google ADK.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Weights & Biases MCP on Cursor AI Code Editor MCP Client Weights & Biases MCP on Claude Desktop App MCP Integration Weights & Biases MCP on OpenAI Agents SDK MCP Compatible Weights & Biases MCP on Visual Studio Code MCP Extension Client Weights & Biases MCP on GitHub Copilot AI Agent MCP Integration Weights & Biases MCP on Google Gemini AI MCP Integration Weights & Biases MCP on Lovable AI Development MCP Client Weights & Biases MCP on Mistral AI Agents MCP Compatible Weights & Biases MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Google ADK

Connect Weights & Biases MCP to Google ADK

Create your Vinkius account to connect Weights & Biases to Google ADK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

List All W&B Projects

The `list_wandb_projects` tool lets your agent see every project name within a user or team account. This is your starting point for any large-scale, enterprise investigation. Your AI client can check the entire scope of work done in Weights & Biases by retrieving this master list, ensuring no critical initiative gets missed.

Retrieve Analysis Reports

By calling `list_project_reports`, your agent finds all saved analysis reports for a project. It doesn't just give you names; it confirms that the necessary documentation or analysis is ready to be acted upon. This helps your agent hand off tasks to another system, knowing exactly which completed report needs to be consumed by BigQuery or Vertex AI.

List All Experiment Runs

If you need an overview of every experiment, `list_project_runs` provides a comprehensive list within one project. It gives your agent the IDs needed for deeper context. This function acts as a quick table of contents, allowing your Google ADK-powered workflow to decide which specific runs require detailed checks or further data pulling.

Setup guide

Set up Weights & Biases MCP in Google ADK

Prerequisites

  • Python 3.10+ installed
  • google-adk package (pip install google-adk)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install Google ADK

    Run pip install google-adk to install the Agent Development Kit. MCP support is included via the McpToolset class.

  2. 2

    Connect via SSE transport

    Use McpToolset.from_server() with SseServerParams pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create an LlmAgent

    Pass the returned mcp_tools list directly to LlmAgent(tools=mcp_tools). The ADK maps each MCP tool to a native Gemini function call — no manual schema definitions required.

  4. 4

    Run with any Gemini model

    The agent works with any Gemini model (gemini-2.0-flash, gemini-2.5-pro, etc.). Copy the full example on the right to get started with Weights & Biases tools in your ADK agent.

agent.py
from google.adk.agents import LlmAgent
from google.adk.tools.mcp_tool.mcp_toolset import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import SseServerParams

# Connect to the MCP via SSE
mcp_tools, exit_stack = await McpToolset.from_server(
    connection_params=SseServerParams(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    )
)

# Create your agent with auto-discovered tools
agent = LlmAgent(
    name="Weights & Biases_agent",
    model="gemini-2.0-flash",
    instruction="You have access to Weights & Biases tools via MCP.",
    tools=mcp_tools,
)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Weights & Biases. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Weights & Biases MCP in Google ADK

The MCP Server exposes W&B tools as a callable toolset within your agent. Your Google ADK-powered workflow calls these functions, treating them like any native BigQuery or Vertex AI operation.
Yes, you use `list_wandb_projects` to retrieve this master list. This allows your agent to scope its search across multiple W&B entities before diving into any single project.
Since it's built on the Gemini ecosystem, it handles long context well. You can pass large amounts of aggregated W&B metadata (like full run lists) to your agent for complex reasoning.
The toolset includes `get_run_details`, `list_project_artifacts`, and many others. Your LlmAgent simply selects the right function name to execute the task.
The server touches structured run metrics and configs. When designing your enterprise agent, ensure that any sensitive model performance data pulled from W&B is handled according to BigQuery's security protocols.

Start using the Weights & Biases MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 6 tools

We've already built the connector for Weights & Biases. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 6 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.