Dotnet Template MCP
Rank #10,930io.github.YuliiaKovalova/dotnet-template-mcp
MCP server for dotnet new: discover, inspect, preview and create .NET projects from templates.
Dotnet Template MCP is a Model Context Protocol (MCP) server published by yuliiakovalova. It ranks #10,930 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Dotnet Template MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 121,116 of 132,046 servers on MCP Toplist.
Use Dotnet Template MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dotnet-template-mcp -- dnx -y DotnetTemplateMCP[mcp_servers.dotnet-template-mcp]
command = "dnx"
args = ["-y", "DotnetTemplateMCP"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dotnet-template-mcp": {
"command": "dnx",
"args": [
"-y",
"DotnetTemplateMCP"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dotnet-template-mcp": {
"command": "dnx",
"args": [
"-y",
"DotnetTemplateMCP"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dotnet-template-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"-y",
"DotnetTemplateMCP"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dotnet-template-mcp": {
"command": "dnx",
"args": [
"-y",
"DotnetTemplateMCP"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dotnet-template-mcp": {
"command": "dnx",
"args": [
"-y",
"DotnetTemplateMCP"
]
}
}
}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/io.github.YuliiaKovalova%2Fdotnet-template-mcp)<a href="https://mcptoplist.com/server/io.github.YuliiaKovalova%2Fdotnet-template-mcp"><img src="https://mcptoplist.com/badge/io.github.YuliiaKovalova%2Fdotnet-template-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yuliiakovalova
Available versions (3)
| Version | Published |
|---|---|
| 2.0.0 | Aug 17, 2026 |
| 1.0.1 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dotnet Template MCP?
- Dotnet Template MCP is maintained by yuliiakovalova, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Dotnet Template MCP listed on the Official MCP Registry?
- Yes — Dotnet Template MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Dotnet Template MCP have?
- MCP Toplist tracks 3 versions of Dotnet Template MCP, most recently published on Aug 17, 2026.
- Where can I find the source code for Dotnet Template MCP?
- The source code for Dotnet Template MCP is hosted at github.com/yuliiakovalova/dotnet-template-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.