google-adk-mcp

by nikhilpurwant

182 downloads
Not rated
GitHub

About

Using Google ADK with and MCP server written for the repair_world_application

Details

Author
nikhilpurwant
Downloads
182
Categories
Other

- Build a Google ADK agent using an external MCP server
- Connect to the mcp-server-repairworld PyPI package
- Create repair requests via conversational agent
- List all repair requests
- View a repair request by ID
- Supports both web and console agent interfaces

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name google-adk-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, create a Python virtual environment (Python 3.11+), and install dependencies. Ensure the repair_world_application is running. Then launch the agent either via adk web for a web UI at http://localhost:8000 or by running python agent-repairworld.py for a console interface.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "google-adk-mcp": {
            "google-adk-mcp": {
                "command": "python",
                "args": [
                    "-m",
                    "venv",
                    ".venv"
                ]
            }
        }
    }
}

McpServers

{
    "google-adk-mcp": {
        "command": "python",
        "args": [
            "-m",
            "venv",
            ".venv"
        ]
    }
}

google-adk-mcp

πŸš€ Sample project demonstrating how to build a Google ADK agent that uses an external MCP server to interact with a repair API (repairworld application - created specifically for the demo). This agent is created to go along with the blog post and demo - 26. The simplest MCP demo (Includes Sample provider app, MCP Server and Agent πŸ€– code and explanation!)

🧠 What This Project Does

This project shows how to: 1. βœ… Use Google ADK (Agent Developer Kit) to build an agent. 2. πŸ”Œ Connect that agent to an existing MCP server that exposes functionality of the repair_world_application (e.g., creating and viewing repair requests). The agent uses MCP server from the pypi repo - mcp-server-repairworld. ---

πŸ“¦ Prerequisites

- Python 3.11+ - A running repairworld application. ---

πŸš€ How to Use

1. Clone this repo create python virtual environment

```bash git clone https://github.com/your-username/google-adk-mcp.git cd google-adk-mcp
No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.