Skip to content
Gemini CLI

screenplaywriter mcp for Gemini CLI

io.github.mrfentmen/screenplaywriter-mcp

Read, write, and analyze screenplays in Fountain format.

client:Gemini CLI transport:stdio runtime:npm

Install screenplaywriter mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "screenplaywriter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/screenplaywriter-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

screenplaywriter mcp in other clients