1. Conduid
  2. Developer Tools
  3. Sharepoint
MCP server · Developer Tools

Sharepoint

MCP server for SharePoint document libraries with audit-preserving checkout/checkin.

Unclaimed MIT last commit 9 months ago commerce
57Fair

Scored 20 days ago · breakdown

About Sharepoint

Sharepoint is an MCP server published by universal-mcp in the Developer Tools category: mCP server for SharePoint document libraries with audit-preserving checkout/checkin. It has been installed 0 times through Conduid.

The repository has 62 stars and 20 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-sharepoint
Claude Code
claude mcp add sharepoint -- npx -y mcp-sharepoint
npx
npx -y mcp-sharepoint
uvx
uvx mcp-server-sharepoint
pip
pip install mcp-server-sharepoint

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Sharepoint

Powered by Claude · Grounded in docs

I know everything about Sharepoint. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.2v0.1.2
v0.1.1v0.1.1

README

Sharepoint Universal MCP Server

This repository contains an implementation of an Sharepoint Universal MCP (Model Context Protocol) server. It provides a standardized interface for interacting with Sharepoint's tools and services through a unified API.

The server is built using the Universal MCP framework.

This implementation follows the MCP specification, ensuring compatibility with other MCP-compliant services and tools.

Usage

You can start using Sharepoint directly from agentr.dev. Visit agentr.dev/apps and enable Sharepoint.

If you have not used universal mcp before follow the setup instructions at agentr.dev/quickstart

Available Tools

The full list of available tools is at ./src/universal_mcp_sharepoint/README.md

Local Development

📋 Prerequisites

Ensure you have the following before you begin:

  • Python 3.11+ (recommended)
  • uv (install globally with pip install uv)

🛠️ Setup Instructions

Follow the steps below to set up your development environment:

  1. Sync Project Dependencies

    uv sync
    

    This installs all dependencies from pyproject.toml into a local virtual environment (.venv).

  2. Activate the Virtual Environment

    For Linux/macOS:

    source .venv/bin/activate
    

    For Windows (PowerShell):

    .venv\Scripts\Activate
    
  3. Start the MCP Inspector

    mcp dev src/universal_mcp_sharepoint/server.py
    

    This will start the MCP inspector. Make note of the address and port shown in the console output.

  4. Install the Application

    mcp install src/universal_mcp_sharepoint/server.py
    

📁 Project Structure

.
├── src/
│   └── universal_mcp_sharepoint/
│       ├── __init__.py       # Package initializer
│       ├── server.py         # Server entry point
│       ├── app.py            # Application tools
│       └── README.md         # List of application tools
├── tests/                    # Test suite
├── .env                      # Environment variables for local development
├── pyproject.toml            # Project configuration
└── README.md                 # This file

📄 License

This project is licensed under the MIT License.


Generated with MCP CLI — Happy coding! 🚀

README mirrored from the source repository 20 days ago. The original is authoritative.

Questions

About Sharepoint

How do I install Sharepoint?

Run npx mcp-sharepoint, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Sharepoint safe to use with an AI agent?

Its trust score is 57 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Sharepoint still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.