Official Microsoft Learn remote MCP server that gives AI agents real-time access to Microsoft documentation search, page fetch, and code sample search.
by Microsoft · submitted by JSONbored·added 2026-06-05·
The server is documentation-focused, but retrieved docs can still influence generated commands; review commands before running them., Remote MCP availability and schema can change, so verify client compatibility before depending on it in automation.
Privacy notes
Prompts and queries sent to a remote MCP server can reveal product names, architecture details, or error messages., Avoid sending customer identifiers or private tenant data when documentation search is enough.
Author
Microsoft
Submitted by
JSONbored
Claim status
unclaimed
Last verified
2026-06-05
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
2 safety and 2 privacy notes across 3 risk areas. Review closely: network access.
3 areas
SafetyExecution & processesThe server is documentation-focused, but retrieved docs can still influence generated commands; review commands before running them.
SafetyNetwork accessRemote MCP availability and schema can change, so verify client compatibility before depending on it in automation.
PrivacyNetwork accessPrompts and queries sent to a remote MCP server can reveal product names, architecture details, or error messages.
PrivacyGeneralAvoid sending customer identifiers or private tenant data when documentation search is enough.
Safety notes
The server is documentation-focused, but retrieved docs can still influence generated commands; review commands before running them.
Remote MCP availability and schema can change, so verify client compatibility before depending on it in automation.
Privacy notes
Prompts and queries sent to a remote MCP server can reveal product names, architecture details, or error messages.
Avoid sending customer identifiers or private tenant data when documentation search is enough.
Prerequisites
An MCP-compatible client that supports remote HTTP MCP servers.
Network access to learn.microsoft.com.
A Microsoft technology question where official Learn grounding is useful.
Microsoft Learn MCP Server exposes Microsoft Learn documentation through Model
Context Protocol so agents can search and fetch official Microsoft content while
answering development questions. Microsoft describes the server as a remote MCP
endpoint backed by the Learn knowledge service, with tools for documentation
search, full-page fetch, and code sample search.
Features
Remote MCP endpoint at https://learn.microsoft.com/api/mcp.
Official Microsoft source for Learn documentation grounding.
Documentation search that returns titles, content sections, and source URLs.
Page fetch for full article context.
Code sample search for language-specific examples.
Useful for Azure, .NET, Microsoft 365, Power Platform, Microsoft Foundry, and other Microsoft stack workflows.
Installation
For clients that support remote HTTP MCP servers, register the endpoint as a
remote server. In Claude Code, start with:
claude mcp add --transport http microsoft-learn https://learn.microsoft.com/api/mcp
If your client has a JSON configuration file, add the endpoint as a remote MCP
server and restart the client. Verify by asking for a Microsoft Learn-backed docs
search on a small topic.
Example Prompt
Use Microsoft Learn MCP to find the current Azure Functions timer trigger docs,
then summarize the required CRON expression format and cite the source URL.
Safety and Privacy
This server is documentation-oriented and does not need access to your local
files. The main risk is overtrusting generated implementation commands. Treat the
retrieved docs as source material, then review generated code and deployment
commands normally.
Duplicate Check
Existing entries cover Azure MCP and GitHub MCP. This entry is specific to the
Microsoft Learn documentation server and its remote learn.microsoft.com MCP
endpoint.
Show that Microsoft Learn MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/microsoft-learn-mcp-server)
How it compares
Microsoft Learn MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
2 trust signals differ across this comparison (Source provenance, Submitter).
Official Microsoft Learn remote MCP server that gives AI agents real-time access to Microsoft documentation search, page fetch, and code sample search.
Official Microsoft Azure DevOps MCP server for querying work items, pull requests, repositories, pipelines, wikis, test plans, and project metadata through remote HTTP or local stdio transports.
PostgreSQL documentation and best-practice MCP server from Timescale that gives Claude semantic and keyword search across PostgreSQL, TimescaleDB, and PostGIS docs.
Official AutoRFP.ai remote MCP server for read-only access to RFP projects, requirements, approved content library search, and organisation tags from Claude and other MCP clients via OAuth.
✓The server is documentation-focused, but retrieved docs can still influence generated commands; review commands before running them.
Remote MCP availability and schema can change, so verify client compatibility before depending on it in automation.
✓Start with read-only mode for investigation. The remote server supports the `X-MCP-Readonly: true` header, and the local server supports domain filtering so agents only load the Azure DevOps areas they need.
Azure DevOps write-capable tools can create or update work items, pull requests, pull request comments, branches, wiki pages, test plans, test suites, test cases, and pipeline runs. Keep manual approval on any operation that changes project state.
Treat Azure DevOps PATs, Microsoft Entra tokens, Azure CLI sessions, and MCP configuration as sensitive credentials. Do not paste tokens into prompts, commit them to repositories, or share them in issue/PR threads.
Use toolsets, domains, project defaults, and team defaults to keep the MCP surface narrow. Loading every repo, work item, wiki, pipeline, and test plan tool can confuse the model and expose more context than the task needs.
The remote MCP server is in public preview. Preview behavior, available tools, supported clients, and authentication requirements can change before general availability.
✓The hosted MCP endpoint is documentation-focused and read-only, but generated SQL and migration advice still needs human review before execution.
Documentation search results can influence schema design, indexes, retention policies, and extension setup, so test generated SQL in development first.
Self-hosted deployments need database credentials and embedding configuration; keep those scoped to the docs database, not production application data.
The package can expose stdio and HTTP transports; bind local HTTP deployments only where intended and protect any non-local endpoint.
✓The connection is read-only; it cannot create, edit, or delete AutoRFP.ai records.
Each user inherits their own AutoRFP.ai permissions, so MCP results reflect that user's normal app access.
OAuth tokens grant persistent read access until revoked in AutoRFP.ai or the MCP client.
Do not share OAuth-approved connector sessions across users or paste access tokens into public issues.
Privacy notes
✓Prompts and queries sent to a remote MCP server can reveal product names, architecture details, or error messages.
Avoid sending customer identifiers or private tenant data when documentation search is enough.
✓Tool results can expose organization names, project names, teams, iteration data, capacity information, work item titles and fields, comments, attachments, pull request discussions, repository file content, branch names, commit metadata, pipeline logs, build artifacts, wiki pages, test plans, and search results.
Work item comments, PR threads, pipeline logs, wiki pages, and attachments often contain customer data, production incident details, credentials, internal URLs, unreleased roadmap information, employee names, or security findings.
MCP client logs, AI transcripts, generated code comments, local terminal history, and downstream ticket summaries can retain Azure DevOps content outside the original Azure DevOps audit, permission, and retention model.
Microsoft Entra authentication exposes the user's organizational identity to the MCP client and constrains access to the authenticated user's Azure DevOps permissions.
✓Queries sent to the hosted MCP endpoint may reveal database names, schema intent, performance problems, product plans, or internal architecture details.
Self-hosted semantic search can send queries or documentation chunks to the configured embedding provider unless a local compatible endpoint is used.
Tool outputs can contain excerpts from PostgreSQL, TimescaleDB, Tiger Cloud, or PostGIS documentation that are then included in the model context.
Do not include customer data, credentials, production connection strings, or private incident details when a generalized documentation query is enough.
✓MCP tool results can expose RFP project names, requirement text, approved answer content, and organisation tag vocabulary.
Search queries sent to the content library are processed by AutoRFP.ai under its own data-handling terms.
Public support notes should describe connector scope, not full requirement or library excerpts.
Prerequisites
An MCP-compatible client that supports remote HTTP MCP servers.
Network access to learn.microsoft.com.
A Microsoft technology question where official Learn grounding is useful.
Azure DevOps organization and project membership for the resources Claude should access
Microsoft Entra ID connected Azure DevOps organization for the remote MCP server
Visual Studio Code or Visual Studio for the Microsoft-supported remote MCP preview path
Node.js 20 or later and npx for the optional local `@azure-devops/mcp` stdio server
An MCP-compatible client that supports remote HTTP MCP servers.
Network access to `mcp.tigerdata.com`.
PostgreSQL, TimescaleDB, Tiger Cloud, or PostGIS questions where documentation grounding is useful.
Optional self-hosting dependencies if running the package locally, including a populated Postgres docs database and embedding provider key.
AutoRFP.ai account with access to the projects and content library you want to query.
Claude Pro, Team, or Enterprise plan with Connectors support, or another MCP client with custom remote connectors.
Claude organisation admin for the one-time org connector setup in Claude Team/Enterprise environments.
Knowledge of your AutoRFP.ai data residency region (APAC, EU, or US) to select the correct MCP endpoint.
Install
claude mcp add --transport http microsoft-learn https://learn.microsoft.com/api/mcp
claude mcp add azure-devops -- npx -y @azure-devops/mcp YOUR_AZURE_DEVOPS_ORG
claude mcp add --transport http pg-aiguide https://mcp.tigerdata.com/docs
claude mcp add --transport http autorfp https://api.autorfp.ai/mcp