Skip to content
Zed

Word MCP Server (FsWordDsl) for Zed

io.github.marknicholls/fsworddsl-mcp

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

client:Zed transport:stdio runtime:nuget

Install Word MCP Server (FsWordDsl) in Zed

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

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

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

Word MCP Server (FsWordDsl) in other clients