NOC.McpServer
Rank #18,466io.github.nice-one-code/NOC.McpServer
MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.
NOC.McpServer is a Model Context Protocol (MCP) server published by nice-one-code. It ranks #18,466 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. NOC.McpServer is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 113,580 of 132,046 servers on MCP Toplist.
Use NOC.McpServer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcpserver -e "NOC_USERID=<your NOC_USERID>" -e "NOC_PASSWORD=<your NOC_PASSWORD>" -- dnx NOC.McpServerReplace each placeholder with your own value before saving.
[mcp_servers.mcpserver]
command = "dnx"
args = ["NOC.McpServer"]
[mcp_servers.mcpserver.env]
NOC_USERID = "<your NOC_USERID>"
NOC_PASSWORD = "<your NOC_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpserver": {
"command": "dnx",
"args": [
"NOC.McpServer"
],
"env": {
"NOC_USERID": "<your NOC_USERID>",
"NOC_PASSWORD": "<your NOC_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpserver": {
"command": "dnx",
"args": [
"NOC.McpServer"
],
"env": {
"NOC_USERID": "<your NOC_USERID>",
"NOC_PASSWORD": "<your NOC_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcpserver": {
"type": "stdio",
"command": "dnx",
"args": [
"NOC.McpServer"
],
"env": {
"NOC_USERID": "<your NOC_USERID>",
"NOC_PASSWORD": "<your NOC_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpserver": {
"command": "dnx",
"args": [
"NOC.McpServer"
],
"env": {
"NOC_USERID": "<your NOC_USERID>",
"NOC_PASSWORD": "<your NOC_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcpserver": {
"command": "dnx",
"args": [
"NOC.McpServer"
],
"env": {
"NOC_USERID": "<your NOC_USERID>",
"NOC_PASSWORD": "<your NOC_PASSWORD>"
}
}
}
}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.nice-one-code%2FNOC.McpServer)<a href="https://mcptoplist.com/server/io.github.nice-one-code%2FNOC.McpServer"><img src="https://mcptoplist.com/badge/io.github.nice-one-code%2FNOC.McpServer.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
nice-one-code
Available versions (3)
| Version | Published |
|---|---|
| 1.0.7 | Jul 7, 2026 |
| 1.0.6 | Jul 7, 2026 |
| 1.0.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains NOC.McpServer?
- NOC.McpServer is maintained by nice-one-code, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is NOC.McpServer listed on the Official MCP Registry?
- Yes — NOC.McpServer is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does NOC.McpServer have?
- MCP Toplist tracks 3 versions of NOC.McpServer, most recently published on Jul 7, 2026.
- Where can I find the source code for NOC.McpServer?
- The source code for NOC.McpServer is hosted at github.com/nice-one-code/noc.mcpserver.
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.