
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@cite42/mcp
Advanced tools
Cite42 MCP server: query ChatGPT, Claude, Perplexity, Gemini & Google AI Overviews for brand rankings, AI citations, SEO keyword data, and Reddit/YouTube trends — works with Claude Code, Claude Desktop, Codex CLI, Cursor, and any MCP client.
MCP server for Cite42 — AI search visibility, SEO keywords, and trend research tools for your AI agent.
Once installed, your MCP client (Claude Code, Claude Desktop, Codex CLI, Cursor, Windsurf, etc.) can:
node --version to check)There is nothing to install manually — every client below runs the server on demand with npx -y @cite42/mcp. You only need to register it once.
cite42_live_...)Pick one of the clients below and replace cite42_live_your_key_here with your real key.
claude mcp add cite42 -e CITE42_API_KEY=cite42_live_your_key_here -- npx -y @cite42/mcp
codex mcp add cite42 --env CITE42_API_KEY=cite42_live_your_key_here -- npx -y @cite42/mcp
Add this to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"cite42": {
"command": "npx",
"args": ["-y", "@cite42/mcp"],
"env": {
"CITE42_API_KEY": "cite42_live_your_key_here"
}
}
}
}
Use the same JSON block as Claude Desktop in your client's mcpServers config (Cursor: ~/.cursor/mcp.json or Settings → MCP).
MCP servers are started by the client, so the config is only picked up on a fresh start:
claude / codex session)claude mcp list — cite42 should show as ✔ connected. Or type /mcp inside a session.codex mcp list.cite42 in the MCP/tools indicator — 15 tools should be listed.If it doesn't appear, see Troubleshooting.
After restarting, just ask in plain language. Your agent picks the right Cite42 tool automatically.
You ask:
Use Cite42 to find AI-cited competitors for "best invoicing software for freelancers".
Your agent calls cite42_citations and answers something like:
Across ChatGPT, Claude, Perplexity, and Gemini, the most-cited sources are:
- freshbooks.com — cited by 4/5 models
- wave.com — cited by 3/5 models
- zoho.com/invoice — cited by 3/5 models
- bonsai.com — cited by 2/5 models
Your domain wasn't cited by any model. FreshBooks is cited mainly via comparison/"best of" listicles — a citation-gap analysis (
cite42_find_ai_citation_gaps) can show which queries you're missing from.
| Tool | What it does |
|---|---|
cite42_search | Run a query against ChatGPT, Claude, Perplexity, Gemini, and Google AI Overviews; returns each model's answer plus cited sources |
cite42_citations | Aggregate which URLs the AI models cite for a query; optionally check if a specific URL is cited |
cite42_rankings | Measure how brands rank in AI answers: mention rate, average position, per-model breakdown |
cite42_compare | Head-to-head brand comparison in AI answers, including a co-mention graph |
cite42_sentiment | Positive/neutral/negative sentiment per model for a brand, with the verbatim phrases driving it |
| Tool | What it does |
|---|---|
cite42_keywords | Search volume, CPC, competition, and related keyword ideas for a seed term |
cite42_trends | Google Trends interest over time, related/rising queries, rising/falling label |
cite42_reddit_trends | Audience questions, pain points, rising threads, and product mentions on Reddit |
cite42_youtube_trends | Rising videos, creator angles, title patterns, and opportunities on YouTube |
| Tool | What it does |
|---|---|
cite42_find_content_opportunities | Content gaps across AI search, keywords, trends, Reddit, YouTube, and citations |
cite42_analyze_topic_demand | Keyword data + trends + AI answers + audience conversations for a topic |
cite42_map_ai_prompts | Discover and cluster the buyer prompts worth tracking in AI search |
cite42_analyze_competitor_content | AI rankings, comparisons, citations, and topic coverage for a competitor |
cite42_find_ai_citation_gaps | Queries where AI answers cite others but not your brand/domain/URL |
cite42_generate_content_brief | AI answers, citations, keyword demand, and social signals aggregated into a brief |
| Variable | Required | Default | Description |
|---|---|---|---|
CITE42_API_KEY | Yes | — | Your API key from cite42.dev/app/keys |
CITE42_API_BASE | No | https://api.cite42.dev/v1 | Override the API base URL |
You can also pass these as CLI flags instead of environment variables:
npx -y @cite42/mcp --api-key=cite42_live_your_key_here --api-base=https://api.cite42.dev/v1
Tool calls consume Cite42 credits from your account. Calls fail with a clear error if the API key is missing or credits run out. See cite42.dev/pricing.
command not found: npx — install Node.js 18+ from nodejs.org, then restart your terminal.CITE42_API_KEY, no quotes or trailing spaces) and is active at cite42.dev/app/keys.FAQs
Cite42 MCP server: query ChatGPT, Claude, Perplexity, Gemini & Google AI Overviews for brand rankings, AI citations, SEO keyword data, and Reddit/YouTube trends. Works with Claude Code, Claude Desktop, Codex CLI, Cursor, and any MCP client.
The npm package @cite42/mcp receives a total of 152 weekly downloads. As such, @cite42/mcp popularity was classified as not popular.
We found that @cite42/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.