Skip to content
Grok

Writing MCP for Grok

io.github.hannasdev/mcp-writing

Metadata-first fiction editing and reasoning tools for long-form writing projects.

client:Grok transport:stdio runtime:npm

Install Writing MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-writing": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hanna84/mcp-writing"
      ],
      "env": {
        "WRITING_SYNC_DIR": "<WRITING_SYNC_DIR>",
        "DB_PATH": "<DB_PATH>",
        "OWNERSHIP_GUARD_MODE": "<OWNERSHIP_GUARD_MODE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Writing MCP in other clients