Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Outlook Calendar MCP
Claim
by
merajmehrabi
npm
GitHub
Calendar Management
MIT License
39
10
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Outlook_Calendar_MCP
.github
scripts
src
CODE_OF_CONDUCT.md
CONTRIBUTING.md
.gitignore
LICENSE
package.json
package-lock.json
README.md
test-outlook-connection.js
{ "name": "outlook-calendar-mcp", "version": "1.0.2", "description": "MCP server for Outlook Calendar integration", "main": "src/index.js", "type": "module", "author": "Meraj Mehrabi", "bugs": "https://github.com/merajmehrabi/Outlook_Calendar_MCP/issues", "license": "MIT", "bin": { "outlook-calendar-mcp": "./src/index.js" }, "scripts": { "start": "node src/index.js", "test": "node test-outlook-connection.js", "test:outlook": "node test-outlook-connection.js" }, "keywords": [ "outlook", "calendar", "mcp", "claude", "Model Context Protocol" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3" } }