mcpbeat Sign in

Content Genie MCP Server

local only

Content Genie runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 6 Jul 2026.

AI Content Creation Assistant for Korean creators - Trend analysis & SEO

Installs per day peak 199 · avg 18 · -10% w/w
a month agotoday
77
Installs / week
npm · content-genie-mcp
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Content Genie 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 content-genie -- npx -y content-genie-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "content-genie": {
      "args": [
        "-y",
        "content-genie-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.content-genie]
command = "npx"
args = ["-y", "content-genie-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "content-genie": {
      "args": [
        "-y",
        "content-genie-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "content-genie": {
      "args": [
        "-y",
        "content-genie-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Content Genie

same job, measured the same way
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
MCP Tenant Isolation
by subodhkc

Static analysis scanner for MCP server code and multi-tenant SaaS applications.

5 467 installs/wk local only
Fabric Atelier
by copyleftdev

AI-powered content processing with 226 Fabric patterns for writing, analysis, and code generation.

local only
Qiskit Code Assistant MCP Server
by qiskit

MCP server for the Qiskit Code Assistant intelligent code completion

293 installs/wk local only
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

78 installs/wk local only

Content Genie — questions

Answers built from our own checks of this server.

Why is there no uptime for Content Genie?
Content Genie 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 content-genie-mcp was installed 77 times last week.
How do I connect Content Genie?
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 content-genie-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Content Genie?
The npm package content-genie-mcp was installed 77 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Content Genie open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.