Mention Me

Mention Me MCP Server

by Mention Me

v1.0.0

Connect your AI assistant to real-time Mention Me reporting data. Query referral program metrics, generate reports, and surface insights directly from your AI tool of choice.

Server URL

Use the following URL when adding this server to your AI client:

https://mcp.mention-me.com

Authentication

On first connect, your AI client will open a browser sign-in with your Mention Me account. No API keys or tokens needed.

Setup Instructions

Select your AI client below for step-by-step instructions.

Claude Desktop
  1. Open Claude Desktop
  2. Click Customise
  3. Go to Connectors
  4. Click Add custom connector
  5. Set the name to Mention Me
  6. Paste the URL: https://mcp.mention-me.com
Claude Code

Run the following command in your terminal:

claude mcp add mention-me https://mcp.mention-me.com

Then run /mcp once you've opened a Claude Code session to go through the authentication flow.

Cursor
  1. Open Cursor Settings → MCP
  2. Click “Add new global MCP server”
  3. Paste the following configuration:
{
  "mcpServers": {
    "mention-me": {
      "url": "https://mcp.mention-me.com"
    }
  }
}
Visual Studio Code
  1. Open the Command Palette and search for “MCP: Add Server”
  2. Choose “HTTP” as the server type
  3. Paste the server URL: https://mcp.mention-me.com

Or add it manually to .vscode/mcp.json:

{
  "servers": {
    "mention-me": {
      "type": "http",
      "url": "https://mcp.mention-me.com"
    }
  }
}
Windsurf

Add the following to your Windsurf MCP configuration file at ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "mention-me": {
      "url": "https://mcp.mention-me.com"
    }
  }
}
Codex

The setup is the same whether you use the IDE extension or the CLI, since they share configuration.

Run the following command in your terminal:

codex mcp add mention-me --url https://mcp.mention-me.com

This will automatically prompt you to sign in with your Mention Me account.

If this is the first time you are using an MCP server in Codex, you will need to enable the rmcp feature. Add the following to your ~/.codex/config.toml:

[features]
experimental_use_rmcp_client = true

Or configure manually via ~/.codex/config.toml:

[features]
experimental_use_rmcp_client = true

[mcp_servers.mention-me]
url = "https://mcp.mention-me.com"

Then run codex mcp login mention-me to authenticate.

Other Clients

Hundreds of AI tools now support MCP servers. You can configure them with the following settings:

Command: npx
Arguments: -y mcp-remote https://mcp.mention-me.com
Environment: None

What You Can Do

Once connected, you can ask your AI assistant to:

Example Prompts

Try asking your AI assistant something like: