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
{
"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