Dotnet MCP
Rank #6,345io.github.jongalloway/dotnet-mcp
MCP server providing dotnet-mcp capabilities
Dotnet MCP is a Model Context Protocol (MCP) server published by jongalloway. It ranks #6,345 of 132,113 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. Dotnet MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Oct 18, 2025 and most recently updated on Mar 18, 2026.
Ranks ahead of 125,768 of 132,113 servers on MCP Toplist.
Use Dotnet MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dotnet-mcp -e "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>" -e "DOTNET_NOLOGO=<your DOTNET_NOLOGO>" -- dnx Community.Mcp.DotNetReplace each placeholder with your own value before saving.
[mcp_servers.dotnet-mcp]
command = "dnx"
args = ["Community.Mcp.DotNet"]
[mcp_servers.dotnet-mcp.env]
DOTNET_SKIP_FIRST_TIME_EXPERIENCE = "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>"
DOTNET_NOLOGO = "<your DOTNET_NOLOGO>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<your DOTNET_NOLOGO>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<your DOTNET_NOLOGO>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dotnet-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Community.Mcp.DotNet"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<your DOTNET_NOLOGO>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<your DOTNET_NOLOGO>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<your DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<your DOTNET_NOLOGO>"
}
}
}
}Replace each placeholder with your own value before saving.
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.jongalloway%2Fdotnet-mcp)<a href="https://mcptoplist.com/server/io.github.jongalloway%2Fdotnet-mcp"><img src="https://mcptoplist.com/badge/io.github.jongalloway%2Fdotnet-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jongalloway
Other servers by jongalloway
View all jongalloway servers →Available versions (13)
| Version | Published |
|---|---|
| 1.1.2 | Mar 18, 2026 |
| 1.1.1 | Mar 18, 2026 |
| 1.1.0 | Mar 17, 2026 |
| 1.0.1 | Jan 26, 2026 |
| 1.0.0 | Jan 26, 2026 |
| 1.0.0-rc.1 | Jan 14, 2026 |
| 1.0.0-beta.4 | Jan 14, 2026 |
| 1.0.0-beta.3 | Jan 13, 2026 |
| 1.0.0-beta.2 | Jan 12, 2026 |
| 1.0.0-beta.1 | Jan 10, 2026 |
| 0.1.0 | Dec 18, 2025 |
| 0.1.0-rc4 | Dec 17, 2025 |
| 0.1.0-rc1 | Dec 4, 2025 |
Frequently asked questions
- Who maintains Dotnet MCP?
- Dotnet MCP is maintained by jongalloway, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Dotnet MCP listed on the Official MCP Registry?
- Yes — Dotnet MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dotnet MCP have?
- MCP Toplist tracks 13 versions of Dotnet MCP, most recently published on Mar 18, 2026.
- Where can I find the source code for Dotnet MCP?
- The source code for Dotnet MCP is hosted at github.com/jongalloway/dotnet-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.