
Integrate AI directly into Microsoft Word
Features •
Getting Started •
Installation •
Usage
English | 简体中文
Word GPT Plus seamlessly integrates AI models into Microsoft Word, allowing you to generate, translate, summarize, and polish text directly within your documents. Enhance your writing workflow without leaving your Word environment.
-
Multiple AI Models Support:
- OpenAI API (compatible with DeepSeek and other OpenAI-compatible endpoints)
- Azure OpenAI API
- Google Gemini Pro API
- Ollama (for local deployment)
- Groq API
-
Built-in Templates:
- Translation (40+ languages)
- Text polishing and improvement
- Academic writing enhancement
- Content summarization
- Grammar checking
-
Customization Options:
- Save custom prompts for repeated use
- Adjust temperature and max tokens
- Support for proxies
- Local storage for privacy
- Microsoft Word 2016/2019 (retail version), Word 2021, or Microsoft 365
- Edge WebView2 Runtime
- Node.js 18+ (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 one of the following installation methods:
- Download manifest.xml
- Save it to a directory on your computer (e.g.,
C:\Users\username\Documents\WordGPT
) - Follow the Add-in Installation Guide below
Note for users in China: If you experience connectivity issues, try adding
msq.pub
to your proxy rules or use the self-hosted option.
docker pull kuingsmile/word-gpt-plus
docker run -d -p 3000:80 kuingsmile/word-gpt-plus
You need to modify all [localhost:3000](http://localhost:3000)
in manifest.xml to your server address.
Follow the Add-in Installation Guide below.
If you want to host the add-in yourself, you will need to clone this repo and install dependencies, then run the project. Need Node.js 16+.
git clone https://github.com/Kuingsmile/Word-GPT-Plus.git
yarn
yarn run serve
Then, follow the Add-in Installation Guide below.
To get started with Word GPT Plus, you 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.xml
file, for exampleC:\Users\username\Documents\WordGPT
. - Open the context menu for the folder(right-click the folder) and select Properties.
- Within the Properties dialog box, select the Sharing tab, and then select Share.
- Within the Network access dialog box, add yourself and any other users you want to share, choose the Share button, When you see confirmation that Your folder is shared, note the full network path that's displayed immediately following the folder name.
- Open a new document in Word, choose the File tab, and then choose Options.
- Choose Trust Center, and then choose the Trust Center Settings button.
- Choose Trusted Add-in Catalogs.
- In the Catalog Url box, enter the full network path and then choose Add Catalog.
- Select the Show in Menu check box, and then choose OK.
- Close and then restart Word.
- Click Insert > My Add-ins > Shared Folder, choose GPT Plus, and then choose Add.
- Enjoy it!
After entering Word GPT Plus, click the orange Settings
button on the homepage to enter the settings page, where you can switch APIs and fill in API keys.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
MIT License
Give a ⭐️ if this project helped you!