ma-nakaya/outlook-com-mcp
v0.1.0
Read Classic Outlook mail and calendar data and perform explicitly authorized read-state or reply-draft changes with a portable MCP usage skill.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
outlook-comstdio
{
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"${PLUGIN_ROOT}/src/OutlookComMcp/OutlookComMcp.csproj",
"--configuration",
"Release",
"--property:BaseOutputPath=${PLUGIN_DATA}/bin/",
"--property:BaseIntermediateOutputPath=${PLUGIN_DATA}/obj/"
],
"env": {
"DOTNET_CLI_HOME": "${PLUGIN_DATA}/dotnet",
"NUGET_PACKAGES": "${PLUGIN_DATA}/nuget"
},
"cwd": "${PLUGIN_ROOT}"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "outlook-com-mcp",
"version": "0.1.0",
"description": "Read Classic Outlook mail and calendar data and perform explicitly authorized read-state or reply-draft changes with a portable MCP usage skill.",
"author": {
"name": "ma-nakaya",
"url": "https://github.com/ma-nakaya"
},
"homepage": "https://github.com/ma-nakaya/outlook-com-mcp-server#readme",
"repository": "https://github.com/ma-nakaya/outlook-com-mcp-server",
"keywords": [
"mcp",
"classic-outlook",
"email",
"calendar",
"agent-skills"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE