Loading MCP server directory, please wait...
Create and edit real Word documents (filesystem or SharePoint): typed change plans, tracked changes
npx @getmcp/cli add io.github.ilia-sokolov/officeagentRequires Node.js 18+. Community-contributed server. Review source before installing.
OfficeAgent__FileSystemConnections__0__ConnectionIdConnection id the agent uses to address documents (any non-empty string). The server requires at least one connection (filesystem or SharePoint) and exits on startup if none is configured
OfficeAgent__FileSystemConnections__0__RootPathAbsolute path to the directory this filesystem connection may read and write .docx files under. To use SharePoint instead of the filesystem, set OfficeAgent__SharePointConnections__0__*
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ilia-sokolov/officeagent": {
"command": "OfficeAgent.Mcp",
"env": {
"OfficeAgent__FileSystemConnections__0__ConnectionId": "documents",
"OfficeAgent__FileSystemConnections__0__RootPath": ""
}
}
}
}