M
MCP Server
by @nxtgenai-io
MCP server by nxtgenai-io
Created 10/28/2025
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-server
Cursor configuration (mcp.json)
{
  "mcpServers": {
    "nxtgenai-io-mcp-server": {
      "command": "npx",
      "args": [
        "nxtgenai-io-mcp-server"
      ]
    }
  }
}