Skip to main content
Connect SERPtag MCP to your favourite AI assistant in under 5 minutes. Getting started with SERPtag MCP only takes a few minutes. You’ll create an API key, add a small configuration file to your AI assistant, then ask your first SEO question using your live SERPtag data. Estimated setup time: 5 minutes Required plan: Agency or Enterprise

Before You Begin

Before connecting SERPtag MCP, make sure you have:
  • A SERPtag account on an Agency or Enterprise plan.
  • Access to Settings → API Keys inside your dashboard.
  • One of the supported AI assistants installed:
    • Cursor
    • Claude Desktop
    • Claude Code
    • VS Code
    • Windsurf
Tip Cursor offers the quickest setup because it supports direct HTTP connections.

Step 1 — Create Your API Key

Your AI assistant authenticates using a SERPtag API key.
  1. Sign in to your SERPtag account.
  2. Open Settings → API Keys.
  3. Click Create API Key.
  4. Copy the generated key. It will begin with:
Important Your full API key is only shown once. Store it somewhere secure before leaving the page.

Step 2 — Connect Your AI Assistant

Choose the setup guide for your preferred AI assistant. Cursor supports direct HTTP connections, so no additional installation is required. Open your Cursor MCP configuration file:
Replace the contents with:
Save the file and restart Cursor.

Claude Desktop

Claude Desktop connects using the SERPtag npm bridge. Open: macOS
Windows
Paste the following configuration:
Save the file, then completely quit and reopen Claude Desktop.

VS Code

Open or create:
Paste:
Reload VS Code once you’ve saved the file.

Windsurf

Windsurf supports the same configuration as Cursor. If your version supports Remote HTTP MCP, use the Cursor configuration. Otherwise, use the Claude Desktop npm configuration above.

Step 3 — Verify Your Connection

Restart your AI assistant after saving your configuration. Once it opens again:
  1. Start a new conversation.
  2. Ask SERPtag to list your projects.
  3. Confirm that SERPtag tools appear and the assistant returns live data from your account.
If you’re using Cursor, you should also see SERPtag listed under Settings → MCP with approximately 14 available tools.

Step 4 — Ask Your First Question

Try one of the following prompts.
If SERPtag returns live ranking data from your account, your MCP connection has been configured successfully.

Connection Details


Troubleshooting

If your AI assistant cannot connect:
  • Verify that your API key is valid.
  • Make sure you copied the complete configuration exactly as shown.
  • Restart your AI assistant after making any changes.
  • Confirm your SERPtag subscription includes MCP access.
  • Visit the Troubleshooting guide for common connection issues and solutions.

Installation Options

SERPtag MCP can be connected in two ways depending on your AI assistant. Most modern AI assistants, including Cursor, can connect directly to the hosted SERPtag MCP server. Benefits
  • No installation required
  • Always uses the latest version
  • Fastest setup
  • Recommended for most users

Option 2 — Install with npm

Some AI assistants, such as Claude Desktop and VS Code, require a small local bridge. Install it with:
Or run it automatically without installing globally:
The package is available on npm: https://www.npmjs.com/package/serptag-mcp-server The npm package simply forwards requests to the hosted SERPtag MCP server, so you always have access to the latest tools and features.