Microsoft SharePoint MCP server.
Ms MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Microsoft SharePoint MCP server.
Calendar · Contacts · OneDrive · Outlook · SharePoint — on the official @modelcontextprotocol/sdk, over stdio or Streamable HTTP.
Once Ms is connected, these are the calls the assistant has available:
stdio — for local MCP clients that launch the server as a subprocess (Claude Desktop, IDEs, the MCP Inspector)Variable — Used byMICROSOFT_CLIENT_ID — stdioMICROSOFT_TENANT_ID — stdioMICROSOFT_ACCESS_TOKEN — stdioMICROSOFT_MCP_CACHE_DIR — stdioMCP_TRANSPORT — bothPORT — httpMCP_HTTP_BODY_LIMIT — httpMCP_DEBUG — bothYou will need 3 environment variables: MICROSOFT_CLIENT_ID, MICROSOFT_TENANT_ID, MICROSOFT_ACCESS_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
corepack enable)Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ms's toolset — stdio, Variable, MICROSOFT_CLIENT_ID and 7 more — is a fair guide to whether it matches your workflow. It is maintained by ko1ebayev; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| stdio | for local MCP clients that launch the server as a subprocess (Claude Desktop, IDEs, the MCP Inspector). |
| Variable | Used by |
| MICROSOFT_CLIENT_ID | stdio |
| MICROSOFT_TENANT_ID | stdio |
| MICROSOFT_ACCESS_TOKEN | stdio |
| MICROSOFT_MCP_CACHE_DIR | stdio |
| MCP_TRANSPORT | both |
| PORT | http |
| MCP_HTTP_BODY_LIMIT | http |
| MCP_DEBUG | both |
{
"mcpServers": {
"sharepoint-1": {
"command": "npx",
"args": ["-y", "ms-calendar-mcp"],
"env": {
"MICROSOFT_CLIENT_ID": "your-value",
"MICROSOFT_TENANT_ID": "your-value",
"MICROSOFT_ACCESS_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
corepack enable)| Variable | Description | Required |
|---|---|---|
| MICROSOFT_CLIENT_ID | Configuration value read at startup. | Optional |
| MICROSOFT_TENANT_ID | Configuration value read at startup. | Optional |
| MICROSOFT_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.