
ODSP Remote MCP Server
Connect your agent to OneDrive and SharePoint document operations through Microsoft’s hosted ODSP remote MCP.
Overview
ODSP Remote MCP Server is a MCP server for the Build phase that connects agents to OneDrive and SharePoint via Microsoft’s Agent 365 remote endpoint.
What is this MCP server?
- Remote OneDrive and SharePoint MCP (ODSP Remote MCP Server)
- Streamable-http on Agent 365 with mandatory Entra tenant_id
- Version 1.0.0 from Microsoft MCP Platform (bap-microsoft/MCP-Platform)
- Endpoint: mcp_ODSPRemoteServer under tenants/{tenant_id}
- Designed for agent access to Microsoft 365 document surfaces
- Version 1.0.0 in server metadata
- One required variable: tenant_id
- Remote type: streamable-http to mcp_ODSPRemoteServer
What problem does it solve?
Builders reimplement Graph file access for every agent that should touch OneDrive or SharePoint in a Microsoft tenant.
Who is it for?
Solo builders shipping M365-integrated agents that need OneDrive/SharePoint reach without custom Graph file clients.
Skip if: Google Drive-only stacks, purely local repos, or teams without Agent 365 / Entra remote MCP access.
What do I get? / Deliverables
You register one remote ODSP MCP server so agents can work with M365 document locations using your Entra tenant_id.
- Registered ODSP Remote MCP connection for OneDrive/SharePoint
- Agent-callable document operations against M365 storage
- Reduced custom Graph file integration code in the build phase
Recommended MCP Servers
Journey fit
How it compares
Hosted Microsoft ODSP remote MCP, not a generic S3 or local-filesystem MCP server.
Common Questions / FAQ
Who is com.microsoft/workiq-odspremoteserver for?
Builders on Microsoft 365 who want MCP-driven OneDrive and SharePoint access from Claude Code, Cursor, or similar clients.
When should I use com.microsoft/workiq-odspremoteserver?
Use it during integrations when your agent must interact with files stored in OneDrive or SharePoint in a specific Entra tenant.
How do I add com.microsoft/workiq-odspremoteserver to my agent?
Configure the Agent 365 ODSP remote MCP URL with streamable-http and supply your Microsoft Entra tenant_id in the server variables.