★ 464 stars
TypeScript
💻 Code/Dev Tools
Updated today
mcpc is a universal CLI client for MCP. It supports persistent sessions, stdio/HTTP, OAuth 2.1, tasks, JSON output for code mode, proxy for AI sandboxes, x402, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpc": {
"command": "npx",
"args": [
"-y",
"apify/mcpc"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcpc npx -y apify/mcpc
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpc": {
"command": "npx",
"args": [
"-y",
"apify/mcpc"
]
}
}
}
📋 Copy
Topics
ai-agents bash claude cli code-mode command-line mcp mcp-client model-context-protocol shell