RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.okapi-ca/ms-365-admin · v0.6.3
Microsoft 365 administration via Graph API application permissions (read-only by default).
Microsoft 365 Admin 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ms-365-admin": {
"command": "npx",
"args": [
"-y",
"@okapi-ca/ms-365-admin-mcp-server"
],
"env": {
"MS365_ADMIN_MCP_TENANT_ID": "<MS365_ADMIN_MCP_TENANT_ID>",
"MS365_ADMIN_MCP_CLIENT_ID": "<MS365_ADMIN_MCP_CLIENT_ID>",
"MS365_ADMIN_MCP_CLIENT_SECRET": "<MS365_ADMIN_MCP_CLIENT_SECRET>"
}
}
}
}MS365_ADMIN_MCP_TENANT_ID必填Azure AD tenant ID (specific GUID, not 'common').
MS365_ADMIN_MCP_CLIENT_ID必填App registration client ID with the required application permissions.
MS365_ADMIN_MCP_CLIENT_SECRET必填secretApp registration client secret. Prefer Azure Key Vault via MS365_ADMIN_MCP_KEYVAULT_URL for production.
MS365_ADMIN_MCP_KEYVAULT_URL可选Optional Azure Key Vault URL. When set, secrets are pulled from the vault and override the env-var values above.
MS365_ADMIN_MCP_CLOUD_TYPE可选Cloud environment: 'global' (default) or 'china' (21Vianet).
MS365_ADMIN_MCP_MAX_TOP可选Cap on the $top query parameter to limit result size.
READ_ONLY可选Set to 'true' or '1' to force read-only mode (default behavior; mutations require --allow-writes).
ENABLED_TOOLS可选Regex to filter the catalog of available tools.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.okapi-ca/ms-365-admin",
"type": "mcp-server",
"version": "0.6.3",
"displayName": "Microsoft 365 Admin",
"description": "Microsoft 365 administration via Graph API application permissions (read-only by default).",
"repository": {
"url": "https://github.com/okapi-ca/ms-365-admin-mcp-server",
"source": "github"
},
"homepage": "https://github.com/okapi-ca/ms-365-admin-mcp-server",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@okapi-ca/ms-365-admin-mcp-server",
"version": "0.6.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "MS365_ADMIN_MCP_TENANT_ID",
"description": "Azure AD tenant ID (specific GUID, not 'common').",
"isRequired": true
},
{
"name": "MS365_ADMIN_MCP_CLIENT_ID",
"description": "App registration client ID with the required application permissions.",
"isRequired": true
},
{
"name": "MS365_ADMIN_MCP_CLIENT_SECRET",
"description": "App registration client secret. Prefer Azure Key Vault via MS365_ADMIN_MCP_KEYVAULT_URL for production.",
"isRequired": true,
"isSecret": true
},
{
"name": "MS365_ADMIN_MCP_KEYVAULT_URL",
"description": "Optional Azure Key Vault URL. When set, secrets are pulled from the vault and override the env-var values above."
},
{
"name": "MS365_ADMIN_MCP_CLOUD_TYPE",
"description": "Cloud environment: 'global' (default) or 'china' (21Vianet)."
},
{
"name": "MS365_ADMIN_MCP_MAX_TOP",
"description": "Cap on the $top query parameter to limit result size."
},
{
"name": "READ_ONLY",
"description": "Set to 'true' or '1' to force read-only mode (default behavior; mutations require --allow-writes)."
},
{
"name": "ENABLED_TOOLS",
"description": "Regex to filter the catalog of available tools."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.okapi-ca/ms-365-admin",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.okapi-ca%2Fms-365-admin/versions/latest",
"isOfficial": true,
"status": "active"
}
}