Skip to content
Grok

Word MCP Server (FsWordDsl) for Grok

io.github.marknicholls/fsworddsl-mcp

Word tools for AI agents: read/write, decompile to F#/C#/XML/JSON, or build from XML/JSON.

client:Grok transport:stdio runtime:nuget

Install Word MCP Server (FsWordDsl) in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fsworddsl-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Kookerella.FsWordDsl.Mcp",
        "--yes"
      ]
    }
  }
}

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

Word MCP Server (FsWordDsl) in other clients