HarborHarbor
DocumentationGuidesPlugins
All plugins

SharePoint

Search, read, create, update, and manage SharePoint sites, lists, folders, and files

composioCategory: storagePopularity 40sharepoint

Search, read, create, update, and manage SharePoint sites, lists, folders, and files

Install

hrbr plugins install sharepoint-mcp

Quick start

hrbr exec 'return await sharepoint.list({})'

Or from a Function:

import { defineOrbitJob } from "@hrbr/orbit";

export default defineOrbitJob({
  name: "sharepoint-mcp-example",
  handler: async (ctx) => {
    return await ctx.plugins.sharepoint.list({ limit: 5 });
  },
});

Tools

See available tools with:

hrbr plugins tools sharepoint-mcp

Or open the dashboard plugin page for the live tool list.