@pyai/mcp, that gives AI coding agents first-class PyAI tools: they can mint a
free sandbox key and call Speak (TTS), Hear (STT), and the voice catalog directly
instead of guessing endpoints.
Add to Cursor, one click
create_sandbox_key for a free pyai_test_ key on demand).
Prefer to do it by hand? Add this to .cursor/mcp.json (project) or
~/.cursor/mcp.json (global):
"env": { "PYAI_API_KEY": "pyai_live_..." }.
Other agents
What the agent gets
The contract behind these tools is always
https://api.pyai.com/openapi.json, the
agent never invents endpoints.