← Reddit

Excel/OneDrive (personal)

Reddit · derekoh · July 27, 2026
Claude currently lacks native support for reading and editing Excel files stored in personal OneDrive accounts, as the existing M365 connector only supports work or school accounts. No existing MCP server provides this functionality. Someone is attempting to develop a custom MCP server to bridge this gap, though implementation is proving difficult.

Detailed Analysis

A recent Reddit thread in r/ClaudeAI highlights a persistent gap in Anthropic's connector ecosystem: the lack of native support for personal Microsoft accounts. The user in question wants Claude to read and edit an Excel file stored on a personal OneDrive account, but discovers that Anthropic's official Microsoft 365 connector is scoped exclusively to work or school (Azure AD/Entra ID) accounts. Consumer-tier Microsoft accounts—the kind tied to a personal Outlook.com or Hotmail address—are simply not supported, leaving individual users without an enterprise subscription unable to leverage the integration that business users take for granted. Having struck out on official support, the user then searched for a community-built MCP (Model Context Protocol) server that could bridge this gap, came up empty, and is now attempting to build a custom MCP server themselves, describing the process as "trickier than it should" be.

This scenario is emblematic of a broader pattern in how Anthropic has rolled out its connector and integration ecosystem since introducing MCP as an open standard in late 2024. MCP was designed precisely to let third parties build these bridges without waiting on Anthropic, and a robust ecosystem of community servers has emerged for tools like GitHub, Slack, Postgres, and Google Drive. Yet coverage remains uneven, and Microsoft's own account architecture—splitting consumer and enterprise identity systems (Microsoft Account vs. Azure AD)—adds real technical complexity that individual developers often underestimate. OAuth flows, API scopes, and Graph API permissions differ meaningfully between the two account types, which is likely why the user is finding custom MCP development harder than anticipated.

The underlying tension here is a familiar one in enterprise-software-turned-consumer-tool stories: features are frequently built first for business customers, where the licensing revenue and support contracts justify the engineering investment, while individual "prosumer" users are left to fend for themselves with DIY workarounds. For a company like Anthropic, prioritizing the M365 connector for work/school accounts makes commercial sense given its enterprise push with Claude for Work and increasing focus on Claude Code and agentic workflows in professional settings. But it leaves a visible gap for solo users, freelancers, and small-scale operators who rely on personal Microsoft ecosystems for everyday file storage and don't have access to organizational tenants.

More broadly, this thread reflects how much of the current AI agent experience still depends on the surrounding plumbing—OAuth scopes, API permissions, and connector maintenance—rather than model capability itself. Claude's underlying ability to reason about and edit spreadsheet data is not in question; the bottleneck is entirely about access and authentication infrastructure. As MCP adoption grows, expect continued community effort to fill exactly these kinds of gaps, alongside pressure on Anthropic to either expand official connector coverage to consumer identity providers or to make MCP server development more approachable for non-expert users hoping to stitch together their own integrations.

Read original article →