Skip to content
Grok

pointsyeah for Grok

com.pulsemcp/pointsyeah

MCP server for searching award flights and travel deals via PointsYeah.

client:Grok transport:stdio runtime:npm

Install pointsyeah in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pointsyeah": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pointsyeah-mcp-server"
      ],
      "env": {
        "POINTSYEAH_REFRESH_TOKEN": "<POINTSYEAH_REFRESH_TOKEN>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pointsyeah in other clients