Back to Apps

M365 Copilot Companion MCP
Supports UIby MasayukiTa
Give M365 Copilot direct hands on your laptop: files, Python, Office, SQL, and local shell execution.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Bridges the gap between M365 Copilot's cloud intelligence and your local machine. It provides a massive suite of tools allowing Copilot to manipulate local files, execute Python code, generate Office documents, and query local databases.
Tools
run_python: Execute Python scripts locallyread_file/write_file: Full local filesystem accesscreate_pptx/create_docx: Generate professional Office documentsodbc_query: Read-only access to corporate SQL Serversscreenshot: Capture the current screen for visual verificationshell_exec: Run system commands via shell
Installation
Clone the repo and run setup.bat. For Claude Desktop, use:
{
"mcpServers": {
"companion": {
"transport": "http",
"url": "http://localhost:8000/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}
Supported hosts
- Claude Desktop
- Microsoft 365 Copilot
Quick install
git clone https://github.com/MasayukiTa/m365-copilot-companion-mcp.git && cd m365-copilot-companion-mcp && .\setup.batInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"companion": {
"transport": "http",
"url": "http://localhost:8000/mcp",
"headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
}
}
}





