{"id":50784410,"url":"https://github.com/aitaskorchestra/grabshot-mcp","last_synced_at":"2026-06-12T06:30:40.972Z","repository":{"id":355615359,"uuid":"1164717865","full_name":"aitaskorchestra/grabshot-mcp","owner":"aitaskorchestra","description":"MCP server for GrabShot - capture website screenshots with AI cleanup from any AI assistant","archived":false,"fork":false,"pushed_at":"2026-05-04T12:48:07.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T14:34:44.583Z","etag":null,"topics":["ai","grabshot","mcp","mcp-server","model-context-protocol","puppeteer","screenshot","screenshot-api","website-screenshot"],"latest_commit_sha":null,"homepage":"https://grabshot.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aitaskorchestra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-23T12:04:00.000Z","updated_at":"2026-05-04T12:48:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aitaskorchestra/grabshot-mcp","commit_stats":null,"previous_names":["aitaskorchestra/grabshot-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aitaskorchestra/grabshot-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitaskorchestra%2Fgrabshot-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitaskorchestra%2Fgrabshot-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitaskorchestra%2Fgrabshot-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitaskorchestra%2Fgrabshot-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitaskorchestra","download_url":"https://codeload.github.com/aitaskorchestra/grabshot-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitaskorchestra%2Fgrabshot-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34232789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["ai","grabshot","mcp","mcp-server","model-context-protocol","puppeteer","screenshot","screenshot-api","website-screenshot"],"created_at":"2026-06-12T06:30:40.305Z","updated_at":"2026-06-12T06:30:40.956Z","avatar_url":"https://github.com/aitaskorchestra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrabShot MCP Server\n\nAn [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that lets AI assistants capture website screenshots using the [GrabShot API](https://grabshot.dev).\n\n## Features\n\n- **Screenshot any URL** with customizable viewport, format, and delay\n- **Device frames** - wrap screenshots in iPhone, MacBook, iPad, Pixel, or Galaxy frames\n- **AI cleanup** - automatically remove popups, cookie banners, and overlays\n- **Full-page capture** - screenshot entire pages, not just the viewport\n- **Usage tracking** - check your remaining quota\n\n## Quick Start\n\n### 1. Get a free API key\n\nSign up at [grabshot.dev](https://grabshot.dev) - 25 free screenshots/month, no credit card needed.\n\n### 2. Configure in Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"grabshot\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"grabshot-mcp-server\"],\n      \"env\": {\n        \"GRABSHOT_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Use it\n\nAsk Claude to take a screenshot:\n\n\u003e \"Take a screenshot of https://github.com with an iPhone frame\"\n\n\u003e \"Capture a full-page screenshot of my landing page with AI cleanup enabled\"\n\n\u003e \"Screenshot https://example.com at mobile width (375px)\"\n\n## Tools\n\n### `take_screenshot`\n\nCapture a screenshot of any website.\n\n| Parameter | Type | Default | Description |\n|-----------|------|---------|-------------|\n| `url` | string | required | Website URL to screenshot |\n| `full_page` | boolean | false | Capture entire page |\n| `device_frame` | string | none | Device frame (iphone-15-pro, macbook-pro, ipad-pro, pixel-8, galaxy-s24) |\n| `ai_cleanup` | boolean | false | Remove popups and banners with AI |\n| `width` | number | 1280 | Viewport width in pixels |\n| `height` | number | 800 | Viewport height in pixels |\n| `format` | string | png | Output format (png, jpeg, webp) |\n| `delay` | number | 0 | Wait ms before capture |\n\n### `get_usage`\n\nCheck your current API usage and remaining quota.\n\n## Pricing\n\n| Plan | Screenshots/mo | Price | AI Cleanup |\n|------|---------------|-------|------------|\n| Free | 25 | $0 | No |\n| Starter | 1,000 | $9/mo | Yes |\n| Pro | 5,000 | $29/mo | Yes |\n| Business | 25,000 | $79/mo | Yes |\n\n## Links\n\n- [GrabShot Website](https://grabshot.dev)\n- [API Documentation](https://grabshot.dev/docs.html)\n- [Dashboard](https://grabshot.dev/dashboard.html)\n- [GitHub](https://github.com/aitaskorchestra/grabshot-mcp)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitaskorchestra%2Fgrabshot-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitaskorchestra%2Fgrabshot-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitaskorchestra%2Fgrabshot-mcp/lists"}