Uncensored AI tools for Claude, Cursor, Cline, Zed.
When your main AI refuses, Aether answers. Built for reverse engineers, malware analysts, security researchers, fiction writers, and anyone tired of hedged-out responses on legal-but-edgy topics.
What you get
11 tools, all backed by an uncensored model. Use them inside any MCP-compatible AI client:
aether_chataether_explain_codeaether_explain_disasmaether_identify_patternaether_suggest_bypassaether_engine_analyzeaether_protocol_dissectaether_deobfuscate_jsaether_explain_wasmaether_imagineaether_balancePair with ida-pro-mcp for the killer RE workflow
Install both MCPs in Cursor or Claude Desktop. Then in your AI chat:
"Decompile sub_18000A4C0 from IDA, identify what kind of integrity check it is, and suggest a bypass."Your AI calls ida.get_decompiled_function() to get the C, then aether_explain_code() + aether_suggest_bypass() to get the unfiltered analysis. Three steps, zero refusals.
Install
- 1. Sign up. Create a free account — 150 daily-refresh credits, no card required.
- 2. Generate an API key. /account → API keys → + New key. Copy it (shown only once).
- 3. Add the MCP to your AI client. Pick yours below.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows){
"mcpServers": {
"aether": {
"command": "npx",
"args": ["-y", "aether-mcp"],
"env": {
"AETHER_API_KEY": "ak_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6"
}
}
}
}Cursor
~/.cursor/mcp.json (or .cursor/mcp.json per-project){
"mcpServers": {
"aether": {
"command": "npx",
"args": ["-y", "aether-mcp"],
"env": { "AETHER_API_KEY": "ak_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" }
}
}
}Cline (VS Code)
Cline settings → MCP Servers → Edit MCP Settings{
"mcpServers": {
"aether": {
"command": "npx",
"args": ["-y", "aether-mcp"],
"env": { "AETHER_API_KEY": "ak_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" },
"disabled": false,
"autoApprove": []
}
}
}Zed
~/.config/zed/settings.json{
"context_servers": {
"aether": {
"command": {
"path": "npx",
"args": ["-y", "aether-mcp"],
"env": { "AETHER_API_KEY": "ak_live_a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6" }
}
}
}
}Hard limits
Aether refuses only:
- CSAM
- Operational planning of real-world violence against specific identifiable people
- Synthesis instructions for weapons of mass destruction (CBRN)
- Active malware deployment against systems you do not own
Everything else — security research, malware analysis, gray-hat web work, controversial research, adult fiction, dark creative writing, blunt opinions, technical questions other AIs hedge on — Aether handles directly.
Pricing
| Plan | Per-hour rate | API keys allowed | Daily-refresh credits |
|---|---|---|---|
| Free (no card) | 30 | 1 | 150 |
| Starter $15/mo | 200 | 3 | 50 |
| Pro $35/mo | 1,000 | 5 | 100 |
| Unlimited $99/mo | unlimited | 10 | 300 |
Each call deducts credits based on tokens used — same as web chat. Top up anytime with crypto, no card on file. See full pricing →
Privacy
- API keys are SHA-256 hashed at rest. We never see your full key after creation.
- IP and user-agent are logged on every API call for abuse detection — same as the web app.
- Your prompts and outputs are not sold. Conversations are not used to train third-party models.
- Crypto-only payment — no name on file, no chargeback risk, anonymous billing.