Word
Rank #13,853io.github.trsdn/mcp-server-word
Microsoft Word automation for AI assistants. Requires Word for Windows.
Word is a Model Context Protocol (MCP) server published by trsdn. It ranks #13,853 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Word is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 101,607 of 115,460 servers on MCP Toplist.
Use Word
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-word -- dnx WordMcp.McpServer[mcp_servers.mcp-server-word]
command = "dnx"
args = ["WordMcp.McpServer"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-word": {
"command": "dnx",
"args": [
"WordMcp.McpServer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-word": {
"command": "dnx",
"args": [
"WordMcp.McpServer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-word": {
"type": "stdio",
"command": "dnx",
"args": [
"WordMcp.McpServer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-word": {
"command": "dnx",
"args": [
"WordMcp.McpServer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-word": {
"command": "dnx",
"args": [
"WordMcp.McpServer"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-word)<a href="https://mcptoplist.com/server/io.github.trsdn%2Fmcp-server-word"><img src="https://mcptoplist.com/badge/io.github.trsdn%2Fmcp-server-word.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
trsdn
Other servers by trsdn
- MCP Server for PowerPoint#2,830 · 5 vers
- MarkItDown MCP Server#3,216 · 3 vers
- UIAutomationMcp#9,194 · 2 vers
- DocMistral MCP Server#15,792 · 1 ver
- Microsoft Events MCP Server#42,127
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 24, 2026 |
Frequently asked questions
- Who maintains Word?
- Word is maintained by trsdn, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Word listed on the Official MCP Registry?
- Yes — Word is listed on the Official MCP Registry, alongside Glama.
- How many versions does Word have?
- MCP Toplist tracks 1 version of Word, most recently published on Aug 24, 2026.
- Where can I find the source code for Word?
- The source code for Word is hosted at github.com/trsdn/mcp-server-word.