Show HN: mcpc โ€“ Universal command-line client for Model Context Protocol (MCP)

https://news.ycombinator.com/rss Hits: 11
Summary

mcpc : Universal MCP command-line client mcpc is a CLI for the Model Context Protocol (MCP) that maps MCP operations to intuitive commands for interactive shell use, scripts, and AI coding agents. mcpc is a Swiss Army knife for MCP. It is useful for inspecting servers, scripting, and enabling AI coding agents to use MCP "code mode" in shell. After all, UNIX-compatible shell script is THE most universal coding language. Key features: ๐ŸŒŽ Compatible - Works with any MCP server over Streamable HTTP or stdio. - Works with any MCP server over Streamable HTTP or stdio. ๐Ÿ”„ Persistent sessions - Keep multiple server connections alive simultaneously. - Keep multiple server connections alive simultaneously. ๐Ÿ”ง Strong MCP support - Instructions, tools, resources, prompts, dynamic discovery. - Instructions, tools, resources, prompts, dynamic discovery. ๐Ÿ”Œ Code mode - JSON output enables integration with CLI tools like jq and scripting. - JSON output enables integration with CLI tools like and scripting. ๐Ÿค– AI sandboxing - MCP proxy server to securely access authenticated sessions from AI-generated code. - MCP proxy server to securely access authenticated sessions from AI-generated code. ๐Ÿ”’ Secure - Full OAuth 2.1 support, OS keychain for credentials storage. - Full OAuth 2.1 support, OS keychain for credentials storage. ๐Ÿชถ Lightweight - Minimal dependencies, works on Mac/Win/Linux, doesn't use LLMs on its own. Table of contents Install npm install -g @apify/mcpc Linux users: mcpc uses the OS keychain for secure credential storage, which requires the Libsecret library. Install it with: # Debian/Ubuntu sudo apt-get update sudo apt-get install libsecret-1-0 # Fedora/RHEL/CentOS sudo dnf install libsecret # Arch Linux sudo pacman -S libsecret Quickstart # List all active sessions and saved authentication profiles mcpc # Login to remote MCP server and save OAuth credentials for future use mcpc mcp.apify.com login # Show information about a remote MCP server mcpc mcp.apify.com # Use JSON mod...

First seen: 2026-01-11 01:56

Last seen: 2026-01-11 11:57