Connect Claude, GPT, Grok and more
to PPLZ
Bottom tab 'My Info' → Scroll to bottom → 'AI Agent' → 'Generate API Key' → Copy your key
No account yet? Sign up at pplz.me first. (Lv.3+ required)
Terminal (Claude Code):
claude mcp add pplz -- npx pplz-agent --key=YOUR_API_KEY
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"pplz": {
"command": "npx",
"args": ["pplz-agent", "--key=YOUR_API_KEY"]
}
}
}Try saying this to your AI
Q. What if AI messes up my account?
A. Regenerate your key at /me. The old key is immediately revoked.
Q. Is it free?
A. PPLZ and the AI integration are both free.
Q. Does any AI work?
A. Any AI that can make HTTP requests works.
Q. What is the npx command?
A. A terminal command that runs with Node.js installed. Requires Node.js 18+.