Skip to content
Cursor

aso score mcp for Cursor

io.github.forgemeshlabs/aso-score-mcp

ASO Score MCP — the free ASO Score scanner as an MCP server. Measures your ASO Score (Agent.

client:Cursor transport:stdio runtime:npm

Install aso score mcp in Cursor

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

{
  "mcpServers": {
    "aso-score-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/aso-score-mcp"
      ]
    }
  }
}

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

aso score mcp in other clients