MCP Directory

mcpc

by apify · TypeScript · ★ 536

A universal CLI client for MCP. mcpc supports persistent sessions, stdio/HTTP, OAuth 2.1, tasks, JSON output for code mode, proxy for AI sandboxes, x402, and more.

#ai-agents#bash#claude#cli#code-mode#command-line#mcp#mcp-client#model-context-protocol#shell

Install

npx -y github:apify/mcpc

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcpc": {
      "command": "npx",
      "args": [
        "-y",
        "github:apify/mcpc"
      ]
    }
  }
}

From the README

is a command-line client for the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) that maps MCP operations to intuitive commands for interactive shell use, scripting, and AI agents. is your new Swiss Army knife for MCP. It's great for manual inspection and debugging of MCP servers, as well as for agents to leverage all modern MCP capabilities through the most universal coding interface: the UNIX shell. **Key features:** - 🔧 **Full MCP support** - HTTP/stdio transports, instructions, tools, async tasks, resources, prompts, ... - 🔄 **Persistent sessions** - Keep multiple st…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers