Odel
aso score mcp

aso score mcp

Local
@forgemeshlabs1TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@forgemeshlabs/aso-score-mcpv0.2.4

Run

npx -y @forgemeshlabs/aso-score-mcp

MCP client config

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