Template MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 756 installs a week from pypi. Last commit 4 Aug 2026.
Template MCP server example.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add template-server-name -- npx -y @azure/mcp-template
{
"mcpServers": {
"template-server-name": {
"args": [
"-y",
"@azure/mcp-template"
],
"command": "npx"
}
}
}
[mcp_servers.template-server-name]
command = "npx"
args = ["-y", "@azure/mcp-template"]
{
"mcpServers": {
"template-server-name": {
"args": [
"-y",
"@azure/mcp-template"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"template-server-name": {
"args": [
"-y",
"@azure/mcp-template"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.