mcpc
Control any MCP server from the command line
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core