ck:use-mcp

Execute MCP server tools via Gemini CLI with stdin piping.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-use-mcp-auxi-wardrobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:use-mcp
Source: https://github.com/auxi-wardrobe/auxi-all-in/tree/main/.agents/skills/use-mcp
Command: npx skills add https://github.com/auxi-wardrobe/auxi-all-in --skill ck-use-mcp-auxi-wardrobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates intelligent discovery and execution of MCP server tools, simplifying integrations and tool operations, primarily beneficial for developers and administrators in MCP environments.

Core Features & Use Cases

  • Smart MCP Server Integration: Seamlessly integrates and discovers MCP server tools for efficient use.
  • Distributed Execution: Executes tool tasks using Gemini CLI with stdin piping, preserving context budget.
  • Fallback to Subagent: Uses mcp-manager subagent if Gemini CLI fails, ensuring robustness in tool execution.
  • Pre-defined Workflow: Offers a step-by-step guide for executing tasks with specific instructions.

Quick Start

Use the 'ck:use-mcp' skill to execute an MCP server tool by passing your task as an argument, e.g., 'use-mcp run-reporting-task'.

Frequently Asked Questions about ck:use-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute MCP server tools using Gemini CLI?

Execute MCP server tools using Gemini CLI by passing your task as an argument to the skill, which handles stdin piping support to preserve context budget during distributed execution.

What is MCP tool discovery and how does it work?

MCP tool discovery identifies and filters available MCP server tools for integration, simplifying the process of finding and executing specific tasks within MCP environments.

What happens if Gemini CLI fails during MCP tool execution?

If Gemini CLI fails during MCP tool execution, the skill automatically falls back to the mcp-manager subagent, ensuring robust and continuous task execution.

Do I need to install Gemini CLI to use MCP server tools?

Yes, Gemini CLI is a required dependency for executing MCP server tools with this skill, serving as the primary execution method with stdin piping support.

Can I use this skill to run reporting tasks on an MCP server?

Yes, you can run reporting tasks on an MCP server by passing the task name as an argument, such as 'use-mcp run-reporting-task', following the predefined workflow.

What are the limitations of using subagent fallback for MCP execution?

The subagent fallback acts as a secondary mechanism when Gemini CLI fails, but the skill is primarily optimized for Gemini CLI execution with stdin piping to preserve context budget.