Public beta: import apps, refresh keywords, discover competitors, then automate the same workflow through API and MCP.Read docs
MCP/Claude Desktop

Use AppTide in Claude Desktop

Connect the AppTide MCP server to Claude Desktop so you can import apps, inspect keywords, discover competitors, and read workspace context directly in your Claude conversations.

Config

Paste this into Claude Desktop developer settings

Replace YOUR_API_KEY with the API key from your AppTide workspace.

{
  "mcpServers": {
    "apptide": {
      "url": "https://apptide.xyz/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Setup

Five steps to connect

01

Get an API key

Sign in to your AppTide workspace, open the Developer center, and generate an API key. Keep it somewhere safe — you paste it directly into the config.

02

Open Claude Desktop developer settings

Go to Claude Desktop → Settings → Developer. This is where you manage MCP server connections.

03

Paste the config

Copy the JSON block above and paste it into the MCP server config field. Replace YOUR_API_KEY with the key you just generated.

04

Restart Claude Desktop

Fully quit and reopen Claude Desktop. The AppTide MCP server connects on startup.

05

Verify the tools are loaded

Start a new conversation and type "list my applications" or ask Claude to use the list_applications tool. If the tools panel shows AppTide, setup is complete.

Available tools

What Claude can call

list_applications
import_application
list_keywords
inspect_keyword
track_keywords
refresh_keywords
list_competitors
discover_competitors
refresh_application_metadata
list_crawl_jobs
get_account_usage
create_competitor

Example prompts

Things to try first

List my tracked apps and show keyword counts for each.
Inspect the keyword "fitness tracker" and tell me the top 5 ranking apps.
Discover competitors for com.example.myapp and add the top 3 to my workspace.
Show me my account usage this month.

Other clients

The same AppTide MCP server works across all major AI development tools.