screenshotmcp-mcp
v0.1.0
Published
MCP integration helpers and programmatic client for the ScreenshotMCP remote server.
Maintainers
Readme
screenshotmcp-mcp
Programmatic MCP client and integration helpers for the hosted ScreenshotMCP Streamable HTTP server.
npm install screenshotmcp-mcpimport { SiteScreenshotMcpClient } from "screenshotmcp-mcp";
const client = new SiteScreenshotMcpClient({
baseUrl: "https://snapforge.web-tasarimci.com"
});
const result = await client.capture({ url: "https://example.com", device: "both" });Hosted MCP endpoint: https://snapforge.web-tasarimci.com/mcp. The package also exports Qwen config generation, a Claude HTTP command helper and an OpenAI Responses API MCP tool descriptor. server.json is the source of truth for the official MCP Registry listing.
