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
Markdown Extraction Support
CaptureKit now supports extracting Markdown content from web pages, making it easier to process and use textual content in your applications.
How to Convert HTML to Markdown
Learn how to convert HTML to Markdown using JavaScript with proper URL handling.
4 Best Social Media Scraping APIs in 2026
Explore the top 4 social media scraping APIs of 2026 that help you collect, analyze, and scale social data efficiently for better insights.