Integrate AI & Agent directly into Microsoft Word
Features •
Getting Started •
Installation •
Usage
English | 简体中文
Word GPT Plus seamlessly integrates AI and Agent directly into Microsoft Wordallowing you to generatetranslatesummarizeand polish text directly within your documents. Enhance your writing workflow without leaving your Word environment.
-
Multiple Platform Support with Latest Models:
- OpenAI: Latest GPT series (compatible with DeepSeek and other OpenAI-compatible interfaces)
- Azure OpenAI: Full Azure integration with custom deployment names
- Google Gemini: Gemini 3 Pro/FlashGemini 2.5 Pro/FlashAQA
- Ollama : Available for local deployments only
- Groq: Llama 3.3/4Qwen3Kimi-K2and more
- Custom model names supported for all platforms
-
Intelligent Agent Mode (Powered by LangChain):
- Direct Word Document Manipulation: Agent can readwriteand modify your Word documents
- Multiple Built-in Word Tools: Web searchInsert textformat contentcreate tablesmanage bookmarkssearch and replaceand more
- Multi-step reasoning with conversation memory
- Streaming responses with real-time updates
- Thought process visualization with collapsible details
-
Dual Chat Modes:
- Chat Mode: Quick Q&A and content generation
- Agent Mode: Advanced document manipulation with tool access
-
Quick Actions:
- One-click translation (40+ languages)
- Text polishing and improvement
- Academic writing enhancement
- Content summarization
- Grammar checking and correction
-
Customization & Flexibility:
- Add custom models for each provider
- Save and manage custom prompts
- Adjust temperature and max tokens per provider
- Support for custom base URLs and proxies
- Local storage for complete privacy
- Multilingual interface (English简体中文)
-
Advanced Formatting:
- Automatic Word Formatting: AI responses formatted with proper Word s
- Markdown parsing and conversion to Word formatting
- Per-message actions: replaceappendor copy
-
Modern User Experience:
- Cleancopilot- interface
- Real-time streaming responses
- Quick model and provider switching
- Abort generation at any time
- Microsoft Word 2016/2019 (retail version)Word 2021or Microsoft 365
- Edge WebView2 Runtime
- Node. 20+ (only for self-hosting)
Note: Works only with .docx files (not compatible with older .doc format)
- OpenAI: Obtain an API key from OpenAI Platform
- Azure OpenAI: Apply for access at Azure OpenAI Service
- Google Gemini: Request API access from Google AI Studio
- Groq: Get your API key from Groq Console
Choose the method that best suits your needs:
Best for most users. No coding required.
- Download
release/instant-use/manifest.xmlmanifest.xml. - Save it to a dedicated folder on your computer (e.g.
C:\Users\username\Documents\WordGPT). - Proceed to the Add-in Installation Guide.
Note for users in China: If you experience connectivity issuestry adding
msq.pubto your proxy rules or use the self-hosted option.
For developers or those requiring a private backend.
Docker Deployment
-
Pull and run the Docker image:
docker pull kuingsmile/word-gpt-plus docker run -d -p 3000:80 kuingsmile/word-gpt-plus
-
Download manifest.xml.
-
Edit
manifest.xml: Replace all instances ofhttp://localhost:3000with your server's address. -
Proceed to the Add-in Installation Guide.
Build from Source
Requires Node. 20+
-
Clone and start the project:
git clone https://github.com/Kuingsmile/Word-GPT-Plus.git cd Word-GPT-Plus yarn yarn build yarn run serve -
Use the self-hosted manifest.xml.
-
Proceed to the Add-in Installation Guide.
To get started with Word GPT Plusyou will need to sideload the add-in into Microsoft Word.
You can find instructions provided by MicroSoft at the following link: sideload office add-ins
- Go to the folder where you saved the
manifest.xmlfilefor exampleC:\Users\username\Documents\WordGPT. - Open the context menu for the folder(right-click the folder) and select Properties.
- Within the Properties dialog boxselect the Sharing taband then select Share.
- Within the Network access dialog boxadd yourself and any other users you want to sharechoose the Share buttonWhen you see confirmation that Your folder is sharednote the full network path that's displayed immediately following the folder name.
- Open a new document in Wordchoose the File taband then choose Options.
- Choose Trust Centerand then choose the Trust Center Settings button.
- Choose Trusted Add-in Catalogs.
- In the Catalog Url boxenter the full network path and then choose Add Catalog.
- Select the Show in Menu check boxand then choose OK.
- Close and then restart Word.
- Click Insert > My Add-ins > Shared Folderchoose GPT Plusand then choose Add.
- Enjoy it!

After entering Word GPT Plusclick the Settings button on the homepage to configure your preferred AI provider and API key.
Use the chat mode for:
- Quick Q&A and information queries
- Content generation and brainstorming
- Language translation
- Text improvement and polishing
Simply type your message and press Enter. Use the quick action buttons for common tasks.
Agent mode gives the AI direct access to your Word document through 25+ specialized tools:
General Tools:
- Web search and access
- Numerical calculations
- Date retrieval
Document Reading Tools:
- Get selected text or full document content
- Search for specific text
- Get document properties and table information
Document Writing Tools:
- Insertreplaceor append text at specific locations
- Create formatted paragraphs with s
- Insert tables and lists
- Add bookmarks and content controls
Document Formatting Tools:
- Apply bolditalicunderlineand other formatting
- Change font names and s
- Clear formatting
- Search and replace text patterns
Example Agent Prompts:
- "Read the entire document and create a summary at the beginning"
- "Format all section headings as Heading 2 and make them blue"
- "Insert a paragraph after the first heading explaining the main topic"
Click the quick action buttons for instant operations:
- 🌐 Translate: Translate selected text to your preferred language
- ✨ Polish: Improve writing quality and clarity
- 📚 Academic: Enhance for academic writing
- 📝 Summarize: Create concise summaries
- ✔️ Grammar: Check and correct grammar
For each AI provideryou can add custom models:
- Go to Settings → Provider tab
- Select your provider
- Enter custom model name and click Add
- The model will appear in the model dropdown
- Temperature: Lower (0.3-0.5) for factual taskshigher (0.7-1.0) for creative tasks
- Max Tokens: Increase for longer responsesdecrease for concise answers
- Custom Base URL: Use for OpenAI-compatible services like DeepSeek
- Local Storage: Your API keys and custom prompts are stored in browser local storage (within the Word add-in environment). They are never sent to our servers.
- Direct Connection: The add-in communicates directly with AI providers (OpenAIAzureetc.) or your local Ollama instance. There are no intermediary servers handling your data unless you use a custom proxy.
If you have a suggestion that would make this betterplease fork the repo and create a pull request.
MIT License
Give a ⭐️ if this project helped you!



