mcp-client-cli — MCP Server by adhikasp

by adhikasp · MCP Server · ★ 669

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About mcp-client-cli

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": {

langchainllmmcpmodel-context-protocol

Quick Facts

Stars669
Forks85
LanguagePython
CategoryMCP Server
LicenseMIT
Quality Score47.7/100
Open Issues21
Last Updated2025-12-02
Created2024-11-27
Platformscli, mcp, python
Est. Tokens~19k

mcp-client-cli alternative? Top 6 similar tools

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.

  • oreilly-ai-agents by sinanuozdemir · ⭐ 269

    An introduction to the world of AI Agents

  • Unity-MCP by IvanMurzak · ⭐ 3.2k

    AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Effici

  • google_workspace_mcp by taylorwilsdon · ⭐ 2.7k

    Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensi

  • generative-ai by genieincodebottle · ⭐ 2.3k

    Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview prepara

  • jadx-ai-mcp by zinja-coder · ⭐ 2.2k

    Plugin for JADX to integrate MCP server

  • mcphub.nvim by ravitemer · ⭐ 1.7k

    An MCP client for Neovim that seamlessly integrates MCP servers into your editing workflow with an intuitive i

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Python Agent Tools

Frequently Asked Questions

What is mcp-client-cli?

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.

What programming language is mcp-client-cli written in?

mcp-client-cli is primarily written in Python. It covers topics such as langchain, llm, mcp.

How do I install or use mcp-client-cli?

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.

What license does mcp-client-cli use?

mcp-client-cli is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to mcp-client-cli?

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.

View on GitHub → Browse MCP Server tools