mcpbeat Sign in

Cituna MCP Server

local only

Cituna MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 25 Aug 2026.

Track how 6 AI engines cite your brand, daily, with live Google Search Console.

Installs per day peak 248 · avg 12
a month agotoday
39
Installs / week
npm · cituna-mcp
1
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cituna MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cituna-mcp -- npx -y cituna-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cituna-mcp": {
      "args": [
        "-y",
        "cituna-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cituna-mcp]
command = "npx"
args = ["-y", "cituna-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cituna-mcp": {
      "args": [
        "-y",
        "cituna-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cituna-mcp": {
      "args": [
        "-y",
        "cituna-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CITUNA_API_KEY (Personal API key from the Cituna app: Integrations, then "Claude / MCP access", then Generate token. Looks like cituna_sk_...), CITUNA_API_URL (Backend base URL. Defaults to https://cituna.com; set this only to point at a different backend.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cituna MCP

same job, measured the same way
C
SearchLink Lite
by namubase-searchlink

Google Search Console in your AI. Local, read-only, free and open source.

local only
cloro
by cloro

Scrape AI answer engines and Google Search/News with country and state-level geo-targeting.

10 tools answering
Google Search Console
by b77

Search rankings, clicks, and indexing for your site — in chat.

answering
SEOcrawl AI
by seocrawl

Live Google Search Console data, keyword/page analysis, site audit and SEO tasks from SEOcrawl AI.

answering
Google_search_console
by pipeworx-io

Google Search Console MCP Pack

40 tools answering
GEO Tracker by DigestSEO
by akzar1el

Track brand citations across six AI search engines. Free OSS; optional EUR 99 client-ready audit.

1 827 installs/wk local only
Gsearch
by daanielcruz

Free Google Search with inline citations for any MCP-compatible AI tool.

37 installs/wk local only
RoughSketch
by roughsketch

Search, read, preview, create, update, rename, arrange and trash sketches in your Google Drive.

answering

Cituna MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cituna MCP?
Cituna MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cituna-mcp was installed 39 times last week.
How do I connect Cituna MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cituna-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cituna MCP?
The npm package cituna-mcp was installed 39 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cituna MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.