outlook-calendar-mcp
Version:
MCP server for Outlook Calendar integration
29 lines (28 loc) • 708 B
JSON
{
"name": "outlook-calendar-mcp",
"version": "1.0.1",
"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"
}
}