by adhikasp · MCP Server · ★ 669
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCP CLI client 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. Setup Install via pip: Create a file to configure your LLM and MCP servers: json { "systemPrompt": "You are an AI assistant helping a software engineer...", "llm": { "provider": "openai", "model": "gpt-4", "apikey": "your-openai-api-key", "temperature": 0.7, "baseurl": "https://api.openai.com/v1" // Optional, for OpenRouter or other providers }, "mcpServers": { "fetch": { "command": "uvx", "args": ["mcp-server-fetch"], "requiresconfirmation": ["fetch"], "enabled": true, // Optional, defaults to true "excludetools": [] // Optional, list of tool names to exclude }, "brave-search": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"], "env": {
| Stars | 669 |
| Forks | 85 |
| Language | Python |
| Category | MCP Server |
| License | MIT |
| Quality Score | 47.7/100 |
| Open Issues | 21 |
| Last Updated | 2025-12-02 |
| Created | 2024-11-27 |
| Platforms | cli, mcp, python |
| Est. Tokens | ~19k |
Looking for a mcp-client-cli alternative? If you're comparing mcp-client-cli with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
An introduction to the world of AI Agents
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Effici
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensi
Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview prepara
Plugin for JADX to integrate MCP server
An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive i
Explore other popular mcp server tools:
mcp-client-cli is A simple CLI to run LLM prompt and implement MCP client.. It is categorized as a MCP Server with 669 GitHub stars.
mcp-client-cli is primarily written in Python. It covers topics such as langchain, llm, mcp.
You can find installation instructions and usage details in the mcp-client-cli GitHub repository at github.com/adhikasp/mcp-client-cli. The project has 669 stars and 85 forks, indicating an active community.
mcp-client-cli is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to mcp-client-cli on Agent Skills Hub include oreilly-ai-agents, Unity-MCP, google_workspace_mcp. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.