A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP host app w/ textual user interface, 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.




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
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
Run the app with:
uv run python mcp_tui/app.py ~/.cursor/mcp.json
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots