Skip to content

Add SnapAPI MCP server — screenshot & web scraping#3777

Open
Sleywill wants to merge 1 commit intomodelcontextprotocol:mainfrom
Sleywill:add-snapapi-mcp
Open

Add SnapAPI MCP server — screenshot & web scraping#3777
Sleywill wants to merge 1 commit intomodelcontextprotocol:mainfrom
Sleywill:add-snapapi-mcp

Conversation

@Sleywill
Copy link
Copy Markdown

@Sleywill Sleywill commented Apr 1, 2026

Summary

This PR adds SnapAPI to the list of third-party MCP servers.

What is SnapAPI?

SnapAPI is a developer-first screenshot & web scraping API built on Playwright with residential proxies, ad blocking, and cookie banner dismissal out of the box.

MCP Server

GitHub: https://github.com/Sleywill/snapapi-mcp-server
npm: @snapapi/mcp-server

Tools exposed

Tool Description
screenshot Capture any website as an inline image visible directly in the AI assistant
scrape Extract web content as clean markdown for analysis

Setup (Claude Desktop example)

{
  "mcpServers": {
    "snapapi": {
      "command": "npx",
      "args": ["-y", "@snapapi/mcp-server"],
      "env": {
        "SNAPAPI_KEY": "sk_live_your_key"
      }
    }
  }
}

Free plan: 200 requests/month, no credit card required.

SnapAPI (https://snapapi.pics) is a developer-first screenshot & scraping API
built on Playwright. The MCP server exposes two tools:
- screenshot: capture any website as an inline image
- scrape: extract web content as clean markdown

GitHub: https://github.com/Sleywill/snapapi-mcp-server
npm: @snapapi/mcp-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant