ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Microsoft SharePoint with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Let your AI agent manage and query your SharePoint lists directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Microsoft SharePoint capability set.

These are the exact actions your AI can choose when you ask it to work with Microsoft SharePoint.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Microsoft SharePoint.

  1. 01

    Create list item

    Adds a new row to a specific SharePoint list. You provide a JSON object mapping your column names to the new values.

  2. 02

    List sites

    Finds the SharePoint sites your user has permission to access. This is the first step for discovering where your data lives.

  3. 03

    Get site

    Retrieves specific details for a single SharePoint site using its hostname, subsite path, or GUID.

  4. 04

    List lists

    Shows all the lists contained within a specific SharePoint site so you can see what data is available.

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Microsoft SharePoint.

  1. 05

    Update list item

    Modifies existing rows in a SharePoint list. Use the item ID from a previous search to change specific field values.

  2. 06

    Get list item

    Reads every field for a single, specific row in a SharePoint list.

  3. 07

    List list items

    Fetches rows from a known SharePoint list. You can use filters to narrow down the results.

  4. 08

    Search site items

    Performs a site-wide search across all lists and documents to find specific information.

One connector, every AI

Microsoft SharePoint works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Microsoft SharePoint to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Observed, not estimated

976ms average. Fast in production.

Microsoft SharePoint is checked daily against the live service.

Daily averagePeak 976ms
Sep 19Today
Fastest day
976ms
Slowest day
976ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Microsoft SharePoint, so you can see the experience inside your AI.

It does not authenticate your account with Microsoft SharePoint. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Microsoft SharePoint Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_hyjyQgdN2FnwmgX3Ydx6zaDRCga9cUDBFLvSmJaf/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Microsoft SharePoint capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "microsoft-sharepoint-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_hyjyQgdN2FnwmgX3Ydx6zaDRCga9cUDBFLvSmJaf/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? How to give Claude access to Microsoft SharePoint

See all the AI clients this connector works with ↑

Who it's for

Built for the work Microsoft SharePoint owners hand off.

This MCP is built for professionals who manage high volumes of structured data within the Microsoft ecosystem.

  • 01

    Operations Teams

    They hand off task updates and request tracking to the agent.

  • 02

    Analysts

    They use the agent to pull structured data for reporting without manual exports.

  • 03

    Administrative Assistants

    They delegate finding specific records across dozens of different lists.

FAQ

Questions Microsoft SharePoint owners ask.

  • 01

    How do I connect my AI client to SharePoint?

    You subscribe to the MCP on Vinkius and connect via OAuth 2.0. This handles the authentication through your Microsoft account.

  • 02

    What permissions are required?

    You need to register an Entra application with Microsoft Graph delegated permissions such as Sites.Read, Sites.ReadWrite, or Sites.Manage.

  • 03

    Can the agent search for files, not just list rows?

    Yes, the search_site_items capability allows the agent to search across both lists and documents within a site.

  • 04

    Will large lists crash my AI agent?

    No, the MCP uses paging for all list operations to ensure your agent only receives manageable amounts of data.

  • 05

    How does the agent know which columns to update?

    The agent uses the exact internal column names. You can have the agent read an existing item first to learn the correct field shapes.