MCP server for the Urlbox Screenshot API. Enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites.
Visit Urlbox for more information, and have a read of our docs or chat with your LLM post install to get a good understanding of its options and capabilities.
Server Config
{
"mcpServers": {
"urlbox": {
"command": "node",
"args": [
"<REPLACE_THIS_WITH_THE_PATH_TO_THIS_REPO>/build/index.js"
],
"env": {
"SECRET_KEY": "<REPLACE_WITH_YOUR_SECRET_KEY>"
}
}
}
}