Use ASO Skill in Claude.
Add the hosted remote connector once, approve access in your browser, and use it from Claude on the web or Claude Desktop. Connected remote tools can also be available on Claude mobile.
Research “workout planner” in the US App Store. Compare difficulty and popularity, then summarize the top five competitors.Add the connector
- In Claude or Claude Desktop, open Customize → Connectors.
- Select the plus button, then Add custom connector, and name it ASO Skill.
- Enter
https://api.asoskill.com/mcpas the remote MCP server URL. - Select Connect, sign into ASO Skill, and approve the requested access.
- In a conversation, select the plus button, open Connectors, and enable ASO Skill when you want Claude to use it.
Custom remote connectors are available across Claude plans; Free accounts are limited to one. Team and Enterprise owners must add the connector in Organization settings before members connect their own accounts. See Claude's current custom-connector guide if the option is unavailable.
Claude Code
For Claude Code, the simplest route is the open Agent Skill:
$
npx skills add aso-skill/aso-skillThe skill uses the secure CLI locally. Claude chat and Claude Desktop use the hosted MCP connection, so the same product works naturally in both environments.