Share point MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Share point MCP or direct API to search documents, share files, manage sites, and automate permissions through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Share point Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Share point now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Add Attachment to List ItemTool to add an attachment to a SharePoint list item.
Add Field Link to Content TypeTool to add a field link to a list content type.
Add Role Assignment to List ItemTool to add a role assignment to a list item.
Add Role Assignment to SharePoint ListTool to add a role assignment to a SharePoint list.
Break Role Inheritance on List ItemTool to break permission inheritance on a list item.
Break Role Inheritance on ListBreaks permission inheritance on a SharePoint list, allowing you to set unique permissions.
Check In SharePoint FileTool to check in a file.
Create Content TypeTool to create a new content type in SharePoint.
Create Drive Item Sharing LinkTool to create a sharing link for a drive item in SharePoint or OneDrive.
Create SharePoint List FieldTool to create a new field (column) in a SharePoint list.
Create SharePoint List Item by GUIDTool to create a new item in a SharePoint list using the list's GUID.
Create List Item in FolderTool to create a list item in a specific folder within a SharePoint list.
Create SharePoint SubsiteTool to create a new SharePoint subsite under the current site.
Delete Drive Item Version ContentTool to delete content for a specific version of a drive item in SharePoint.
Delete SharePoint FolderDeletes a folder from a SharePoint document library.
Delete SharePoint ListTool to delete a SharePoint list.
Delete SharePoint List By TitleTool to delete a SharePoint list by its title.
Delete SharePoint List ItemTool to delete a SharePoint list item.
Delete Recycle Bin Item PermanentlyTool to permanently delete a SharePoint Recycle Bin item.
Download File by Server-relative URLTool to download a file by server-relative URL.
Ensure SharePoint UserEnsures a user exists in a SharePoint site by their login name.
Follow SharePoint ActorFollow a SharePoint user, document, site, or tag.
Get All SharePoint FoldersTool to retrieve all folders in the SharePoint web.
Get SharePoint List ChangesTool to retrieve changes from SharePoint list change log.
Get Content TypeTool to retrieve a single SharePoint content type by its ID.
Get Site Content TypesRetrieves all content types from the current SharePoint site.
Get Content Types for ListTool to retrieve all content types for a specific SharePoint list by GUID.
Get SharePoint Context InfoTool to retrieve SharePoint context information including the form digest value.
Get Current SharePoint UserTool to retrieve the current user for the site.
Get Drive Item AnalyticsTool to get analytics for a SharePoint drive item.
Get Group UsersRetrieves all users who are members of a specified SharePoint group.
Get Group Users By IDTool to retrieve all users in a specific SharePoint site group by group ID.
Download List Item AttachmentTool to download an attachment from a SharePoint list item.
Get SharePoint List by GUIDTool to retrieve a SharePoint list by its GUID.
Get SharePoint List By TitleTool to retrieve a SharePoint list by its title.
Get Content Type by IDTool to retrieve a specific content type from a SharePoint list by its ID.
Get List Item by IDTool to retrieve a SharePoint list item by ID.
Get SharePoint List ItemsTool to retrieve items from a SharePoint list.
Get SharePoint List Items by GUIDTool to retrieve items from a SharePoint list using its GUID.
Get List Item VersionTool to retrieve a specific version of a SharePoint list item.
Get Followed EntitiesTool to get entities the current user is following.
Get My FollowersRetrieves the list of users who are following the authenticated user in SharePoint.
Get Role DefinitionsTool to list role definitions at the web level.
Get SharePoint Site Collection InfoTool to fetch site collection metadata (URL, ID, root web URI) only—not list item or document-level details.
Get Site Drive Item by PathTool to retrieve a file or folder by its server-relative path in a SharePoint site.
Get SharePoint Site Page ContentTool to retrieve modern SharePoint Site Pages content by reading list item fields.
Get User Effective Permissions on WebGet a user's effective permissions on the current SharePoint site (Web).
Get SharePoint Webhook SubscriptionTool to retrieve a specific webhook subscription by ID from a SharePoint list.
Get SharePoint Webhook SubscriptionsTool to retrieve all webhook subscriptions on a SharePoint list.
Get SharePoint Web InfoTool to retrieve information about the current SharePoint web (site) using REST API.
Check Follow StatusTool to check if the current user is following a specified actor.
List SharePoint ListsRetrieves all lists in the current SharePoint web/site.
List Drive ChildrenTool to list children (files and folders) in a SharePoint drive using REST API v2.
List Recently Modified Drive ItemsTool to list recently modified items in a SharePoint drive using Microsoft Graph API.
List Drives via SharePoint REST APITool to retrieve drives using SharePoint REST API v2.
List Files in FolderTool to list files within a SharePoint folder (non-recursive; does not enumerate subfolders).
List Item AttachmentsTool to list all attachments for a SharePoint list item.
List SharePoint List ColumnsTool to list all column definitions in a SharePoint list.
List Recycle Bin ItemsTool to list items in the SharePoint Recycle Bin.
List Site GroupsTool to list SharePoint site groups for a site collection.
List SharePoint SitesTool to retrieve all SharePoint sites accessible to the user.
List Site UsersTool to list users in the site collection.
List Subfolders in FolderTool to list immediate child folders within a SharePoint folder.
Log SharePoint EventLog custom usage analytics events in SharePoint for tracking user activities.
Recycle SharePoint FileTool to move a file to the Recycle Bin.
Recycle SharePoint List ItemTool to move a list item to the Recycle Bin.
Rename SharePoint FolderRenames a SharePoint folder by updating its list item metadata.
Render List Data As StreamRetrieve list items from SharePoint with rich metadata and formatting.
Restore Drive Item VersionTool to restore a previous version of a SharePoint drive item.
Restore Recycle Bin ItemTool to restore a SharePoint Recycle Bin item.
Search SharePoint SiteSearch SharePoint content using Keyword Query Language (KQL).
Search SuggestTool to get search query suggestions.
Check Out SharePoint FileTool to check out a file in a document library.
Create SharePoint FolderCreates a new folder in SharePoint using the REST API.
Create SharePoint ListCreates a new list in SharePoint using the REST API.
Create SharePoint List ItemCreates a new item in a SharePoint list.
Find SharePoint UserSearches for a user in the SharePoint site by email address and returns their profile information if found.
Remove SharePoint UserRemoves a user from SharePoint.
Undo SharePoint File CheckoutTool to undo a file checkout, discarding any changes made while checked out.
Update SharePoint Content TypeTool to update a SharePoint content type's properties such as name, description, group, or hidden status.
Update Drive ItemTool to update the properties of a drive item (file or folder) in SharePoint using SharePoint REST API.
Update SharePoint ListTool to update properties of an existing SharePoint list.
Update SharePoint List ItemTool to update fields on an existing SharePoint list item.
Update SharePoint SiteTool to update properties of the current SharePoint site (web).
Upload File to FolderTool to upload a file to a SharePoint document library or folder.
Upload File from URL to SharePointTool to fetch a file from a URL and upload it to SharePoint.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Share point tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Create a new SharePoint folder called "Project Docs" in the Marketing site')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Share point Integration

  • Supports both Share point MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Share point data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Share point access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Share point
  • Scoped, least privilege access to Share point resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Share point with Composio?

No, you can get started immediately using Composio's built-in Share point app. For production, we recommend configuring your own OAuth credentials.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.