NOC.McpServer for Grok
io.github.nice-one-code/noc.mcpserver
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
client:Grok
transport:stdio
runtime:nuget
Install NOC.McpServer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"noc.mcpserver": {
"type": "stdio",
"command": "dnx",
"args": [
"NOC.McpServer",
"--yes"
],
"env": {
"NOC_USERID": "<NOC_USERID>",
"NOC_PASSWORD": "<NOC_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs