Skip to content
Claude Desktop

NOC.McpServer for Claude Desktop

io.github.nice-one-code/noc.mcpserver

MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.

client:Claude Desktop transport:stdio runtime:nuget

Install NOC.McpServer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "noc.mcpserver": {
      "command": "dnx",
      "args": [
        "NOC.McpServer",
        "--yes"
      ],
      "env": {
        "NOC_USERID": "<NOC_USERID>",
        "NOC_PASSWORD": "<NOC_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

NOC.McpServer in other clients