Skip to content
VS Code

screenplaywriter mcp for VS Code

io.github.mrfentmen/screenplaywriter-mcp

Read, write, and analyze screenplays in Fountain format.

client:VS Code transport:stdio runtime:npm

Install screenplaywriter mcp in VS Code

.vscode/mcp.json

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

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

screenplaywriter mcp in other clients