← Index

Template MCP Server

com.microsoft/template-server-name·v0.0.12-alpha.5932986·Other
Quality Score
83
/100

Template MCP server example.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "template-server-name": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp-template"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "template-server-name": {
      "command": "npx",
      "args": [
        "-y",
        "@azure/mcp-template"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @azure/mcp-template
Claude Desktop (uvx)
{
  "mcpServers": {
    "template-server-name": {
      "command": "uvx",
      "args": [
        "msmcp-template"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other