claude-for-msft-365-install
Provision direct cloud access (Vertex AI, Bedrock, or LLM gateway) for the Claude Office add-in. Generates the customized add-in manifest, walks through Azure admin consent, and writes per-user config via Microsoft Graph extension attributes.
pinned to #4aa51edupdated 2 weeks ago
Ask your AI client: “install plugins/claude-for-msft-365-install”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/claude-for-msft-365-installmetahub onboarded this repo on the author's behalf.
If you own github.com/anthropics/financial-services on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
33,359
Last commit
2 weeks ago
Latest release
published
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.4aa51ed· 2 weeks ago
Documentation
41Description quality
34 words · 242 chars — "Provision direct cloud access (Vertex AI, Bedrock, or LLM gateway) for the Claud…"
README is present and substantial
16,294 chars · 11 sections · 4 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Getting Started
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrent4aa51edwarn2 weeks ago
Contents
Claude for Office — Direct Cloud Setup
Admin tooling for configuring the Claude Office add-in to call your own cloud (Vertex AI, Bedrock, or an LLM gateway) instead of Anthropic's API.
Install
claude plugin marketplace add anthropics/financial-services
claude plugin install claude-for-msft-365-install@claude-for-financial-services
Then inside the session: /claude-for-msft-365-install:setup
Update
Pull the latest version of the plugin:
claude plugin update claude-for-msft-365-install@claude-for-financial-services
Restart the session to apply. Re-run /claude-for-msft-365-install:setup only
if you need to regenerate the manifest with new options.
Bootstrap
For per-user MCP servers, skills, or dynamic config, host a bootstrap endpoint and point the add-in at it:
claude plugin marketplace add anthropics/financial-services # if not already added
claude plugin install claude-for-msft-365-install@claude-for-financial-services
Then inside the session: /claude-for-msft-365-install:bootstrap
Commands
| Command | What it does |
|---|---|
/claude-for-msft-365-install:setup | Interactive wizard — provisions cloud resources, admin consent, writes manifest |
/claude-for-msft-365-install:manifest | Generate the customized add-in manifest XML |
/claude-for-msft-365-install:consent | Azure admin consent URL for the add-in's app registration |
/claude-for-msft-365-install:update-user-attrs | Write per-user config via Microsoft Graph extension attributes |
/claude-for-msft-365-install:bootstrap | Build the bootstrap endpoint — per-user MCP servers, skills, dynamic config |
/claude-for-msft-365-install:debug | Diagnose deployment issues — stale config, connect failures, missing add-in |
Reviews
No reviews yet. Be the first.
Related
explanatory-output-style
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
serena
Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.
superpowers-symfony
A Symfony-focused toolkit for Claude Code providing TDD (Pest/PHPUnit), Doctrine ORM, API Platform, Messenger, Voters, quality checks (PHP-CS-Fixer/PHPStan), and pragmatic architecture patterns - Docker Compose and Symfony Docker (FrankenPHP) compatible
mh install plugins/claude-for-msft-365-install