mcpTerm
by VivekMara
mcpTerm is a command-line interface for interacting with MCP (Minecraft Protocol) servers using LLM providers. Currently, it only supports DeepSeek.
View on GitHub
Last updated: N/A
mcpTerm
a cli for interacting with mcp servers using your favourite llm providers *currently only supports deepseek
installation
ensure that you have uv installed or install it with
curl -LsSf https://astral.sh/uv/install.sh | sh
# for linux or mac users
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
#for windows users
git clone https://github.com/VivekMara/mcpTerm && cd mcpTerm && uv sync
add a .env file in the same project directory with the key name "deepseek-api-key"
running
uv run main.py <"path to your mcp server">