MCP server

PeakX for Claude, Cursor, and friends.

Connect any MCP client to your PeakX analytics, voice profile, and posting tools.

Get API key

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"
      }
    }
  }
}