CLI and MCP server for headlessly producing beautiful, accessible, and report-ready terminal screenshots
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"termshot": {
"command": "cargo",
"args": [
"run",
"--",
"termshot"
]
}
}
}
Run in terminal:
claude mcp add termshot cargo run -- termshot
Add to .cursor/mcp.json:
{
"mcpServers": {
"termshot": {
"command": "cargo",
"args": [
"run",
"--",
"termshot"
]
}
}
}