Sharepoint MCP
Rank #12,020io.github.ravikant1918/sharepoint-mcp
MCP server providing sharepoint-mcp capabilities
Sharepoint MCP is a Model Context Protocol (MCP) server published by ravikant1918. It ranks #12,020 of 115,591 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Sharepoint MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 103,571 of 115,591 servers on MCP Toplist.
Use Sharepoint MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sharepoint-mcp -e "SHP_ID_APP=<your SHP_ID_APP>" -e "SHP_ID_APP_SECRET=<your SHP_ID_APP_SECRET>" -e "SHP_TENANT_ID=<your SHP_TENANT_ID>" -e "SHP_SITE_URL=<your SHP_SITE_URL>" -e "SHP_DOC_LIBRARY=<your SHP_DOC_LIBRARY>" -- uvx sharepoint-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sharepoint-mcp]
command = "uvx"
args = ["sharepoint-mcp"]
[mcp_servers.sharepoint-mcp.env]
SHP_ID_APP = "<your SHP_ID_APP>"
SHP_ID_APP_SECRET = "<your SHP_ID_APP_SECRET>"
SHP_TENANT_ID = "<your SHP_TENANT_ID>"
SHP_SITE_URL = "<your SHP_SITE_URL>"
SHP_DOC_LIBRARY = "<your SHP_DOC_LIBRARY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "<your SHP_ID_APP>",
"SHP_ID_APP_SECRET": "<your SHP_ID_APP_SECRET>",
"SHP_TENANT_ID": "<your SHP_TENANT_ID>",
"SHP_SITE_URL": "<your SHP_SITE_URL>",
"SHP_DOC_LIBRARY": "<your SHP_DOC_LIBRARY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "<your SHP_ID_APP>",
"SHP_ID_APP_SECRET": "<your SHP_ID_APP_SECRET>",
"SHP_TENANT_ID": "<your SHP_TENANT_ID>",
"SHP_SITE_URL": "<your SHP_SITE_URL>",
"SHP_DOC_LIBRARY": "<your SHP_DOC_LIBRARY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sharepoint-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "<your SHP_ID_APP>",
"SHP_ID_APP_SECRET": "<your SHP_ID_APP_SECRET>",
"SHP_TENANT_ID": "<your SHP_TENANT_ID>",
"SHP_SITE_URL": "<your SHP_SITE_URL>",
"SHP_DOC_LIBRARY": "<your SHP_DOC_LIBRARY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "<your SHP_ID_APP>",
"SHP_ID_APP_SECRET": "<your SHP_ID_APP_SECRET>",
"SHP_TENANT_ID": "<your SHP_TENANT_ID>",
"SHP_SITE_URL": "<your SHP_SITE_URL>",
"SHP_DOC_LIBRARY": "<your SHP_DOC_LIBRARY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "<your SHP_ID_APP>",
"SHP_ID_APP_SECRET": "<your SHP_ID_APP_SECRET>",
"SHP_TENANT_ID": "<your SHP_TENANT_ID>",
"SHP_SITE_URL": "<your SHP_SITE_URL>",
"SHP_DOC_LIBRARY": "<your SHP_DOC_LIBRARY>"
}
}
}
}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.ravikant1918%2Fsharepoint-mcp)<a href="https://mcptoplist.com/server/io.github.ravikant1918%2Fsharepoint-mcp"><img src="https://mcptoplist.com/badge/io.github.ravikant1918%2Fsharepoint-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
ravikant1918
Other servers by ravikant1918
View all ravikant1918 servers →Available versions (6)
| Version | Published |
|---|---|
| 1.1.1 | Mar 15, 2026 |
| 1.1.0 | Feb 24, 2026 |
| 1.0.1 | Feb 21, 2026 |
| 1.0.1rc1 | Feb 21, 2026 |
| 1.0.0 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sharepoint MCP?
- Sharepoint MCP is maintained by ravikant1918, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Sharepoint MCP listed on the Official MCP Registry?
- Yes — Sharepoint MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Sharepoint MCP have?
- MCP Toplist tracks 6 versions of Sharepoint MCP, most recently published on Mar 15, 2026.
- Where can I find the source code for Sharepoint MCP?
- The source code for Sharepoint MCP is hosted at github.com/ravikant1918/sharepoint-mcp.