OneDrive MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | Client ID from Azure AD app registration | |
| TENANT_ID | Yes | Tenant ID from Azure AD | |
| USER_EMAIL | Yes | Email of the user with OneDrive | |
| CLIENT_SECRET | Yes | Client secret from Azure AD app registration |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_rootsA | Lista las raices disponibles: 'onedrive' (OneDrive personal) y 'aisquad' (carpeta compartida AI Squad de Johnny Ordonez). Usa estos prefijos para navegar, ej: 'onedrive/PROYECTOS BIT'. |
| list_filesA | Lista archivos y carpetas en una ruta. Usa prefijos de raiz: 'onedrive/carpeta' o 'aisquad/carpeta'. Si no se especifica ruta, lista la raiz de OneDrive. |
| get_fileA | Obtiene detalles (nombre, tipo, tamaño, fecha) de un archivo o carpeta. |
| read_fileB | Lee el contenido de un archivo de texto (txt, md, json, csv, etc.). |
| write_fileA | Crea o sobreescribe un archivo con el contenido especificado. Crea las carpetas intermedias si no existen. |
| create_folderA | Crea una carpeta (y subcarpetas intermedias si es necesario). |
| delete_fileA | Elimina un archivo o carpeta (con todo su contenido si es carpeta). Operacion irreversible. |
| move_fileC | Mueve o renombra un archivo o carpeta. |
| copy_fileB | Copia un archivo o carpeta a otra ubicacion. |
| search_filesA | Busca archivos y carpetas por nombre dentro de una carpeta (busqueda recursiva). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/emilychimbobit/BIT-OneDriveMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server