PluginBench
MCP Server

Word AI MCP Server

io.github.flyfish-dev/word-ai

What is the Word AI MCP server?

Structure-preserving Word DOCX editing MCP server and Office.js bridge for AI agents.

How to install Word AI

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "word-ai": {
      "command": "https://github.com/flyfish-dev/word-ai/releases/download/v0.8.6/word-ai-0.8.6.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "word-ai": {
      "command": "https://github.com/flyfish-dev/word-ai/releases/download/v0.8.6/word-ai-0.8.6.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "word-ai": {
      "command": "https://github.com/flyfish-dev/word-ai/releases/download/v0.8.6/word-ai-0.8.6.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "word-ai": {
      "type": "stdio",
      "command": "https://github.com/flyfish-dev/word-ai/releases/download/v0.8.6/word-ai-0.8.6.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add word-ai -- https://github.com/flyfish-dev/word-ai/releases/download/v0.8.6/word-ai-0.8.6.mcpb

Related MCP servers

Agent-ready local document context with stable anchors.

View repository →