adhikasp/mcp-client-cli
#651 of 783 by Stars among GitHub repos
A simple CLI to run LLM prompt and implement MCP client.
About
A simple CLI program to run LLM prompt and implement Model Context Protocol (MCP) client.
You can use any MCP-compatible servers from the convenience of your terminal.
This act as alternative client beside Claude Desktop. Additionally you can use any LLM provider like OpenAI, Groq, or local LLM model via llama.
You can omit the quotes, but be careful with bash special characters like &, |, ; that might be interpreted by your shell.
You can also pipe input from other commands or files:
You can pipe image files to analyze them with multimodal LLMs:
You can use predefined prompt templates by using the p prefix followed by the template name and its arguments:
To bypass tool confirmation…
Excerpted from github.com/adhikasp/mcp-client-cli
Latest metrics
| Stars | 678 | 2026-07-16 |
|---|---|---|
| Forks | 81 | 2026-07-16 |
| Commits | 113 | 2026-07-16 |
| Releases | 5 | 2026-07-16 |
| Watchers | 6 | 2026-07-16 |
| Open issues | 18 | 2026-07-16 |
| Open PRs | 4 | 2026-07-16 |