Connectors
Screenshots MCP connector
The Screenshots server lets AI agents capture desktop and mobile screenshots of any public web page through InsightfulPipe's hosted MCP server at https://screenshots.insightfulmcp.com/ (server name screenshots-mcp). Each capture returns signed public links to the images.
Screenshots MCP server reference
- Endpoint
https://screenshots.insightfulmcp.com/- Server name
screenshots-mcp- Actions
- 1 read-only actions.
Add it from a terminal, then click Authorize access in the browser window that opens:
claude mcp add --transport http screenshots-mcp https://screenshots.insightfulmcp.com/
gemini mcp add --transport http screenshots-mcp https://screenshots.insightfulmcp.com/
codex mcp add screenshots-mcp --url https://screenshots.insightfulmcp.com/What agents can do
- Capture a page: the
captureaction takes a URL and returns desktop and mobile screenshots by default. - Choose devices: turn off desktop or mobile with
include_desktoporinclude_mobileto capture just one. - Share results: each image comes back as a signed public URL that the agent can show or pass to another tool.
Before you connect
- No platform account is needed. You only need an InsightfulPipe workspace.
- Members with the User role need an explicit grant for the tool.
Add Screenshots
- Add the MCP server to Claude, ChatGPT or another client.
- Click Authorize access in the browser.
- Ask the agent to capture a URL.
Limits
- Screenshots use the standard desktop and mobile views. There are no custom viewport sizes or full-page captures.
- Pages behind a login can't be captured.
- The action is read-only.
Example prompts
- "Take desktop and mobile screenshots of https://example.com."
- "Capture our pricing page on mobile only."
- "Screenshot the homepages of these three competitors and compare their hero sections."
Troubleshooting
- The capture is blank or incomplete: the page may block automated browsers or need a login.
- Pair screenshots with PageSpeed Insights to check how fast the same page loads.