mcp-connector-generator
mcp-connector-generator
This skill helps you connect your AI agent to external data and tools using the Model Context Protocol (MCP). It provides boilerplate for the three most common connection types seen in production.
Usage
Ask Antigravity to:
- "Connect my agent to Reddit via MCP"
- "Add the Google Cloud Docs (Knowledge) toolset"
- "Create a connector for my local Nano Banana script"
Connection Patterns
- Local Subprocess (stdio): Best for npm-based servers (like reddit-mcp) or local Python scripts. Injects secrets into the environment.
- Remote Endpoint (HTTP): Used for managed services like the Developer Knowledge MCP server. Pass API keys in headers.
- Local Script (uv run): Executes a specific entrypoint within a project folder.
Python Boilerplate
Refer to the included scripts/mcp_connectors.py for the standard implementation of get_reddit_mcp_toolset, get_dk_mcp_toolset, and others.
More from googlecloudplatform/devrel-demos
go-test-expert
Expert in Go testing patterns, table-driven tests, httptest, benchmarking, and fuzzing. Activates for "test", "fail", "benchmark", "debug", "fuzz".
35latest-software-version
>
34go-project-setup
>
26video-description
Generates optimized descriptions for video platforms from transcripts and supplementary material. Use when the user asks for a video description or provides a transcript for video preparation.
17agent-containerizer
Generates a standard Dockerfile that includes both Python and Node.js environments for AI agents.
4gcp-agent-shadow-deployer
Implements the "Dark Canary" pattern for Cloud Run, allowing agents to be evaluated in production without serving user traffic.
4