apifyapifyOfficialยท2 Agent Skills Included

mcpc

Control any MCP server from the command line

Connects AI agents and shell scripts to any MCP server through simple terminal commands. Lists and calls tools, reads resources, manages OAuth logins, and keeps persistent sessions alive without manual setup. Outputs clean JSON for scripting, so agents skip bulky tool definitions and save tokens on every workflow.
npx skills add apify/mcpc --all -g -y
Available:

Explains the mcpc architecture and design rules so the AI agent can build, test, and extend the CLI while keeping its help output self-documenting for other agents.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mcpc?โ–ผ

Run `npx skills add apify/mcpc --all -g -y` in your terminal to install all skills in this suite globally.

What does mcpc do?โ–ผ

It is a universal command-line client for the Model Context Protocol that turns every MCP operation into a simple shell command. You can connect to servers, list and call tools, read resources, and manage authentication from one place.

How do AI agents use mcpc?โ–ผ

Agents call mcpc through a single shell tool instead of loading dozens of MCP function definitions into context. This saves tokens, improves accuracy, and works with Claude Code, Cursor, and other agents with shell access.

Can I script MCP workflows with mcpc?โ–ผ

Yes. Add the --json flag to any command to get machine-readable output that pipes cleanly into jq, xargs, and standard shell scripts.

Does mcpc keep my credentials safe?โ–ผ

Yes. It stores OAuth credentials in your operating system keychain and can proxy sessions so sandboxed AI code never sees your real tokens.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’