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.comAuthentication
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
- Open Claude Desktop
- Click Customise
- Go to Connectors
- Click Add custom connector
- Set the name to Mention Me
- 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.comThen run /mcp once you've opened a Claude Code session to go through the authentication flow.
Cursor
- Open Cursor Settings → MCP
- Click “Add new global MCP server”
- Paste the following configuration:
{
"mcpServers": {
"mention-me": {
"url": "https://mcp.mention-me.com"
}
}
}Visual Studio Code
- Open the Command Palette and search for “MCP: Add Server”
- Choose “HTTP” as the server type
- 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.comThis 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 = trueOr 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: NoneWhat You Can Do
Once connected, you can ask your AI assistant to:
- Fetch any referral program metric, with optional date comparison
- Generate time-series reports broken down by day, week, or month
Example Prompts
Try asking your AI assistant something like:
- “Show me a weekly breakdown of new Mention Me referrals over the last 3 months”
- “How many successful Mention Me referrals did we get last quarter?”
- “Compare our Mention Me conversion rate this year vs last year”
- “Give me a monthly trend of Mention Me referral revenue for the past 6 months”