Skip to content
VS Code

Percept — Ambient Voice Intelligence for VS Code

io.github.davidemanueldev/percept

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

client:VS Code transport:stdio runtime:pypi

Install Percept — Ambient Voice Intelligence in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Percept — Ambient Voice Intelligence in other clients