Skip to content
Claude Desktop

Alchemy for Claude Desktop

io.github.fernforge/alchemy

Serves the Alchemy writing ruleset to any agent, so its prose loses the usual LLM tells.

client:Claude Desktop transport:stdio runtime:npm

Install Alchemy in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "alchemy": {
      "command": "npx",
      "args": [
        "-y",
        "@fernforge/alchemy-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Alchemy in other clients