MCP setup overview
How to connect ASO++ to any MCP-compatible AI tool or editor.
ASO++ works as an MCP server — a standardized protocol that lets AI tools call external services as tools. Once connected, your AI assistant can search keywords, audit your app, and track rankings without leaving your editor.
What you need
Before configuring any tool, you'll need:
- An ASO++ account — Sign up here
- An API token — Generate one on the Tokens page
- Your MCP server URL:
https://asopp.cc/mcpHow it works
ASO++ uses HTTP with Server-Sent Events (SSE) as the MCP transport. Most modern MCP clients support this out of the box. Your token is passed as a Bearer authorization header with each request.
Supported tools
Cursor
The AI code editor with built-in MCP support
Learn more →
Claude Code
Anthropic's terminal-based AI coding agent
Learn more →
VS Code
Via the Cline or Continue extension
Learn more →
Codex
OpenAI's coding agent
Learn more →
Gemini CLI
Google's command-line AI tool
Learn more →
Windsurf
Codeium's AI editor
Learn more →
Goose
Block's open-source AI agent
Learn more →
Factory
AI software engineering platform
Learn more →
OpenCode
The open-source terminal AI coding agent
Learn more →
Kiro
AWS's AI IDE
Learn more →