M

Microsoft Outlook

Access Microsoft SharePoint sites, lists, and documents through the Microsoft Graph API.

Microsoft·No reviews yet
Repo Docs
Share:

About

Access Microsoft SharePoint sites, lists, and documents through the Microsoft Graph API.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Microsoft Outlook.

What is the primary function of the Microsoft Outlook MCP?
This MCP allows access to Microsoft SharePoint sites, lists, and documents via the Microsoft Graph API. It integrates SharePoint data services into environments that support the Model Context Protocol.
How is this MCP configured in an MCP client like Cline?
Installation involves cloning the repository from https://github.com/0xka13b/microsoft-mcps/tree/HEAD/outlook. Configuration specifics within a client like Cline would depend on the client's MCP import and setup procedures, generally involving pointing to the local MCP directory.
Does the Microsoft Outlook MCP require authentication?
This MCP is specified with 'Auth type: none'. Therefore, it does not inherently require an API key, OAuth, or other direct credentials at the MCP level. Access to Microsoft Graph API resources may require prior authentication and authorization as part of the operating environment.
What capabilities does this MCP expose for SharePoint interactions?
The MCP's description indicates it facilitates access to SharePoint sites, lists, and documents. The specific tools and operations exposed would be defined within the MCP's internal structure for interacting with the Microsoft Graph API.
What are the licensing implications for using this Microsoft Outlook MCP?
The MCP itself is open source, hosted on GitHub. Usage costs would depend on your licensing for Microsoft 365 services and any associated data transfer or API usage fees from Microsoft Graph, not directly from the MCP.
Are there any prerequisites for effective use of this MCP?
A primary prerequisite is an active Microsoft 365 subscription with access to SharePoint services. Additionally, interaction with the Microsoft Graph API will require an environment capable of handling its authentication flows, even if the MCP itself manages the ultimate calls.

Install Microsoft Outlook

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "microsoft-outlook": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-microsoft-outlook"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "microsoft-outlook": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-microsoft-outlook"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "microsoft-outlook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-microsoft-outlook"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.