Entra IDアプリ登録なしで、認証済みMicrosoft EdgeセッションからSharePoint Onlineを読み取り専用で検索・参照し、ChatGPTへ接続するMCPサーバー。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sharepoint-browser-m": {
"command": "npx",
"args": [
"-y",
"ma-nakaya/sharepoint-browser-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sharepoint-browser-m npx -y ma-nakaya/sharepoint-browser-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sharepoint-browser-m": {
"command": "npx",
"args": [
"-y",
"ma-nakaya/sharepoint-browser-mcp-server"
]
}
}
}