mcpc
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.
mcpc is a universal CLI for the Model Context Protocol (MCP) that maps MCP operations to intuitive commands for interactive shell use, scripts, and AI coding agents. It supports persistent sessions, code mode with JSON output, and secure authentication. It works with any MCP server over Streamable HTTP or stdio.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- HHarley ClarkApr 17, 2026
The JSON output mode pipes perfectly into jq for quick cli filtering.
- AAvery JacksonApr 11, 2026
Is anyone else having issues getting the OAuth 2.1 flow to redirect properly on headless Linux servers?
- RRiver DavisApr 8, 2026
Love using this in bash scripts to quickly spin up temp sessions for Claude to debug local env issues.
- MMorgan HarrisMar 22, 2026
Hands down the best way to test stdio servers without spinning up a full desktop client.