flashpaste

recodeee/flashpaste
★ 1 stars Rust 💻 Code/Dev Tools Updated today
~15 ms image-paste into Claude Code, Codex CLI, Aider & other terminal LLM agents on GNOME Wayland. Fixes mutter's surfaceless-client clipboard refusal, kitty's map ctrl+v interception, and tmux's bind -n C-v recursion. MCP server included. MIT.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flashpaste": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "flashpaste"
      ]
    }
  }
}

README Excerpt

<div align="center"> <img src="assets/logo.svg" alt="FlashPaste logo — sub-15 ms image-paste daemon for GNOME Wayland terminals" width="120"> The missing clipboard glue between **GNOME · kitty · tmux** and your terminal LLM agent.<br> `PrtScr` → right-click → **Paste**. Image attached. Done. <br> <img src="assets/hero-animated.svg" alt="Animated diagram: a screenshot leaves the PrtScr key, travels through a glowing pipe past the mutter, kitty, and tmux layers, and lands in a Claude Code terminal

Tools (7)

clear_annotationscopy_texthighlight_regionpaste_to_panepoint_atread_clipboardtake_screenshot