Microsoft's home for first-party Skills, MCPs, custom agents, and Agents.md — the canonical place to ground coding agents in MS SDKs.
This repo collects Microsoft's official agent-grounding assets: skills for Azure SDKs, MCP servers for their products, custom agent prompts, and Agents.md files. Use it the way you used reference docs — but designed for agents.
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.
~/.cursor/mcp.json · .cursor/mcp.json
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.
VS Code → Cline → MCP Servers → Edit
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Same shape as Claude Desktop. Restart Windsurf to pick up changes.