Nymrel's tools, inside your Claude.
One copy-paste connects Nymrel's four agent tools to Claude Desktop, Claude Code, Cursor, or the Grok CLI. No Nymrel account — you just need one of those apps. MCP is the connection format they use for outside tools.
The connection is live. Four tools answer over it: website audit, domain finder, golf bag gaps, and clip hook scores. The rest of the tool suite runs on the web.
1. Claude Desktop
Settings → Developer → Edit Config opens claude_desktop_config.json. Add this and restart Claude.
{
"mcpServers": {
"nymrel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.nymrel.com/mcp"]
}
}
}2. Claude Code
One command in your terminal — that's the whole setup.
claude mcp add --transport http nymrel https://mcp.nymrel.com/mcp
3. Cursor
Cursor Settings → MCP → Add new server opens mcp.json. Add this and reload.
{
"mcpServers": {
"nymrel": {
"url": "https://mcp.nymrel.com/mcp"
}
}
}4. Grok CLI
One command in your terminal — same tools, same endpoint.
grok mcp add -t http nymrel https://mcp.nymrel.com/mcp
Then just ask.
“Audit example.com” · “Find me a domain for a coffee cart” · “Score this video hook” — the tools answer inside the conversation. Prefer ChatGPT? @Nymrel is coming there next.