Skip to content
Cursor

storepilot mcp for Cursor

io.github.sonlenef/storepilot-mcp

Run an app portfolio across Google Play and the App Store: vitals, reviews, earnings, releases.

client:Cursor transport:stdio runtime:pypi

Install storepilot mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "storepilot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "storepilot"
      ],
      "env": {
        "STOREPILOT_GOOGLE_CREDENTIALS": "<STOREPILOT_GOOGLE_CREDENTIALS>",
        "STOREPILOT_GOOGLE_REPORTS_BUCKET": "<STOREPILOT_GOOGLE_REPORTS_BUCKET>",
        "STOREPILOT_ASC_KEY_PATH": "<STOREPILOT_ASC_KEY_PATH>",
        "STOREPILOT_ASC_KEY_ID": "<STOREPILOT_ASC_KEY_ID>",
        "STOREPILOT_ASC_ISSUER_ID": "<STOREPILOT_ASC_ISSUER_ID>",
        "STOREPILOT_ASC_VENDOR_NUMBER": "<STOREPILOT_ASC_VENDOR_NUMBER>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

storepilot mcp in other clients