claude_word_addon_tool_definitions

Git-Uzair/claude_word_addon_tool_definitions
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Extracted JSON schemas for the internal Office.js tools used by the Claude MS Word Add-in. A reference for building MCP servers and AI document agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude_word_addon_to": {
      "command": "npx",
      "args": [
        "-y",
        "Git-Uzair/claude_word_addon_tool_definitions"
      ]
    }
  }
}