Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepSkill
Path: skills/ai-llm/gemini-mcp-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 🚨 MANDATORY: Invoke gemini-cli-docs First
  2. Overview
  3. When to Use This Skill
  4. MCP Server Configuration
  5. Transport Types
  6. Keyword Registry (Delegates to gemini-cli-docs)
  7. Quick Decision Tree
  8. Common Commands
  9. Test Scenarios
  10. Scenario 1: Add MCP Server
  11. Scenario 2: Configure Transport
  12. Scenario 3: Debug Connection
  13. References
  14. Version History
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going