Skip to content
Cursor

sampledotnetmcpserver for Cursor

io.github.timheuer/sampledotnetmcpserver

Sample .NET MCP Server

client:Cursor transport:stdio runtime:nuget

Install sampledotnetmcpserver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sampledotnetmcpserver": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "TimHeuer.SampleDotnetMcpServer",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sampledotnetmcpserver in other clients