Skip to content

screenplaywriter mcp for Zed

io.github.mrfentmen/screenplaywriter-mcp

Read, write, and analyze screenplays in Fountain format.

client:Zed transport:stdio runtime:npm

Install screenplaywriter mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

screenplaywriter mcp in other clients