CaptureKit MCP updated to the 2026-07-28 spec

Our MCP server now supports the MCP 2026-07-28 specification. Same tools for screenshots, content extraction, and crawling, ready for Claude and other MCP clients.
We updated the CaptureKit MCP server to the MCP 2026-07-28 specification.
This version of the protocol moves to a stateless request/response core, tightens authorization, and introduces a formal extensions framework. Our server is ready for Claude and other MCP clients as they roll out support.
Nothing changes on your side for day-to-day use. You still get screenshots, content extraction, Markdown, and crawling at https://mcp.capturekit.dev/.
Quick setup
Cursor (Settings → MCP):
{
"mcpServers": {
"capturekit": {
"url": "https://mcp.capturekit.dev/",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
Claude Code:
claude mcp add --transport http capturekit https://mcp.capturekit.dev/ --header "x-api-key: YOUR_API_KEY"
Full configuration details are in the MCP docs.
Ready to get started with CaptureKit?
Start capturing screenshots and extracting content today. Get started for free.
Get StartedYou Might Also Like
How to Track Web Page Changes with Automated Screenshots
Learn how to track web page changes using automated screenshots to monitor updates, detect visual differences, and stay informed about website modifications.
Sitemap Support, Zapier integration, and Storage Flexibility
Learn about new features in CaptureKit based on user feedback: sitemap extraction, Zapier integration for no-code automation, and storage endpoint support.
7 Ways to Automate Chrome Screenshots
Discover 7 powerful ways to automate Chrome screenshots using APIs, extensions, and code tools. Capture webpages easily for testing, reports, or content creation.