trackmcp
Back to directory

a cli for interacting with mcp servers using your favourite llms

0 stars PythonAI & Machine Learning Updated Aug 6, 2025

Documentation

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

bash
curl -LsSf https://astral.sh/uv/install.sh | sh
# for linux or mac users
bash
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
#for windows users
bash
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

bash
uv run main.py

to use your own mcp servers, simply add the mcp server file into the mcp_servers directory.

Frequently asked questions

What is mcpterm?

mcpterm is a cli for interacting with mcp servers using your favourite llms

How do I install mcpterm?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcpterm open source?

Yes — it is hosted on GitHub at https://github.com/VivekMara/mcpTerm.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP