Template Server Name
Rank #296com.microsoft/template-server-name
MCP server providing template-server-name capabilities
Template Server Name is a Model Context Protocol (MCP) server published by microsoft. It ranks #296 of 121,933 servers tracked on MCP Toplist, and its repository has 3,643 GitHub stars. Template Server Name is listed on Official MCP, with 13 tracked versions. It was first listed on Jan 21, 2026 and most recently updated on Feb 27, 2026.
Ranks ahead of 121,637 of 121,933 servers on MCP Toplist.
Use Template Server Name
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add template-server-name -- dnx Microsoft.Template.Mcp server startclaude mcp add template-server-name -- npx -y @azure/mcp-template server startclaude mcp add template-server-name -- uvx msmcp-template server startPublished as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
[mcp_servers.template-server-name]
command = "dnx"
args = ["Microsoft.Template.Mcp", "server", "start"]Add to ~/.codex/config.toml.
[mcp_servers.template-server-name]
command = "npx"
args = ["-y", "@azure/mcp-template", "server", "start"]Add to ~/.codex/config.toml.
[mcp_servers.template-server-name]
command = "uvx"
args = ["msmcp-template", "server", "start"]Add to ~/.codex/config.toml.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"template-server-name": {
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"template-server-name": {
"command": "npx",
"args": [
"-y",
"@azure/mcp-template",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"template-server-name": {
"command": "uvx",
"args": [
"msmcp-template",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"template-server-name": {
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"template-server-name": {
"command": "npx",
"args": [
"-y",
"@azure/mcp-template",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"template-server-name": {
"command": "uvx",
"args": [
"msmcp-template",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"servers": {
"template-server-name": {
"type": "stdio",
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"template-server-name": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@azure/mcp-template",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"template-server-name": {
"type": "stdio",
"command": "uvx",
"args": [
"msmcp-template",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"template-server-name": {
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"template-server-name": {
"command": "npx",
"args": [
"-y",
"@azure/mcp-template",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"template-server-name": {
"command": "uvx",
"args": [
"msmcp-template",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"template-server-name": {
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"server",
"start"
]
}
}
}{
"mcpServers": {
"template-server-name": {
"command": "npx",
"args": [
"-y",
"@azure/mcp-template",
"server",
"start"
]
}
}
}{
"mcpServers": {
"template-server-name": {
"command": "uvx",
"args": [
"msmcp-template",
"server",
"start"
]
}
}
}Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-win-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-linux-arm64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-x64.mcpb` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/microsoft/mcp/releases/download/Template.Mcp.Server-0.0.12-alpha.5932986/Template.Mcp.Server-osx-arm64.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Ftemplate-server-name)<a href="https://mcptoplist.com/server/com.microsoft%2Ftemplate-server-name"><img src="https://mcptoplist.com/badge/com.microsoft%2Ftemplate-server-name.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
microsoft
Other servers by microsoft
- MarkItDown#3 · 7 vers
- Playwright MCP Server#11 · 8 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#205
- Awesome Copilot MCP Server#280 · 155 vers
- Azure DevOps (ADO)#714 · 1 ver
- Power BI Modeling MCP Server#1,188 · 5 vers
- GenAIScript#1,722 · 5 vers
- Microsoft Work IQ Calendar#1,752
- DebugMCP#1,922
- Microsoft Fabric RTI MCP Server#2,085 · 8 vers
- Clarity Data Export MCP Server#6,742
- Microsoft Copilot Studio ❤️ MCP#7,445
Available versions (13)
| Version | Published |
|---|---|
| 0.0.12-alpha.5932986 | Feb 27, 2026 |
| 0.0.12-alpha.5927751 | Feb 25, 2026 |
| 0.0.12-alpha.5905147 | Feb 20, 2026 |
| 0.0.12-alpha.5905061 | Feb 20, 2026 |
| 0.0.12-alpha.5902610 | Feb 20, 2026 |
| 0.0.12-alpha.5897189 | Feb 20, 2026 |
| 0.0.12-alpha.5896729 | Feb 19, 2026 |
| 0.0.12-alpha.5891147 | Feb 18, 2026 |
| 0.0.12-alpha.5863341 | Feb 11, 2026 |
| 0.0.12-alpha.5855328 | Feb 9, 2026 |
| 0.0.12-alpha.5792017 | Jan 23, 2026 |
| 0.0.12-alpha.5776860 | Jan 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Template Server Name?
- Template Server Name is maintained by microsoft, which publishes 29 MCP servers (253 total versions) tracked on MCP Toplist.
- Is Template Server Name listed on the Official MCP Registry?
- Yes — Template Server Name is listed on the Official MCP Registry.
- How many versions does Template Server Name have?
- MCP Toplist tracks 13 versions of Template Server Name, most recently published on Feb 27, 2026.
- Where can I find the source code for Template Server Name?
- The source code for Template Server Name is hosted at github.com/microsoft/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.