gemini-mcp-integration
Expert guide for Model Context Protocol (MCP) integration with Gemini CLI. Covers MCP server configuration (HTTP, SSE, Stdio), connection management, and tool permissions. Use when adding MCP servers to Gemini, configuring transports, troubleshooting MCP connections, or managing tool permissions. Delegates to gemini-cli-docs.
npx skills add majiayu000/claude-skill-registry --skill gemini-mcp-integration --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Gemini MCP Integration ## 🚨 MANDATORY: Invoke gemini-cli-docs First > **STOP - Before providing ANY response about Gemini MCP:** > > 1. **INVOKE** `gemini-cli-docs` skill > 2. **QUERY** for the specific MCP topic > 3. **BASE** all responses EXCLUSIVELY on official documentation loaded ## Overview Expert skill for connecting and managing Model Context Protocol (MCP) servers within the Gemini CLI ecosystem. ## When to Use This Skill **Keywords:** MCP, model context protocol, mcp servers, mcp config, gemini mcp, stdio transport, sse transport, mcp tool permissions, mcp debugging **Use this skill when:** - Adding new MCP servers via `settings.json` or CLI (`gemini mcp add`) - Configuring transports: `httpUrl`, `url` (SSE), or `command` (Stdio) - Troubleshooting MCP connection states (`CONNECTING`, `DISCONNECTED`) - Managing MCP tool permissions (Trust vs Ask) - Integrating local scripts as MCP servers ## MCP Server Configuration MCP servers are defined in the `mcpServers` object in `settings.json`. ### Transport Types 1. **Stdio (`command`):** Runs a local executable. Best for local scripts/tools. ```json "local-server": { "command": "node", "args": ["server.js"] } ``` 2. **HTTP (`h
- 🚨 MANDATORY: Invoke gemini-cli-docs First
- Overview
- When to Use This Skill
- MCP Server Configuration
- Transport Types
- Keyword Registry (Delegates to gemini-cli-docs)
- Quick Decision Tree
- Common Commands
- Test Scenarios
- Scenario 1: Add MCP Server
- Scenario 2: Configure Transport
- Scenario 3: Debug Connection
- References
- Version History
What does the gemini-mcp-integration skill do?
Expert guide for Model Context Protocol (MCP) integration with Gemini CLI. Covers MCP server configuration (HTTP, SSE, Stdio), connection management, and tool permissions. Use when adding MCP servers to Gemini, configuring transports, troubleshooting MCP connections, or managing tool permissions. Delegates to gemini-cli-docs.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill gemini-mcp-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
