📇 ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar)
Install
npx -y @softeria/ms-365-mcp-serverRequired environment variables
OPENAI_API_KEYSet in your MCP configMS365_MCP_CLIENT_SECRETSet in your MCP configMS365_MCP_OAUTH_TOKENSet in your MCP configMS365_MCP_KEYSet in your MCP configMS365_MCP_TOKENSet in your MCP configAZURE_CLIENT_SECRETSet in your MCP configclaude_desktop_config.json
{
"mcpServers": {
"softeria-ms-365-mcp-server": {
"command": "npx",
"args": [
"-y",
"@softeria/ms-365-mcp-server"
],
"env": {
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"MS365_MCP_CLIENT_SECRET": "<YOUR_MS365_MCP_CLIENT_SECRET>",
"MS365_MCP_OAUTH_TOKEN": "<YOUR_MS365_MCP_OAUTH_TOKEN>",
"MS365_MCP_KEY": "<YOUR_MS365_MCP_KEY>",
"MS365_MCP_TOKEN": "<YOUR_MS365_MCP_TOKEN>",
"AZURE_CLIENT_SECRET": "<YOUR_AZURE_CLIENT_SECRET>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More TypeScript MCP servers
microsoft/markitdown
🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
upstash/context7
📇 ☁️ - Up-to-date code documentation for LLMs and AI code editors.
microsoft/playwright-mcp
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
agent-infra/mcp-server-browser
📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.