Back to Home
yfzhou0904 icon

chatgpt-handoff-mcp

Verified Safe

by yfzhou0904

Overview

A minimal MCP server for seamless handoff of prompts from Claude Code to ChatGPT by copying them to the system clipboard.

Installation

Run Command
chatgpt-handoff

Security Notes

The server uses `exec.Command` for cross-platform clipboard operations. While the prompt content is generally passed via stdin to `pbcopy`, `xclip`, or `xsel`, and securely via a PowerShell here-string on Windows, this pattern always carries a theoretical, albeit low, risk of command injection or unforeseen interpretation of special characters by the external utilities if the input is malicious. However, no 'eval' or direct command-line argument injection using user input was found. There are no hardcoded secrets, and network exposure is limited to a local HTTP server if enabled.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens25
Stars0
Forks0
Last Update2025-11-26

Tags

MCPClaude CodeChatGPTClipboardGo