macOS pasteboard diagnostics — clipboard event history, flavor inspection, and an HTTP MCP server for agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pbscope": {
"command": "npx",
"args": [
"-y",
"pwrdrvr/pbscope"
]
}
}
}
Run in terminal:
claude mcp add pbscope npx -y pwrdrvr/pbscope
Add to .cursor/mcp.json:
{
"mcpServers": {
"pbscope": {
"command": "npx",
"args": [
"-y",
"pwrdrvr/pbscope"
]
}
}
}