SkillAgentSearch skills...

mcp-office

MCP servers for Microsoft Office — Excel, Outlook, PowerPoint, Word. Local-first, governed, developer-controlled.

Install / Use

claude mcp add dosev-ai -- npx -y github:dosev-ai/mcp-office

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

50/100

Supported Platforms

Claude Code
Claude Desktop
GitHub Copilot

Tags

MCP client configuration template

Copy this to your MCP client config directory and fill in your paths.

For Claude Desktop: %APPDATA%\Claude\claude_desktop_config.json

For VS Code Copilot: use the "servers" root key instead — this file uses Claude Desktop format only.

Replace ALL occurrences of:

C:\path\to\mcp-office → absolute path where you cloned this repo

C:\path\to\your\files → directory where your Office files live

Only include servers for packages you have installed.

Restart your MCP client after saving.

{ "mcpServers": { "excel-excelmcp": { "command": "C:\path\to\mcp-office\.venv\Scripts\python.exe", "args": ["-m", "excelmcp.server"], "env": { "EXCEL_ALLOWLIST_ROOTS": "C:\path\to\your\files", "EXCEL_ENABLE_WRITE": "true" } }, "powerpoint-pptmcp": { "command": "C:\path\to\mcp-office\.venv\Scripts\python.exe", "args": ["-m", "pptmcp.server"], "env": { "PPT_ALLOWLIST_ROOTS": "C:\path\to\your\files", "PPT_ENABLE_WRITE": "true" } }, "word-wordmcp": { "command": "C:\path\to\mcp-office\.venv\Scripts\python.exe", "args": ["-m", "wordmcp.server"], "env": { "WORD_ALLOWLIST_ROOTS": "C:\path\to\your\files", "WORD_ENABLE_WRITE": "true" } } } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low