# Word MCP Server (FsWordDsl) (nuget · Kookerella.FsWordDsl.Mcp)

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

- Trust score: 78/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- nuget · `Kookerella.FsWordDsl.Mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp.md), [page](https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp)

## Channel facts

- Registry: `nuget`
- Package: `Kookerella.FsWordDsl.Mcp`
- Version: `0.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 15 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1783 tokens (~178/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 60/100
  - Stability observed for 18 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Word MCP Server (FsWordDsl) server?

Word MCP Server (FsWordDsl) runs locally as a NuGet package, launched with dnx Kookerella.FsWordDsl.Mcp@0.1.1 --yes. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add marknicholls-fsworddsl-mcp -- dnx Kookerella.FsWordDsl.Mcp@0.1.1 --yes
```

### Cursor

```json
{
  "mcpServers": {
    "marknicholls-fsworddsl-mcp": {
      "command": "dnx",
      "args": [
        "Kookerella.FsWordDsl.Mcp@0.1.1",
        "--yes"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "marknicholls-fsworddsl-mcp": {
      "command": "dnx",
      "args": [
        "Kookerella.FsWordDsl.Mcp@0.1.1",
        "--yes"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add marknicholls-fsworddsl-mcp -- dnx Kookerella.FsWordDsl.Mcp@0.1.1 --yes
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "marknicholls-fsworddsl-mcp": {
      "type": "local",
      "command": [
        "dnx",
        "Kookerella.FsWordDsl.Mcp@0.1.1",
        "--yes"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  marknicholls-fsworddsl-mcp:
    command: "dnx"
    args: ["Kookerella.FsWordDsl.Mcp@0.1.1", "--yes"]
```

### Netclaw

```json
{
  "McpServers": {
    "marknicholls-fsworddsl-mcp": {
      "Transport": "stdio",
      "Command": "dnx",
      "Arguments": [
        "Kookerella.FsWordDsl.Mcp@0.1.1",
        "--yes"
      ]
    }
  }
}
```

### Other

```json
{
  "mcpServers": {
    "marknicholls-fsworddsl-mcp": {
      "command": "dnx",
      "args": [
        "Kookerella.FsWordDsl.Mcp@0.1.1",
        "--yes"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-19 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-09 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-07 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-04 (score 71, +1)

- [functional regression] Security disclosure: unverified → fail

## MCP tools (10)

### `create_document_from_xml` (~244 tokens)

Builds a new Word document from XML matching Kookerella.FsWordDsl's own embedded schema (Xml.xsd) and saves it to disk - the inverse of generate_xml. The natural target for a caller that already produces data as XML (e.g. an XSLT pipeline generating a report) and wants to reach Word without learning the OOXML schema, this library's own F#/C# API, or needing .NET installed at all - like generate_xml, the .NET work happens inside this server, so any language can call it directly, and a human with no MCP client at all can get the same result via `fsworddsl-mcp build` from a plain shell. Covers the same section/paragraph-level feature set generate_xml does; unlike create_document, this isn't limited to plain paragraph text - named styles, tables, images, and every other modeled feature can be expressed in the XML.

Input parameters:

- `path` (string, required): Output file path, e.g. "C:\reports\memo.docx". The directory must already exist.
- `xml` (string, required): The document XML content - a <document> root element matching Xml.xsd.

### `create_document` (~135 tokens)

Creates a new Word document (.docx) from a simple list of paragraph texts and saves it to disk. Each string becomes one plain paragraph, in order - no formatting, styles, tables, or images in this version. Does not support run styling, tables, images, headers/footers, or track changes - reference the Kookerella.FsWordDsl library directly for those.

Input parameters:

- `paragraphs` (array, required): The paragraphs to create, in order. Each element becomes one plain paragraph.
- `path` (string, required): Output file path, e.g. "C:\reports\memo.docx". The directory must already exist.

### `generate_fsharp_script` (~157 tokens)

Reads an existing Word document and returns a self-contained F# script (using Kookerella.FsWordDsl) that rebuilds an equivalent file when run via `dotnet fsi`. Useful for explaining how a file is structured, or as a starting point for a caller who wants the library's full feature set (named styles, tables, images, headers/footers, comments, track changes, content controls, etc.) beyond what create_document exposes.

Input parameters:

- `outputFileName` (string, required): The output filename the generated script should save its rebuilt file to, e.g. "output.docx".
- `path` (string, required): Path to an existing .docx/.docm file to reverse-engineer into F# source.

### `generate_json_schema` (~155 tokens)

Returns the raw JSON Schema (Json.schema.json) that generate_json's output and create_document_from_json's input both conform to. Meant for a caller authoring JSON by hand or by a generation script who wants real schema validation/autocomplete in their own editor or pipeline, rather than reverse-engineering the shape from a generate_json example. This schema isn't validated against at runtime by the core library itself the way Xml.xsd is (JSON Schema has no .NET-built-in equivalent to System.Xml.Schema, so wiring that up would mean adding a runtime dependency - JsonSchema.Net - to every consumer of the core library just for this) - it's bundled here, in the Mcp tool specifically, purely to hand back on request.

### `generate_csharp_script` (~227 tokens)

Reads an existing Word document and returns a self-contained C# file (using Kookerella.CsWordDsl) that rebuilds an equivalent file when run via `dotnet run <file>.cs` (.NET 10's file-based apps feature - no .csproj needed). The C# equivalent of generate_fsharp_script, for a caller who wants pasteable/ runnable C# rather than F# - useful for explaining how a file is structured, or as a starting point for the wrapper's fluent API (named styles, tables, images, headers/footers, comments, track changes, content controls, protection, etc. - Kookerella.CsWordDsl covers the same feature set as generate_fsharp_script's own Kookerella.FsWordDsl) beyond what create_document exposes.

Input parameters:

- `outputFileName` (string, required): The output filename the generated script should save its rebuilt file to, e.g. "output.docx".
- `path` (string, required): Path to an existing .docx/.docm file to reverse-engineer into C# source.

### `generate_json` (~195 tokens)

Reads an existing Word document and returns it as JSON. The JSON-side equivalent of generate_xml, for a caller whose tooling speaks JSON rather than XML - same use cases (inspect, transform, or archive a document's structure without any F#/C# source, or any .NET runtime at all, on the caller's side) and the same section/paragraph-level feature set. Usable directly from Python, JavaScript, or any other language, and a human with no MCP client at all can get the same result via `fsworddsl-mcp convert <file> --lang json` from a plain shell. Unlike generate_xml, there's no runtime JSON Schema validation built into the core library itself (see generate_json_schema's own doc string for why) - but generate_json_schema still returns the documented shape this produces.

Input parameters:

- `path` (string, required): Path to an existing .docx/.docm file to convert to JSON.

### `generate_xml` (~222 tokens)

Reads an existing Word document and returns it as XML, validated against Kookerella.FsWordDsl's own embedded schema (Xml.xsd). A plain-data alternative to generate_fsharp_script/generate_csharp_script for a caller who wants to inspect, transform (e.g. via XSLT), or archive a document's structure without any F#/C# source involved - and without any .NET runtime on the caller's side either: the .NET work happens inside this server, so Python, JavaScript, or any other language can call this tool directly, and a human with no MCP client at all can get the same result via `fsworddsl-mcp convert <file> --lang xml` from a plain shell. Unlike those two, this returns data, not a runnable script, so there is no output-filename parameter to control what a rebuild saves as. Covers the same section/paragraph-level feature set generate_fsharp_script does.

Input parameters:

- `path` (string, required): Path to an existing .docx/.docm file to convert to XML.

### `read_document` (~130 tokens)

Reads an existing Word document (.docx/.docm) and returns its paragraphs as a JSON array of plain strings, one per paragraph, matching create_document's own input convention. Features outside the plain-paragraph model (run styling, tables, images, headers/footers, comments, track changes, content controls, etc.) are not included in this output - see MAPPING.md in the main library repo for the full list of what round-trips. Table content and non-paragraph blocks are skipped entirely.

Input parameters:

- `path` (string, required): Path to an existing .docx or .docm file.

### `generate_xml_schema` (~85 tokens)

Returns the raw XSD (Xml.xsd) that generate_xml's output and create_document_from_xml's input both conform to. Meant for a caller authoring XML by hand or by transform (e.g. an XSLT stylesheet) who wants real schema validation/autocomplete in their own editor or pipeline, rather than reverse- engineering the shape from a generate_xml example.

### `create_document_from_json` (~233 tokens)

Builds a new Word document from JSON matching the shape generate_json produces (see the main library repo's Json.schema.json) and saves it to disk - the inverse of generate_json. The JSON-side equivalent of create_document_from_xml, for a caller that already produces data as JSON and wants to reach Word without learning the OOXML schema, this library's own F#/C# API, or needing .NET installed at all - the .NET work happens inside this server, so any language can call it directly, and a human with no MCP client at all can get the same result via `fsworddsl-mcp build` from a plain shell. Covers the same section/paragraph-level feature set generate_json does; unlike create_document, this isn't limited to plain paragraph text - named styles, tables, images, and every other modeled feature can be expressed in the JSON.

Input parameters:

- `json` (string, required): The document JSON content - an object matching Json.schema.json's root shape.
- `path` (string, required): Output file path, e.g. "C:\reports\memo.docx". The directory must already exist.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp#diagnostics

## Score history

- 2026-09-20: 78
- 2026-09-19: 78
- 2026-09-18: 77
- 2026-09-17: 77
- 2026-09-16: 76
- 2026-09-15: 76
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 71
- 2026-09-03: 70
- 2026-09-02: 64

## Common questions

### What is the Word MCP Server (FsWordDsl) server?

Word MCP Server (FsWordDsl) is listed in the public MCP registry as io.github.MarkNicholls/fsworddsl-mcp. Word tools for AI agents: read/write, decompile to F#/C#/XML/JSON, or build from XML/JSON. This page covers its NuGet package (Kookerella.FsWordDsl.Mcp).

### Is the Word MCP Server (FsWordDsl) server safe to use?

Word MCP Server (FsWordDsl) scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Word MCP Server (FsWordDsl) server expose?

Word MCP Server (FsWordDsl) exposes 10 tools: create_document_from_xml, create_document, generate_fsharp_script, generate_json_schema, generate_csharp_script, and 5 more. Their descriptions and schemas cost roughly 1,783 tokens of context every time the server is loaded.

### Is the Word MCP Server (FsWordDsl) server still maintained?

Word MCP Server (FsWordDsl) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Word MCP Server (FsWordDsl) server under?

Word MCP Server (FsWordDsl) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- NuGet package: https://www.nuget.org/packages/Kookerella.FsWordDsl.Mcp
- Socket report: https://socket.dev/nuget/package/Kookerella.FsWordDsl.Mcp
- Repository: https://github.com/Kookerella-Ltd/Kookerella.FsWordDsl
- Website: https://github.com/Kookerella-Ltd/Kookerella.FsWordDsl/tree/master/src/Kookerella.FsWordDsl.Mcp
- Changelog RSS feed: https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp.json
- HTML version of this page: https://verifymcp.io/servers/marknicholls-fsworddsl-mcp/kookerella-fsworddsl-mcp
