nc_mcp_server

cloud-py-api/nc_mcp_server
★ 1 stars Python 🤖 AI/LLM Updated today
Repository is completely managed by Claude Code without human intervention
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nc_mcp_server": {
      "command": "uvx",
      "args": [
        "nc-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nc-mcp-server