mcp-client-shell
Verified Safeby cafalchio
Overview
Provides a command-line interface to interact with local FastMCP servers for tool listing and execution.
Installation
python main.pySecurity Notes
The client connects to a local FastMCP server (http://localhost:port/mcp) and passes user input directly as tool arguments. Security largely depends on the trustworthiness of the local FastMCP server and its exposed tools. No 'eval', hardcoded secrets, or obvious client-side vulnerabilities were found. As a client, it does not expose network services.
Similar Servers
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
toolception
Provides a dynamic Model Context Protocol (MCP) server toolkit for runtime toolset management, exposure control, and robust permission-based access control for AI agents.
Create-MCP-server
A command-line interface tool for quickly scaffolding new MCP server projects using Python and fastmcp.
test_mcp
Simple MCP server for testing FastMCP connectivity and demonstrating basic tool functionality.