nexusm-mcp-server

10CG/nexusm-mcp-server
★ 0 stars TypeScript 🌐 Browser/Web Updated 1d ago
Nexusm MCP Server — generic MCP server exposing Nexusm core capabilities to MCP clients via stdio + Streamable HTTP transports.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexusm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "10CG/nexusm-mcp-server"
      ]
    }
  }
}