This is a multi-platform clipboard library in Go.
go get github.com/d-tsuji/clipboard
package clipboard
// Get returns the current text data of the clipboard.
func Get() (string, error)
// Set sets the current text data of the clipboard.
func Set(text string) error
$ claude mcp add clipboard \
-- python -m otcore.mcp_server <graph>