Connect Claude · Claude Code
Connect Étincel to Claude Code.
Étincel is a remote MCP server. Add it once and Claude can list your voices, pull a style guide, train a new one from samples, or audit a draft for AI-writing tells, scoped to your account, no API key to copy around.
MCP server URL
https://etincel.ai/api/mcpAdd the server
From any terminal, register Étincel as an HTTP-transport MCP server. This writes to your local Claude Code config, no global install needed.
$claude mcp add --transport http etincel https://etincel.ai/api/mcp
Added HTTP MCP server etincel with URL: https://etincel.ai/api/mcp to local config
File modified: ~/.claude.json
Sign in
Start a session and run /mcp. Étincel shows up needing authentication. Select it, choose Authenticate, and a browser tab opens to sign in. Once you approve it, Claude has access for every session after.
>/mcp
etincel Needs authentication
Select a server, press Enter, then choose "Authenticate"…
etincel Connected
Use it
Just ask, for a README update, a PR description, or anything else you'd normally draft yourself.
>Write the PR description for this branch in my "direct-warm" voice from etincel
→ calling etincel:get_style_guide…
What Claude can do once it's connected
list_styles- List every style you have: presets and trained voices.
get_style_guide- Pull the full drafting guide for one style.
train_style- Train a new voice from your own writing samples.
create_style_from_dials- Hand-tune a voice from ten style dials instead.
set_default_style- Set which voice Claude reaches for by default.
audit_text- Audit a draft for common AI-writing tells.
Prefer a GUI over the terminal?