{"id":30556194,"url":"https://github.com/yumafuu/clipboard-mcp","last_synced_at":"2026-04-10T07:40:17.110Z","repository":{"id":311720140,"uuid":"1044700569","full_name":"yumafuu/clipboard-mcp","owner":"yumafuu","description":"Cross-platform clipboard MCP server using Deno and mcp-helper","archived":false,"fork":false,"pushed_at":"2025-08-26T07:21:04.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-26T07:21:35.423Z","etag":null,"topics":["clipboard","cross-platform","deno","linux","macos","mcp","mcp-server","typescript","windows"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yumafuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-26T04:54:32.000Z","updated_at":"2025-08-26T07:21:07.000Z","dependencies_parsed_at":"2025-08-26T07:21:36.593Z","dependency_job_id":"3038c174-d938-4b15-8086-667bb7f0aa34","html_url":"https://github.com/yumafuu/clipboard-mcp","commit_stats":null,"previous_names":["yumafuu/clipboard-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yumafuu/clipboard-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumafuu%2Fclipboard-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumafuu%2Fclipboard-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumafuu%2Fclipboard-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumafuu%2Fclipboard-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yumafuu","download_url":"https://codeload.github.com/yumafuu/clipboard-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumafuu%2Fclipboard-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272453851,"owners_count":24937469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clipboard","cross-platform","deno","linux","macos","mcp","mcp-server","typescript","windows"],"created_at":"2025-08-28T06:34:58.976Z","updated_at":"2026-04-10T07:40:12.070Z","avatar_url":"https://github.com/yumafuu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clipboard-mcp\n\nCross-platform clipboard MCP server.\n\n## Usage\n\nAdd to your MCP client config:\n\n### macOS / Windows\n```json\n{\n  \"mcpServers\": {\n    \"clipboard\": {\n      \"command\": \"deno\",\n      \"args\": [\"run\", \"-E\", \"--allow-run\", \"jsr:@yumafuu/clipboard-mcp\"]\n    }\n  }\n}\n```\n\n### Linux\n```json\n{\n  \"mcpServers\": {\n    \"clipboard\": {\n      \"command\": \"deno\",\n      \"args\": [\"run\", \"-RE\", \"--allow-run\", \"jsr:@yumafuu/clipboard-mcp\"]\n    }\n  }\n}\n```\n*Note: -R (read) is required on Linux to check if `xclip` or `xsel` commands exist*\n\n## Tools\n\n- `get_clipboard`: Get current clipboard content\n- `set_clipboard`: Set clipboard content\n\n## Requirements\n\n- [Deno](https://deno.land/)\n\n### Platform-specific requirements\n\n- **macOS**: No additional requirements (uses built-in `pbpaste`/`pbcopy`)\n- **Windows**: No additional requirements (uses built-in `clip`/`Get-Clipboard`)\n- **Linux**: Install `xclip` or `xsel`\n  ```bash\n  sudo apt install xclip  # Ubuntu/Debian\n  sudo dnf install xclip  # Fedora\n  sudo pacman -S xclip    # Arch\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumafuu%2Fclipboard-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyumafuu%2Fclipboard-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumafuu%2Fclipboard-mcp/lists"}