SharePoint MCP Server
SharePoint MCP Server
Integração com Microsoft Graph API via Model Context Protocol
Versão 1.0 • Node.js • MCP (stdio / SSE)
📌 Visão Geral
Este projeto implementa um servidor MCP (Model Context Protocol) que permite ao Claude acessar dados do SharePoint Online através da Microsoft Graph API.
Arquitetura: Claude ↔ MCP Server (Node.js) ↔ Microsoft Graph API ↔ SharePoint Lists
Related MCP server: SharePoint MCP Server
⚙️ Pré-requisitos
Software
Node.js (versão 18+)
npm
Claude Desktop
🔐 Azure AD — App Registration
Permissões necessárias:
Sites.Read.All
Lists.Read ou Lists.ReadWrite
Após configurar, conceder admin consent.
🚀 Instalação
mkdir F:\PROJECTS\C-Sharepoint-MCP
cd F:\PROJECTS\C-Sharepoint-MCP
npm init -y
npm install @modelcontextprotocol/sdk @azure/msal-node📁 Estrutura
C-Sharepoint-MCP/
├── index.mjs
├── package.json
└── node_modules/💻 Código index.mjs
// (código omitido para simplificação — usar versão completa)🧰 Ferramentas
list_sites
list_sharepoint_lists
get_list_items
⚙️ Configuração Claude
Arquivo:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Exemplo:
{
"mcpServers": {
"sharepoint": {
"command": "node",
"args": ["F:\\PROJECTS\\C-Sharepoint-MCP\\index.mjs"]
}
}
}🛠️ Diagnóstico
node F:\PROJECTS\C-Sharepoint-MCP\index.mjs⚠️ Erros comuns
401 → credenciais erradas
403 → sem admin consent
404 → siteId errado
✅ Checklist
Credenciais OK
Permissões OK
Node instalado
npm install executado
Claude reiniciado
🚀 Próximos passos
Deploy em Azure
Expandir ferramentas Graph API
Projeto: C-Sharepoint-MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseDqualityDmaintenanceProvides access to organizational Sharepoint documents through the Microsoft Graph API, enabling search and retrieval of Sharepoint content for AI assistants.Last updated13021
- Alicense-qualityDmaintenanceEnables interaction with Microsoft SharePoint sites, document libraries, and files through the Microsoft Graph API. Supports browsing, searching, uploading/downloading files, managing lists, and creating sharing links with secure OAuth authentication.Last updated2MIT
- Alicense-qualityDmaintenanceEnables browsing and interacting with Microsoft SharePoint sites and documents through Microsoft Graph API, supporting file search, site listing, document library browsing, and file content retrieval with OAuth2 authentication.Last updated319MIT
- Alicense-qualityDmaintenanceEnables interaction with SharePoint Online and OneDrive content via Microsoft Graph, supporting device-code authentication for multi-account environments.Last updated1MIT
Related MCP Connectors
*Updated June 17th 2025** Manage your Microsoft 365 services effortlessly. Create and manage distr…
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Project portfolio management for PMOs. Alternative to Microsoft Project Online. OAuth + PAT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eugeniogdiniz/C-Sharepoint-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server