Show HN: A MCP for controlling terminal UI apps built with bubbletea and ratatui(github.com)
github.com
Show HN: A MCP for controlling terminal UI apps built with bubbletea and ratatui
https://github.com/michaellee8/mcp-tui-server
so you can start vibe-coding your ad-hoc terminal dashboard. With session replay and mouse click support built-in.
2 comments
I really hope we can make some Ratatui backends that are intended for use cases like this. Just dump the component tree, dump specific windows, whatever. https://ratatui.rs/concepts/backends/
In that case we should have some sort of UI test backends I guess? This mcp was more for generic use cases which will allow any TUI framework in any language to work.