Office
Enables AI to automate Microsoft Office applications (Word, Excel, PowerPoint, and more) through COM interfaces in Windows, providing tools for launching programs, manipulating documents, capturing screenshots, and managing files.
17 stars
0 tools
Created Aug 2025
@officemcp/officemcp-office-officemcpAbout
Enables AI to automate Microsoft Office applications (Word, Excel, PowerPoint, and more) through COM interfaces in Windows, providing tools for launching programs, manipulating documents, capturing screenshots, and managing files.
Categories
general
Installation
npm
npm install @officemcp/officemcp-office-officemcp
Configuration
{
"mcpServers": {
"officemcp-office-officemcp": {
"command": "npx",
"args": [
"-y",
"@officemcp/officemcp-office-officemcp"
]
}
}
}