Paigy
About
Text, push, or call your phone when an agent needs input mid-task. Reply by voice instead of babysitting a long-running or blocked terminal.
Details
- Author
- paigy-ai
- Downloads
- 407
- Categories
- Other, Productivity, Communication
Jump to
- Notifies you via text, push, banner, or real phone call.
- Agent reads the question aloud on a call.
- Reply by voice or text from your phone.
- Response lands back with the agent automatically.
- Pairs with the native Paigy iOS app using CallKit.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
PaigyCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the Paigy MCP server to your MCP client config with npx -y @paigy/mcp@latest, then pair your phone by running npx -y -p @paigy/mcp@latest paigy-mcp-onboard. Once paired, the agent will notify you when it needs input and your voice or text reply is sent back as a tool response.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"paigy": {
"paigy": {
"command": "npx",
"args": [
"-y",
"@paigy/mcp@latest"
]
}
}
}
}
McpServers
{
"paigy": {
"command": "npx",
"args": [
"-y",
"@paigy/mcp@latest"
]
}
}
Paigy is a voice inbox for AI coding agents. When an agent needs your input — mid-task, blocked, or done with something long-running — it can text, push, ring your phone with a banner, or place an actual phone call and read the question aloud, so you can reply by voice instead of babysitting a terminal.
Without Paigy, a long agent session means one of two bad options: sit and watch the terminal so you don't miss the moment it needs you, or walk away and come back to a task that stalled an hour ago waiting on a question you never saw. Paigy closes that gap — the moment your agent actually needs a decision, your phone gets pulled into the loop with the level of urgency that matches the moment (a silent inbox card, a quiet push, a banner, or a real ringing call), so you find out immediately instead of on your next check-in. Answer by voice or text and the reply lands back with the agent exactly like any other tool response, so it just continues — no copy-pasting, no reopening the terminal. It also pairs with the native Paigy iOS app, so a call rings through like a real phone call (CallKit) even when your phone is locked, and you can glance at or reply to anything from the lock screen.
Works with
Standard MCP server (stdio, TypeScript) — no client-specific code anywhere, verified over the raw protocol against a non-Claude client identity.
- Claude Code (plugin + marketplace)
- Codex CLI
- Gemini CLI
- Any other MCP client via standard config: Cline, Continue.dev, Zed, Cursor, Goose, mcphost — including local-model setups over Ollama, LM Studio, or llama.cpp
Install
``
json
{
"mcpServers": {
"paigy": {
"command": "npx",
"args": ["-y", "@paigy/mcp@latest"]
}
}
}
`
Then pair your phone: npx -y -p @paigy/mcp@latest paigy-mcp-onboard`- GitHub: https://github.com/paigy-ai/mcp
- npm: https://www.npmjs.com/package/@paigy/mcp
- Homepage: https://paigy.ai
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





