๐ ๐ Yet another CLI tool for testing MCP servers
MCP CLI - Model Context Provider Command Line Interface
A powerful, feature-rich command-line tool for interacting with Model Context Provider (MCP) servers, enabling seamless communication with Large Language Models (LLMs) via the CHUK-MCP protocol.
git clone https://github.com/chrishayuk/mcp-cli cd mcp-cli pip install -e ".[cli,dev]"
uv sync --reinstall uv run mcp-cli --help
mcp-cli chat --server sqlite
mcp-cli interactive --server sqlite
mcp-cli cmd --server sqlite --input file.txt --prompt "Summarize: {{input}}"
Multiple Modes:
Multi-Provider Support:
gpt-4o
, gpt-4-turbo
)llama3.2
, qwen2.5-coder
)Advanced Tool System:
Conversation Management:
Rich UX:
Resilient Resource Handling:
parallel
, grep
).๐ Ideal for developers, researchers, and automation workflows!
๐จ A command-line development tool for inspecting and interacting with MCP servers with extra features like mocks and proxies.
๐๐ฅ๏ธ A CLI based client to chat and connect with any MCP server. Useful during development & testing of MCP servers.
๐ A simple TypeScript library for creating MCP servers.
๐ An MCP stdio to HTTP SSE transport gateway with example server and MCP client.