rasterly for Claude Desktop
io.github.rasterly-dev/rasterly-mcp
Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.
client:Claude Desktop
transport:stdio
runtime:npm
Install rasterly in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rasterly-mcp": {
"command": "npx",
"args": [
"-y",
"rasterly-mcp"
],
"env": {
"RASTERLY_API_KEY": "<RASTERLY_API_KEY>",
"RASTERLY_API_URL": "<RASTERLY_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs