Skip to content
VS Code

content genie for VS Code

io.github.muse-code-space/content-genie

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

client:VS Code transport:stdio runtime:npm

Install content genie in VS Code

.vscode/mcp.json

{
  "servers": {
    "content-genie": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "content-genie-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

content genie in other clients