MCP server intelligence profile

OneDrive MCP Server

Connects Claude with OneDrive via Microsoft Graph API to list, search, create, move, copy, and share files

Local Onlyemilychimbobit
Awaiting current scanSource Git · 68f6c47373cfd12687a83cc1a8ce01e20218d7a4

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
10Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugonedrive-mcp-server-8d1f2342DeploymentLocal Only
Canonical packageRepositoryemilychimbobit/BIT-OneDriveMCP
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitemilychimbobit/bit-onedrivemcp68f6c47373cfd12687a83cc1a8ce01e20218d7a41Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitemilychimbobit/bit-onedrivemcp68f6c47373cfd12687a83cc1a8ce01e20218d7a4CurrentAug 25, 202610 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
onedrive-mcpServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 10

ToolCategoryAnnotationsRisk
copy_fileCopia un archivo o carpeta a otra ubicacion.
Input schema
{
  "type": "object",
  "properties": {
    "sourcePath": {
      "type": "string",
      "description": "Ruta origen con prefijo"
    },
    "destinationPath": {
      "type": "string",
      "description": "Ruta destino con prefijo"
    }
  },
  "required": [
    "sourcePath",
    "destinationPath"
  ]
}
create_folderCrea una carpeta (y subcarpetas intermedias si es necesario).
Input schema
{
  "type": "object",
  "properties": {
    "folderPath": {
      "type": "string",
      "description": "Ruta completa con prefijo de la carpeta a crear, ej: 'onedrive/PROYECTOS BIT/NuevaCarpeta'"
    }
  },
  "required": [
    "folderPath"
  ]
}
delete_fileElimina un archivo o carpeta (con todo su contenido si es carpeta). Operacion irreversible.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Ruta con prefijo del archivo o carpeta a eliminar"
    }
  },
  "required": [
    "filePath"
  ]
}
get_fileObtiene detalles (nombre, tipo, tamaño, fecha) de un archivo o carpeta.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Ruta con prefijo, ej: 'onedrive/PROYECTOS BIT/archivo.docx'"
    }
  },
  "required": [
    "filePath"
  ]
}
list_filesLista 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.
Input schema
{
  "type": "object",
  "properties": {
    "folderPath": {
      "type": "string",
      "description": "Ruta con prefijo, ej: 'onedrive/PROYECTOS BIT' o 'aisquad/Exploraciones'"
    }
  }
}
list_rootsLista las raices disponibles: 'onedrive' (OneDrive personal) y 'aisquad' (carpeta compartida AI Squad de Johnny Ordonez). Usa estos prefijos para navegar, ej: 'onedrive/PROYECTOS BIT'.
Input schema
{
  "type": "object",
  "properties": {}
}
move_fileMueve o renombra un archivo o carpeta.
Input schema
{
  "type": "object",
  "properties": {
    "sourcePath": {
      "type": "string",
      "description": "Ruta origen con prefijo"
    },
    "destinationPath": {
      "type": "string",
      "description": "Ruta destino con prefijo (incluye el nuevo nombre si renombras)"
    }
  },
  "required": [
    "sourcePath",
    "destinationPath"
  ]
}
read_fileLee el contenido de un archivo de texto (txt, md, json, csv, etc.).
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Ruta con prefijo del archivo a leer"
    }
  },
  "required": [
    "filePath"
  ]
}
search_filesBusca archivos y carpetas por nombre dentro de una carpeta (busqueda recursiva).
Input schema
{
  "type": "object",
  "properties": {
    "folderPath": {
      "type": "string",
      "description": "Carpeta donde buscar, ej: 'onedrive' o 'aisquad/Exploraciones'"
    },
    "query": {
      "type": "string",
      "description": "Texto a buscar en el nombre del archivo"
    }
  },
  "required": [
    "folderPath",
    "query"
  ]
}
write_fileCrea o sobreescribe un archivo con el contenido especificado. Crea las carpetas intermedias si no existen.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Ruta con prefijo del archivo a escribir"
    },
    "content": {
      "type": "string",
      "description": "Contenido del archivo"
    }
  },
  "required": [
    "filePath",
    "content"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

OneDrive MCP Server questions

How do I install OneDrive MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does OneDrive MCP Server provide?

OneDrive MCP Server exposed 10 tools during independent protocol observation, including copy_file, create_folder, delete_file, get_file, list_files, list_roots, move_file, read_file, and others.

Is OneDrive MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.