SharePoint MCP server
by bindresearch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind address. | 127.0.0.1 |
| MCP_PORT | No | HTTP port. | 8000 |
| LOG_LEVEL | No | Server log level. | INFO |
| MCP_TRANSPORT | No | Transport to use: stdio or streamable-http. | stdio |
| AZURE_CLIENT_ID | Yes | The Entra application/client ID. | |
| AZURE_TENANT_ID | Yes | The Entra tenant ID. | |
| MAX_DOWNLOAD_MB | No | Largest document that can be read. | 100 |
| GRAPH_MAX_RETRIES | No | Retries for throttling and transient failures. | 4 |
| MAX_SEARCH_RESULTS | No | Largest accepted search page. | 50 |
| SPOOL_THRESHOLD_MB | No | Memory threshold before a download uses a temporary file. | 8 |
| AZURE_CLIENT_SECRET | Yes | The Entra client secret value. | |
| GRAPH_SEARCH_REGION | Yes | Microsoft Search region for application-permission requests. Use the Microsoft 365 data location for the tenant. | |
| SHAREPOINT_SITE_URLS | Yes | Semicolon-separated list of SharePoint site URLs to search. | |
| MAX_SECTION_CHARACTERS | No | Maximum extracted section size. | 8000 |
| MAX_RESPONSE_CHARACTERS | No | Largest extracted-text response. | 50000 |
| MAX_EXTRACTED_CHARACTERS | No | Extraction safety limit per document. | 20000000 |
| EXTRACTION_TIMEOUT_SECONDS | No | Text-extraction timeout. | 120 |
| GRAPH_REQUEST_TIMEOUT_SECONDS | No | Graph HTTP timeout. | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues