Skip to content
Cursor

media for Cursor

ai.spideriq/media

SpiderIQ Media: SpiderMedia files, videos, per-tenant media catalog (read)

client:Cursor transport:stdio runtime:npm

Install media in Cursor

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

{
  "mcpServers": {
    "media": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-media"
      ]
    }
  }
}

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

media in other clients