Back to Home
SouravMishra-MS icon

MCP-Client-Cli

Verified Safe

by SouravMishra-MS

Overview

A command-line client for interacting with Model Context Protocol (MCP) servers, enabling AI-powered tool calling and multi-turn conversations.

Installation

Run Command
mcp-client https://learn.microsoft.com/api/mcp

Environment Variables

  • MCP_STRICT_MODE
  • AZURE_OPENAI_TEMPERATURE

Security Notes

The client stores LLM API keys in local JSON files (`llms.json`), which users must treat as sensitive and secure appropriately. It logs activity, potentially including query and response content, to a local file (`logs/mcp_client.log`); care should be taken to avoid logging sensitive data. The client's functionality includes executing arbitrary local scripts (Python/Node) or npm packages (`npx`) as stdio MCP servers. This introduces a risk if users point the client to unvetted or malicious server code, as this client facilitates the execution on the user's local machine. No direct `eval` or `exec` on user input is observed within the client's own code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-19

Tags

CLIAIToolingLLMPythonConversation