Latchshot for Claude Code
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Latchshot for Claude Codecapture https://example.com as a small PNG and show usage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Latchshot for Claude Code
Give Claude Code two bounded tools for public-page artifacts without installing a browser locally:
capture_pagereturns a PNG, JPEG, or PDF plus render diagnostics.get_usagereads the current plan and successful-render allowance without consuming quota.
The plugin contains no executable code. It connects Claude Code directly to Latchshot's hosted MCP Streamable HTTP endpoint and reads the API key from the LATCHSHOT_API_KEY environment variable when Claude Code starts.
Requirements
Claude Code 2.1.154 or newer for explicit opt-in plugin enablement.
A recurring Free-plan Latchshot key. The Free plan includes 100 successful renders per UTC calendar month and requires no credit card.
Related MCP server: RendShot MCP Server
Install from this repository
Export the key in the shell that launches Claude Code, add this repository as a marketplace, install the plugin, then enable it:
export LATCHSHOT_API_KEY='ls_live_replace_me'
claude plugin marketplace add BaiqingL/latchshot-claude-code
claude plugin install latchshot@latchshot
claude plugin enable latchshot@latchshotRestart Claude Code from the same environment or run /reload-plugins, then inspect /mcp. The server should expose capture_page and get_usage under the plugin-scoped Latchshot server name. Keep the key in a shell secret manager or protected environment configuration; do not commit it to the repository or a project .mcp.json file.
The plugin is not yet represented as accepted by Anthropic's community marketplace. If it is approved later, the repository will document the exact community install command.
Example
Ask Claude:
Use Latchshot to capture https://example.com as an 800 by 450 PNG. Report the byte count, render time, navigation state, fonts state, scripts state, and remaining quota.
A controlled integration check should use a disposable key and one public, non-sensitive URL. Artifact size and render time vary by page.
Boundaries
Public HTTP and HTTPS targets on ports 80 and 443 only.
Private, loopback, link-local, metadata, credential-bearing, mixed public/private DNS, and non-web-port targets are rejected.
No cookies, sessions, arbitrary scripts, CAPTCHA solving, proxy rotation, or anti-bot bypass.
The plugin exposes no payment or plan-upgrade tool. Failed direct captures do not consume quota, and automatic overages are disabled.
Target pages can observe a browser visit from Latchshot infrastructure. Capture only pages you are authorized to use.
Validate
npm test
npx --yes @anthropic-ai/claude-code@2.1.215 \
plugin validate ./plugins/latchshot --strict
npx --yes @anthropic-ai/claude-code@2.1.215 \
plugin validate . --strictThe repository is MIT licensed. The hosted Latchshot service remains a separate proprietary, quota-metered product.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceLets AI agents like Claude capture website screenshots, check cache status, and monitor usage.Last updated32MIT
- Flicense-qualityDmaintenanceEnables AI agents to generate images from HTML/CSS, capture URL screenshots, and manage reusable templates through the RendShot API. Provides tools for rendering visual content programmatically within AI workflows.Last updated28

@rendershot/mcp-serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the Rendershot API.Last updated4293MIT- AlicenseAqualityBmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the SnapForge API.Last updated347MIT
Related MCP Connectors
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BaiqingL/latchshot-claude-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server