Skip to main content
Glama

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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    D
    quality
    D
    maintenance
    Provides access to organizational Sharepoint documents through the Microsoft Graph API, enabling search and retrieval of Sharepoint content for AI assistants.
    1
    48
    21
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    2
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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