mcp-tui
mcp-tuiは、Pythonで構築されたターミナルユーザーインターフェース(TUI)ツールです。ユーザーが簡単に操作できるインターフェースを提供し、開発者が効率的に作業を行えるように設計されています。特に、コマンドラインでの操作を重視しており、スクリプトや自動化タスクに役立つ機能が豊富です。
GitHubスター
14
ユーザー評価
未評価
お気に入り
0
閲覧数
79
フォーク
1
イシュー
0
MCP TUI
An MCP Host application that runs in your terminal; written in Python
If you like this project, please consider starring the repo on GitHub! You can also upvote on Hacker News. ⭐️
Pull requests are very welcome! If you have ideas, bug fixes, or improvements, please open a PR.
A Python TUI app using uv, Typer, and Textual to list MCP servers from a mcp.json file.
Screenshots
MCP server list

Show logs for an MCP server

List tools for an MCP server

Invoke a tool

Installation (easy) without development
This is if you just want to use the app and not contribute to the development,
which I will not judge you for (even though LLMs make it so easy to vibe-code
and you could just vibe-code some stuff and make a PR but that's okay it's cool.
It is cool).
Install uv if you don't have it already.
uv tool install git+https://github.com/msabramo/mcp-tui
Installation for development
Clone the repository:
git clone git@github.com:msabramo/mcp-tui.git
cd mcp-tui
Install uv if you don't have it already.
Install dependencies using uv:
uv sync
Usage
Run the app with:
uv run python mcp_tui/app.py ~/.cursor/mcp.json