Skip to content
Cursor

Percept — Ambient Voice Intelligence for Cursor

io.github.davidemanueldev/percept

Give your AI agent ears — ambient voice intelligence with 8 MCP tools for Claude Desktop

client:Cursor transport:stdio runtime:pypi

Install Percept — Ambient Voice Intelligence in Cursor

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

{
  "mcpServers": {
    "percept": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "getpercept"
      ]
    }
  }
}

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

Percept — Ambient Voice Intelligence in other clients