Skip to content
Windsurf

Word MCP Server (FsWordDsl) for Windsurf

io.github.marknicholls/fsworddsl-mcp

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

client:Windsurf transport:stdio runtime:nuget

Install Word MCP Server (FsWordDsl) in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Word MCP Server (FsWordDsl) in other clients