MCP server
Get API keyPeakX for Claude, Cursor, and friends.
Connect any MCP client to your PeakX analytics, voice profile, and posting tools.
Read analytics
Pull your impressions, growth, and engagement live.
Use your voice
Generate drafts that match your trained writing style.
Post and schedule
Ask your AI assistant to ship posts on your behalf.
claude_desktop_config.json
{
"mcpServers": {
"peakx": {
"command": "npx",
"args": ["-y", "@peakx/mcp-server"],
"env": {
"PEAKX_API_KEY": "your-api-key-here"
}
}
}
}