# Connect Microsoft SharePoint with Unblocked to give AI agents your docs

URL: https://getunblocked.com/integrations/microsoft-sharepoint/

Unblocked integrates with Microsoft SharePoint to give AI coding agents and developers cited context from your site pages and document libraries — reconciled with your code, pull requests, and tickets.

---

## Microsoft SharePoint integration details

- **Category:** Knowledge
- **Indexed data:** documents, pages, sites
- **Supported products:** Microsoft SharePoint
- **Works with:** Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, VS Code — via one MCP server connection
- **Content reviewed:** July 20, 2026
- **Documentation:** <https://docs.getunblocked.com/data-sources/microsoft-sharepoint>
- **Website:** <https://www.microsoft.com/en-us/microsoft-365/sharepoint/collaboration>

## What the Microsoft SharePoint integration adds

SharePoint commonly holds policies, project specifications, runbooks, and Office documents that are difficult to discover from a repository. Unblocked makes the selected sites part of an agent’s evidence set and keeps the source link attached for verification.

SharePoint context is reconciled with your code, pull requests, tickets, and chat, so an agent can pull the document that explains how and why something works — not just the code.

Once connected, any MCP-compatible coding agent — Claude Code, Cursor, Windsurf, GitHub Copilot, Codex — can pull this context through a single Unblocked MCP server connection.

### What you get

- **Site pages and files** — Unblocked indexes SharePoint site pages and supported document-library files (PDF, Word, PowerPoint, Excel, text, Markdown, CSV, HTML, and images) and cites the source.
- **Site-level scoping** — Add all sites for the best coverage, or restrict to a subset depending on your team’s needs.
- **Permission-aware answers** — With Data Shield, Unblocked respects per-user SharePoint permissions so answers never leak content a user can’t see.
- **Cross-source synthesis** — SharePoint documents are combined with your code, pull requests, Jira tickets, and Teams conversations into a single knowledge graph.

## How to connect Microsoft SharePoint to Unblocked

Prerequisites:

- An Unblocked account (free to start).
- A Microsoft SharePoint admin — required to connect a SharePoint site to Unblocked.
- An MCP-compatible coding agent (Claude Code, Cursor, Windsurf, etc.) to use the context in your editor.

### Step 1: Connect Microsoft SharePoint to Unblocked

1. As a SharePoint admin, in Unblocked go to Settings → Data Sources, click Connect Another, and under Documentation select Microsoft SharePoint.
2. Authorize your Microsoft account with Unblocked.
3. Select the sites to index (all, or a subset).
4. Click Save Settings — Unblocked begins referencing the pages and files in those sites.

See the complete setup guide, screenshots, and troubleshooting: <https://docs.getunblocked.com/data-sources/microsoft-sharepoint>

### Step 2: Install the Unblocked MCP server

On macOS, one command auto-detects and configures your supported agents (Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, VS Code):

```bash
curl -fsSL https://getunblocked.com/install-mcp.sh | bash
```

The install script supports macOS only. On Windows or Linux, add the server manually using the configuration below, or follow the manual install guide: <https://docs.getunblocked.com/unblocked-mcp/mcp-overview#install-windows-%2F-linux-%2F-other>

Claude Code — add the remote server, then run /mcp in Claude Code, select unblocked, and log in via OAuth:

```bash
claude mcp add -s user --transport http unblocked https://getunblocked.com/api/mcpsse
```

Cursor — open View: Open MCP Settings → Add Custom MCP, add the server, then click Connect to authenticate via OAuth:

```json
{
  "mcpServers": {
    "unblocked": {
      "url": "https://getunblocked.com/api/mcpsse"
    }
  }
}
```

Any MCP-compatible client (Windsurf, Codex, VS Code, Claude Desktop, and others) can connect to the remote server with OAuth: `https://getunblocked.com/api/mcpsse`

## Connect Microsoft SharePoint to Claude Code, Cursor, and other AI agents

To give Claude Code, Cursor, GitHub Copilot, Codex, or another MCP-compatible AI coding agent access to Microsoft SharePoint context, connect Microsoft SharePoint to Unblocked and add the single Unblocked MCP server to your agent.

Unblocked acts as the MCP context layer for your Microsoft SharePoint data, searching documents, pages, sites alongside your other connected sources and returning cited results through these tools:

- **`context_research`** — Multi-source research across your SharePoint pages and files, plus your code, pull requests, and other connected sources. Returns a synthesized answer with citations back to the document or page it used.
- **`context_get_urls`** — Fetches the full content behind a SharePoint page or file URL your agent encounters — plus GitHub, Jira, Linear, Confluence, Slack, and more.

## Questions to ask an AI agent about Microsoft SharePoint

Questions you (or your agent) can ask Unblocked about your Microsoft SharePoint data:

- "What does the SharePoint runbook say about our failover process?"
- "Where is the security policy document for our team?"
- "What are the requirements in the latest project spec?"
- "Which SharePoint page covers our onboarding checklist?"

## Related integrations

- [Confluence](https://getunblocked.com/integrations/confluence/) — Pages and blog posts from the Confluence spaces you select — including rendered macro content — indexed and cited in answers.
- [Google Drive](https://getunblocked.com/integrations/google-drive/) — Google Docs, Sheets, Slides, text files, and PDFs from the files, folders, and shared drives you choose — searchable alongside code and engineering history.
- [Notion](https://getunblocked.com/integrations/notion/) — Pages from your Notion workspaces, indexed as cited sources so answers can draw on specs, wikis, and design docs.
- [Microsoft Teams](https://getunblocked.com/integrations/microsoft-teams/) — Public and private channel conversations from Microsoft Teams — indexed with access permissions respected, with Q&A via @mention.

## Get started with Unblocked

- Start a free trial: <https://getunblocked.com/dashboard/get-started>
- Pricing: <https://getunblocked.com/pricing/>
- Documentation: <https://docs.getunblocked.com/data-sources/microsoft-sharepoint>
- All integrations: <https://getunblocked.com/integrations/>
