Metadata-Version: 2.3
Name: microsoft-drive-mcpserver
Version: 0.1.4
Summary: Microsoft OneDrive MCP Server
License: MIT
Author: yanrujing
Author-email: rujing.yan@protagonist-ai.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: mcp (>=1.6.0,<2.0.0)
Description-Content-Type: text/markdown

# Microsoft OneDrive MCP

A Model Context Protocol (MCP) server that provides access to Microsoft OneDrive files and folders.


[API DOC](https://learn.microsoft.com/en-us/graph/api/driveitem-get?view=graph-rest-1.0&tabs=http)

```json

{
  "mcpServers": {
    "microsoft-drive": {
      "env": {
        "MS_CLIENT_ID": "MS_CLIENT_ID",
        "MS_CLIENT_SECRET": "MS_CLIENT_SECRET",
        "MS_ACCESS_TOKEN": "MS_ACCESS_TOKEN",
        "MS_REFRESH_TOKEN": "MS_REFRESH_TOKEN"
      },
      "command": "uvx",
      "args": [
        "microsoft-drive-mcpserver"
      ]
    }
  }
}
```
