Sharepoint MCP Server
Sharepoint - WIP, R&D ATM 전용
조직 SharePoint에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜 서버입니다.
구현
요소 | 작업 | 의지 | 동적 리소스 | 도구 |
사용자 | ❌ | ❌ | ❌ | |
사용자 읽기 | ❌ | ❌ | ❌ | |
사용자 찾기 | ❌ | ❌ | ❌ | |
사이트 | ❌ | ❌ | ❌ | |
사이트 목록 | ✅ | ❌ | ❌ | |
사이트 세부 정보 가져오기 | ❌ | ❌ | ❌ | |
하위 사이트 만들기 | ❌ | ❌ | ❌ | |
사이트 삭제 | ❌ | ❌ | ❌ | |
드라이브 | ❌ | ❌ | ❌ | |
폴더 목록 | ❌ | ❌ | ❌ | |
폴더 검색 | ❌ | ❌ | ✅ | |
폴더 만들기 | ❌ | ❌ | ❌ | |
폴더 삭제 | ❌ | ❌ | ❌ | |
파일 업로드 | ❌ | ❌ | ❌ | |
목록 항목 | ❌ | ✅ | ❌ | |
파일 다운로드 | ❌ | ❌ | ✅ | |
파일 읽기 | ✅ | ❌ | ❌ | |
파일 이동 | ❌ | ❌ | ❌ | |
파일 복사 | ❌ | ❌ | ❌ | |
기울기 | ❌ | ❌ | ❌ | |
목록 만들기 | ❌ | ❌ | ❌ | |
읽기 목록 | ❌ | ❌ | ❌ | |
목록에 추가 | ❌ | ❌ | ❌ | |
업데이트 목록 | ❌ | ❌ | ❌ | |
목록 삭제 | ❌ | ❌ | ❌ | |
달력 | ❌ | ❌ | ❌ | |
이벤트 만들기 | ❌ | ❌ | ❌ | |
이벤트 읽기 | ❌ | ❌ | ❌ | |
이벤트 업데이트 | ❌ | ❌ | ❌ | |
이벤트 삭제 | ❌ | ❌ | ❌ |
프롬프트
문서 요약
관련 문서 찾기
탐색-폴더
Related MCP server: SharePoint MCP Server
환경 변수
.env.example을 .env로 복사합니다.
필수 필드를 채우세요
검사관
루트에서
지엑스피1
Claude Desktop과 함께 사용
Claude Desktop 앱과 함께 이 서버를 사용하려면 claude_desktop_config.json 의 "mcpServers" 섹션에 다음 구성을 추가하세요.
도커
Docker 빌드 및 태그
docker build -t mcp/sharepoint .
{
"mcpServers": {
"sharepoint": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"-e", "DOCKER_CONTAINER=true",
"-e", "TENANT_ID=your-tenant-id",
"-e", "CLIENT_ID=your-client-id",
"-e", "CLIENT_SECRET=your-client-secret",
"-e", "SITE_ID=your-site-id",
"-e", "DRIVE_ID=your-drive-id",
"mcp/sharepoint"
]
}
}
}MCP 구성 파일
pnpm run build{
"mcpServers": {
"sharepoint": {
"command": "node",
"args": ["run", "start"],
"env": {
"TENANT_ID": "your-tenant-id",
"CLIENT_ID": "your-client-id",
"CLIENT_SECRET": "your-client-secret",
"SITE_ID": "your-site-id",
"DRIVE_ID": "your-drive-id",
}
}
}
}특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Microsoft SharePoint sites, document libraries, and files through the Microsoft Graph API. Supports browsing, searching, uploading/downloading files, managing lists, and creating sharing links with secure OAuth authentication.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables browsing and interacting with Microsoft SharePoint sites and documents through Microsoft Graph API, supporting file search, site listing, document library browsing, and file content retrieval with OAuth2 authentication.3810MIT
- AlicenseAqualityDmaintenanceProvides Claude with access to Microsoft SharePoint via the Microsoft Graph API, enabling folder management, document operations (upload, download, read, update, delete), and metadata management with secure OAuth 2.0 authentication.16MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage Microsoft SharePoint documents and folders through natural language, supporting operations like listing, reading, uploading, updating, deleting, and creating Office files.13MIT
Related MCP Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Securely search and manage workspace context files for AI agents and teams.
Search your knowledge bases from any AI assistant using hybrid RAG.
Appeared in Searches
- How to create, edit, and delete a Confluence page
- Automating Workflow for File Processing and Communication
- Automating File Processing and Communication Tasks
- A workflow for processing and sharing meeting-related materials
- A workflow for processing and summarizing voice recordings into meeting notes and sending emails
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrianCusack/mcpsharepoint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server