{
"mcpServers": {
"microsoft-skills-mcp": {
"_doc": "See per-skill install in the repo README. Most install via Claude Code marketplace or copy SKILL.md."
}
}
}
Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.
~/.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는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.
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."
}
}
}
Cline 사이드바의 MCP Servers 아이콘 클릭 후 "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."
}
}
}