Sharepoint MCP Server
Sharepoint - WIP, solo para I+D ATM
Un servidor de protocolo de contexto de modelo que proporciona acceso a SharePoint organizacional.
Implementación
Componente | Operación | Recurso | Recurso dinámico | Herramienta |
Usuarios | ❌ | ❌ | ❌ | |
Leer usuario | ❌ | ❌ | ❌ | |
Buscar usuario | ❌ | ❌ | ❌ | |
Sitios | ❌ | ❌ | ❌ | |
Lista de sitios | ✅ | ❌ | ❌ | |
Obtener detalles del sitio | ❌ | ❌ | ❌ | |
Crear subsitio | ❌ | ❌ | ❌ | |
Eliminar sitio | ❌ | ❌ | ❌ | |
Unidades | ❌ | ❌ | ❌ | |
Lista de carpetas | ❌ | ❌ | ❌ | |
Carpetas de búsqueda | ❌ | ❌ | ✅ | |
Crear carpeta | ❌ | ❌ | ❌ | |
Eliminar carpeta | ❌ | ❌ | ❌ | |
Subir archivo | ❌ | ❌ | ❌ | |
Elementos de la lista | ❌ | ✅ | ❌ | |
Descargar archivo | ❌ | ❌ | ✅ | |
Leer archivo | ✅ | ❌ | ❌ | |
Mover archivo | ❌ | ❌ | ❌ | |
Copiar archivo | ❌ | ❌ | ❌ | |
Liza | ❌ | ❌ | ❌ | |
Crear lista | ❌ | ❌ | ❌ | |
Lista de lectura | ❌ | ❌ | ❌ | |
Añadir a la lista | ❌ | ❌ | ❌ | |
Lista de actualizaciones | ❌ | ❌ | ❌ | |
Eliminar lista | ❌ | ❌ | ❌ | |
Calendario | ❌ | ❌ | ❌ | |
Crear evento | ❌ | ❌ | ❌ | |
Leer evento | ❌ | ❌ | ❌ | |
Evento de actualización | ❌ | ❌ | ❌ | |
Eliminar evento | ❌ | ❌ | ❌ |
Indicaciones
resumen del documento
encontrar documentos relevantes
carpeta de exploración
Related MCP server: SharePoint MCP Server
Variables ambientales
Copiar .env.example como .env
Llene los campos requeridos
Inspector
Desde la raíz
npx @modelcontextprotocol/inspector -e TENANT_ID=your_tenant_id -e CLIENT_ID=your_client_id -e CLIENT_SECRET=your_client_secret -e SITE_ID=your_site_id -e DRIVE_ID=your_drive_id -- node dist/index.jsUso con Claude Desktop
Para usar este servidor con la aplicación Claude Desktop, agregue la siguiente configuración a la sección "mcpServers" de su claude_desktop_config.json :
Estibador
Compilación y etiqueta de Docker
docker build -t mcp/sharepoint .
{
"mcpServers": {
"sharepoint": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e", "DOCKER_CONTAINER=true",
"-e", "TENANT_ID=your-tenant-id",
"-e", "CLIENT_ID=your-client-id",
"-e", "CLIENT_SECRET=your-client-secret",
"-e", "SITE_ID=your-site-id",
"-e", "DRIVE_ID=your-drive-id",
"mcp/sharepoint"
]
}
}
}Archivo de configuración de MCP
pnpm run build{
"mcpServers": {
"sharepoint": {
"command": "node",
"args": ["run", "start"],
"env": {
"TENANT_ID": "your-tenant-id",
"CLIENT_ID": "your-client-id",
"CLIENT_SECRET": "your-client-secret",
"SITE_ID": "your-site-id",
"DRIVE_ID": "your-drive-id",
}
}
}
}Licencia
Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de licencia en el repositorio del proyecto.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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.3810MIT
- AlicenseAqualityDmaintenanceProvides Claude with access to Microsoft SharePoint via the Microsoft Graph API, enabling folder management, document operations (upload, download, read, update, delete), and metadata management with secure OAuth 2.0 authentication.16MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage Microsoft SharePoint documents and folders through natural language, supporting operations like listing, reading, uploading, updating, deleting, and creating Office files.13MIT
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Search your knowledge bases from any AI assistant using hybrid RAG.
Appeared in Searches
- How to create, edit, and delete a Confluence page
- Automating Workflow for File Processing and Communication
- Automating File Processing and Communication Tasks
- A workflow for processing and sharing meeting-related materials
- A workflow for processing and summarizing voice recordings into meeting notes and sending emails
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/BrianCusack/mcpsharepoint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server