Use AppTide in Cursor
Connect the AppTide MCP server to Cursor so you can pull app records, keyword snapshots, and competitor sets into your editor context without leaving the coding workflow.
Config
Create .cursor/mcp.json
The config reads your API key from the environment variable APPTIDE_API_KEY so the key is never committed to the repository.
{
"mcpServers": {
"apptide": {
"url": "https://apptide.xyz/api/mcp",
"headers": {
"Authorization": "Bearer ${env:APPTIDE_API_KEY}"
}
}
}
}Setup
Five steps to connect
Get an API key
Sign in to your AppTide workspace, open the Developer center, and generate an API key.
Export the key in your shell profile
Add export APPTIDE_API_KEY=atd_live_your_key to your ~/.zshrc or ~/.bashrc, then run source ~/.zshrc. The config uses ${env:APPTIDE_API_KEY} so the key never sits in a committed file.
Create .cursor/mcp.json in your workspace root
Paste the JSON block above into .cursor/mcp.json. You can also copy it from the AppTide dashboard under Developer center → MCP setup.
Open Cursor Settings → MCP
Go to Cursor Settings → Features → MCP. The apptide server should appear in the list. Enable it.
Verify tools are loaded
Open a Cursor Agent session and type "list my applications". If the AppTide tools are available, setup is complete.
Available tools
What Cursor can call
Example prompts
Things to try first
Other clients
The same AppTide MCP server works across all major AI development tools.