mcp-clipstream

mcp-clipstream

Captures copyable text from Claude Code terminal output before it's mangled by ANSI codes or line breaks, providing a clean clipboard buffer through a TUI.

Category
访问服务器

README

mcp-clipstream

Clean clipboard capture for Claude Code. An MCP server that pushes copyable text into a persistent, scrollable TUI buffer — before the terminal renderer mangles it with ANSI codes, box-drawing characters, indentation padding, or hard line breaks.

Status: v0.3.1 (alpha)clip, clip_table, clip_code, clip_cmd tools; syntax-highlighted previews; per-kind row colours; live search (f), session filter (s), expand view (e); at-copy-time format picker for tables. macOS-tested. See the roadmap for what's next.

Why

Copying text from Claude Code's terminal output is broken in ways that have been documented for nearly a year (issues #4686, #5097, #15199, #18170, #26016, #35446): extra spaces in code blocks, vertical bars from TUI renderer, hard line breaks at 80 characters, leading indentation baked in as real characters. Existing workarounds clean up after the damage. This captures the text before the terminal ever touches it.

How it works

 Claude Code ──tool call──▶ MCP server ──UDS──▶ clipstream TUI ──pbcopy──▶ clipboard
                            (mcp-clipstream)    (clipstream)
  1. mcp-clipstream is a small MCP server spawned by Claude Code.
  2. It exposes four tools: clip (catch-all text), clip_code (code blocks with a language hint), clip_cmd (shell commands with a shell hint), and clip_table (structured tables). Claude Code picks the right one for whatever it's producing.
  3. The tool writes the clean text as a JSON message to a Unix domain socket at /tmp/clipstream.sock.
  4. clipstream is a Textual TUI you run in a dedicated terminal tab. It listens on the socket, buffers every clip from every Claude Code session, and lets you scroll, select, and copy.

No ANSI codes. No hard wraps. No "please pipe through pbcopy" prompts.

Install

uv tool install mcp-clipstream
# or: pipx install mcp-clipstream

This gives you two entry points:

  • clipstream — the TUI (you run this).
  • mcp-clipstream — the MCP server (Claude Code runs this).

Upgrade later with uv tool upgrade mcp-clipstream.

Setup

1. Register the MCP server with Claude Code. One command:

claude mcp add clipstream --scope user $(which mcp-clipstream)

Verify with claude mcp list.

2. Auto-approve the clipstream tools so Claude Code stops prompting on every call. Merge this into ~/.claude/settings.json:

{
  "permissions": {
    "allow": ["mcp__clipstream__clip", "mcp__clipstream__clip_table"]
  }
}

Restart any running Claude Code sessions after either step.

3. Tell Claude Code when to use it. Add to ~/.claude/CLAUDE.md (applies to every project) or a project-level CLAUDE.md:

## Clipstream clipboard

Push copyable output through the clipstream MCP server so the user gets clean text without terminal-renderer artifacts. Pick the right tool by content kind:

- **Shell commands**`clip_cmd(command, shell="bash", label="…")`. One per command (or one for a multi-line script).
- **Code blocks**`clip_code(code, language, filename=None, label="…")`. Always pass `language` (e.g. `"python"`, `"typescript"`, `"sql"`). Pass `filename` when the user is creating or editing a specific file.
- **Tables**`clip_table(headers, rows, label="…")`. Lists of column names and lists of cell strings. The user picks Markdown / TSV / HTML rich at copy time.
- **Everything else** (configs, URIs, tokens, file paths, structured prose) → `clip(content, label="…", lang="…" if applicable)`.

Always include a short `label` so entries are scannable in the TUI.

Do not clip:
- Conversational text or explanations.
- Single-word answers, yes/no, very short inline values.
- Content the user just asked about but isn't grabbing.

4. Run the TUI in a spare terminal tab:

clipstream

Using it

  • / — navigate clips
  • Enter — copy selected clip to system clipboard
  • f — find (live multi-token search across content, label, filename, kind, language, shell, session)
  • s — cycle session filter (all → first session → second session → …)
  • e — expand selected clip in a full-screen view (line numbers + syntax highlighting; Enter copies, Esc closes)
  • d — delete selected clip
  • c — clear all
  • q — quit
  • Esc — clear search / dismiss expand view

The status bar shows sessions: N | clips: visible/total | filter: … | find: … so you always know what's filtered.

New clips appear at the top with their source session label and a short preview. Each row is colour-coded by kind:

  • green header — clip_code (Python, TypeScript, SQL, etc. — preview is syntax-highlighted)
  • yellow header — clip_cmd (shell command, preview highlighted)
  • cyan header — clip_table (preview shows markdown form)
  • neutral — plain clip

Tables: when you press Enter on a clip_table row, a format picker appears:

  • m — Markdown (GitHub, docs, chat)
  • t — TSV (paste into Excel / Google Sheets / Numbers — each cell lands in its own column)
  • h — HTML rich (paste into Gmail / Notion / Word / Apple Mail — renders as a real table, not raw markup)
  • Esc — cancel

Configuration

Environment variables (TOML config file lands in v0.3.0):

Variable Default Purpose
CLIPSTREAM_SOCKET /tmp/clipstream.sock Unix domain socket path
CLIPSTREAM_SPOOL ~/.clipstream/spool.jsonl Local fallback when TUI is down
CLIPSTREAM_SESSION CWD basename Override session label

CLI flags on clipstream:

clipstream --socket /tmp/clipstream.sock --max-clips 500

Roadmap

  • v0.1.0 — MVP: clip tool, UDS transport, list view, pbcopy, macOS only.
  • v0.2.xclip_table with at-copy-time format picker (Markdown / TSV / HTML rich for Gmail/Notion/Word).
  • v0.3.0clip_code and clip_cmd tools, syntax-highlighted previews (monokai), per-kind row colours.
  • v0.3.1 (current) — Live search (f), session filter (s), expand view (e for full-screen detail with line numbers).
  • v0.3.2~/.clipstream/config.toml, themes (default + minimal), --persist flag for JSONL history.
  • v0.3.3 — Linux clipboard validation (xclip / wl-copy), docs polish.
  • v0.4.0 — pinning, chaining, auto-copy mode, Claude Code post-response hook.

Development

git clone https://github.com/shamis6ali/mcp-clipstream
cd mcp-clipstream
uv sync --extra dev
uv run pytest
uv run ruff check .
uv run mypy src

License

MIT © Orchestrator AI Systems Ltd.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选