What problem does it solve?
Claude Code users often need direct, scriptable control over MCP servers. This Skill teaches Claude Code to drive MCP via the mcpc CLI, enabling tool discovery, execution, and automation without resorting to internal function calls.
Core Features & Use Cases
- Command-line MCP access: List tools, read prompts, and call tools using mcpc commands.
- Session management: Create and reuse persistent sessions to reduce latency and reconnect overhead.
- JSON scripting compatibility: Output is JSON-ready for seamless integration with shells, jq, and pipelines.
- Authentication handling: Support for OAuth and bearer tokens for safe, repeatable access to MCP servers.
Quick Start
- List sessions and profiles: mcpc
- Connect to a server and list tools: mcpc <server> connect @mysrv
- Call a tool and parse results: mcpc @mysrv tools-list --json