philschmid/mcp-cli
Lighweight CLI to interact with MCP servers
Overview
philschmid/mcp-cli is a TypeScript MCP server licensed under MIT. Lighweight CLI to interact with MCP servers
Ranked #6923 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 992
Freshness 1mo ago
Issue Health 7%
Contributors 2
Dependents 0
Forks 104
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# mcp-cli A lightweight, Bun-based CLI for interacting with [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) servers. ## Features - 🪶 **Lightweight** - Minimal dependencies, fast startup - 📦 **Single Binary** - Compile to standalone executable via `bun build --compile` - 🔧 **Shell-Friendly** - JSON output for call, pipes with `jq`, chaining support - 🤖 **Agent-Optimized** - Designed for AI coding agents (Gemini CLI, Claude Code, etc.) - 🔌 **Universal** - Supports both stdio and HTTP MCP servers - ⚡ **Connection Pooling** - Lazy-spawn daemon keeps connections warm (60s idle timeout) - � **Tool Filtering** - Allow/disable specific tools per server via config - 📋 **Server Instructions** - Display MCP server instructions in output - �💡 **Actionable Errors** - Structured error messages with available servers and recovery suggestions ## Quick Start ### 1. Installation ```bash curl -fsSL https://raw.githubusercontent.com/philschmid/mcp-cli/main/install.sh | bash `Read full README on GitHub →
Are you the maintainer? Claim this listing