Microsoft Mcps
Rank #57,576io.github.0xka13b/ms-sharepoint-mcp
Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.
Microsoft Mcps is a Model Context Protocol (MCP) server published by 0xka13b. It ranks #57,576 of 115,591 servers tracked on MCP Toplist. Microsoft Mcps is listed on Official MCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 58,015 of 115,591 servers on MCP Toplist.
Use Microsoft Mcps
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ms-sharepoint-mcp -e "MICROSOFT_CLIENT_ID=<your MICROSOFT_CLIENT_ID>" -- npx -y ms-sharepoint-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ms-sharepoint-mcp]
command = "npx"
args = ["-y", "ms-sharepoint-mcp"]
[mcp_servers.ms-sharepoint-mcp.env]
MICROSOFT_CLIENT_ID = "<your MICROSOFT_CLIENT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ms-sharepoint-mcp": {
"command": "npx",
"args": [
"-y",
"ms-sharepoint-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ms-sharepoint-mcp": {
"command": "npx",
"args": [
"-y",
"ms-sharepoint-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ms-sharepoint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ms-sharepoint-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ms-sharepoint-mcp": {
"command": "npx",
"args": [
"-y",
"ms-sharepoint-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ms-sharepoint-mcp": {
"command": "npx",
"args": [
"-y",
"ms-sharepoint-mcp"
],
"env": {
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.0xka13b%2Fms-sharepoint-mcp)<a href="https://mcptoplist.com/server/io.github.0xka13b%2Fms-sharepoint-mcp"><img src="https://mcptoplist.com/badge/io.github.0xka13b%2Fms-sharepoint-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
0xka13b
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Microsoft Mcps?
- Microsoft Mcps is maintained by 0xka13b, which publishes 7 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Microsoft Mcps listed on the Official MCP Registry?
- Yes — Microsoft Mcps is listed on the Official MCP Registry.
- How many versions does Microsoft Mcps have?
- MCP Toplist tracks 1 version of Microsoft Mcps, most recently published on Jun 8, 2026.
- Where can I find the source code for Microsoft Mcps?
- The source code for Microsoft Mcps is hosted at github.com/0xka13b/microsoft-mcps.