#750 · Primary category: AI Agents & Automation

mcpc

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

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.

Project last updated:08/26/26

GitHub Stars

756

Forks

74

Contributors

12

License

Apache-2.0

Why we included this project

mcpc is a command-line client for the Model Context Protocol that turns the protocol's operations into shell commands. If you maintain or debug MCP servers, you can inspect tools and resources interactively, or script repeatable checks with jq and xargs instead of writing a custom client. It also works as a bridge for AI agents: the whole protocol is reachable through a single Bash() call, so an agent can talk to any MCP server without a bespoke integration, and the built-in proxy keeps credentials out of AI-generated code. It keeps sessions alive across multiple servers, handles OAuth 2.1, and outputs JSON for pipelines, all with minimal dependencies.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category