Word MCP Server (FsWordDsl) for Cursor
io.github.marknicholls/fsworddsl-mcp
Word tools for AI agents: read/write, decompile to F#/C#/XML/JSON, or build from XML/JSON.
client:Cursor
transport:stdio
runtime:nuget
Install Word MCP Server (FsWordDsl) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fsworddsl-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Kookerella.FsWordDsl.Mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs