Back to Apps

Poke Orchestrator
Supports UIby rohan-patra
Orchestrate Claude Code instances via MCP to control Mac machines from iMessage, WhatsApp, and Telegram.
0 stars
Works in:claude
Exposes:Tools
What it does
Poke Orchestrator connects AI agents to your computer, allowing you to control Claude Code instances from your favorite messaging apps like iMessage, WhatsApp, and Telegram via the Poke platform.
Tools
start_session: Spins up a new agent instance.terminate_session: Performs a clean shutdown with workspace cleanup.send_prompt: Sends a specific task to the agent.list_sessions: Views all active agent sessions.batch_send_prompts: Parallel execution of tasks across multiple sessions.read_session_file: Retrieves generated files from a session workspace.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"poke-orchestrator": {
"command": "pnpm",
"args": ["start"],
"env": {
"POKE_API_KEY": "your-poke-api-key"
}
}
}
}
Supported hosts
- claude
Quick install
pnpm install && pnpm startInformation
- Pricing
- free
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with POKE_API_KEY env var.





