Skip to content
Cursor

perception for Cursor

io.github.egorthinks/perception

Perception for AI agents: media QC asserts, image diff, OCR tiles, video/audio analysis, PDF, 3D.

client:Cursor transport:stdio runtime:pypi

Install perception in Cursor

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

{
  "mcpServers": {
    "perception": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "perception-mcp"
      ]
    }
  }
}

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

perception in other clients