toolbox-adk
Agent Development Kit Integration for MCP Toolbox
What it is and what it does
toolbox-adk is a Python SDK that bridges Google's Agent Development Kit (ADK) with the MCP Toolbox, allowing agents built on ADK to directly invoke tools from the MCP Toolbox ecosystem. It acts as an integration layer that handles the protocol translation and authentication plumbing between the two frameworks.
The package is designed for developers building AI agents on Google ADK who need access to MCP Toolbox's tool catalog. It handles transport protocols, authentication (via google-auth and google-auth-oauthlib), and provides configuration hooks for advanced use cases like OpenTelemetry observability. The package is actively maintained and supports modern Python versions (3.10 through 3.14).
Use it for:
- Integrate MCP Toolbox tools into Google ADK agents for expanded tool availability
- Build multi-tool AI agents that combine ADK capabilities with MCP Toolbox resources
- Set up authenticated tool access for agents requiring Google Cloud credentials
- Configure observability for agent-to-tool interactions via OpenTelemetry
- Develop agents that need both ADK-native and MCP Toolbox tools in a single codebase
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Enables Google ADK agents to natively use tools from the MCP Toolbox through a Python SDK integration layer.
Yes. This package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive Apache 2.0 license. Install it if you are building Google ADK agents and need access to MCP Toolbox tools. The recent release cadence and 191 GitHub stars indicate active development and community use.
Install
toolbox-adk on PyPI
pip
pip install toolbox-adkuv
uv add toolbox-adkpoetry
poetry add toolbox-adkInstalling toolbox-adk
Before you install
Low install friction with a pure-Python wheel. Actively maintained as of 2026-08-14 with recent releases. Depends on toolbox-core, google-auth, google-auth-oauthlib, google-adk, and typing-extensions—all standard Google ecosystem packages.
License in practice
Licensed under Apache License 2.0 (permissive). You can use, modify, and distribute this package freely in commercial and private projects with minimal restrictions.
Quickstart
pip install toolbox-adk
from toolbox_adk import ToolboxClient
client = ToolboxClient()
# Configure transport and authentication per documentation
Requires Python 3.10 or later. Google authentication credentials must be configured for the ADK agent.
Verify before relying
- Specific transport protocol options and their performance characteristics
- Whether OpenTelemetry integration is automatic or requires explicit setup
- Compatibility matrix with specific ADK and MCP Toolbox versions
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — toolbox-core, google-auth, google-auth-oauthlib, google-adk, typing-extensions |
| Maintenance | actively maintained — 16 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 251,675/month — #8,569 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: toolbox_adk-1.3.1-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
google-adkA Python framework for building, testing, and…
permissive · top 5,000 on PyPI
toolbox-coreA Python SDK for connecting to and invoking…
permissive · top 15,000 on PyPI
ag_ui_adkBridges Google ADK agents to the AG-UI…
permissive · top 15,000 on PyPI
a2ui-agent-sdkProvides Python SDK components for building…
unclear · top 15,000 on PyPI
agent-framework-foundryProvides Microsoft Foundry integrations for the…
permissive · top 15,000 on PyPI
mcp-usemcp-use provides a Python framework to connect…
permissive · top 15,000 on PyPI
nvidia-nat-mcpIntegrates MCP (Model Context Protocol) servers…
permissive · top 15,000 on PyPI
agent-utilitiesA batteries-included harness for building…
permissive · top 15,000 on PyPI
agent-client-protocolProvides Python models, async transports, and…
unclear · top 1,000 on PyPI
fast-agent-mcpfast-agent-mcp is a CLI-first framework for…
permissive · top 15,000 on PyPI