Skip to content
Cursor

rasterly for Cursor

io.github.rasterly-dev/rasterly-mcp

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

client:Cursor transport:stdio runtime:npm

Install rasterly in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rasterly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rasterly-mcp"
      ],
      "env": {
        "RASTERLY_API_KEY": "<RASTERLY_API_KEY>",
        "RASTERLY_API_URL": "<RASTERLY_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rasterly in other clients