SharePoint MCP Server
About
MCP server for Microsoft SharePoint — manage folders, documents, and metadata.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SHP_ID_APP SHP_ID_APP_SECRET SHP_TENANT_ID SHP_SITE_URL SHP_DOC_LIBRARYClaude Code
claude mcp add --env SHP_ID_APP= --env SHP_ID_APP_SECRET= --env SHP_TENANT_ID= --env SHP_SITE_URL= --env SHP_DOC_LIBRARY= sharepoint-mcp -- uvx sharepoint-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sharepoint-mcp","command":"uvx","args":["sharepoint-mcp"],"env":{"SHP_ID_APP":"","SHP_ID_APP_SECRET":"","SHP_TENANT_ID":"","SHP_SITE_URL":"","SHP_DOC_LIBRARY":""}}'
JSON
{
"mcpServers": {
"sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "",
"SHP_ID_APP_SECRET": "",
"SHP_TENANT_ID": "",
"SHP_SITE_URL": "",
"SHP_DOC_LIBRARY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.