Add consensor to Claude

Pick where you use Claude. You can undo every step.

Claude app and Claude.ai

  1. In Claude, open Settings → Connectors and choose Add custom connector.
  2. Name it consensor and paste this URL:
https://consensor.io/mcp
  1. Choose Sign in, then Add.
  2. Claude opens consensor's sign-in page: Continue with Google, then Allow.
  3. In a chat, open the + menu → Connectors and switch consensor on. Try it: "Call consensor_status."

Your usage, connected apps and personal key live on your account page.

No sign-in window: connect with a personal key URL instead

Your connector URL carries your account key, so the app connects straight away.


Nothing you type here leaves your browser. The page only builds the URL below.

https://consensor.io/mcp/k/…
  1. In Claude, open Settings → Connectors.
  2. Choose Add custom connector.
  3. Name it consensor, paste the URL above, choose Add.
  4. In a chat, open the + menu → Connectors and switch consensor on.
  5. Try it: "Call consensor_status." Real jobs go through consensor_delegate_code.

Treat the URL like a password. Anyone holding it can spend your consensor allowance. If it leaks, mint a new key on your account page and add the connector again.

Claude Code

Run this in your terminal:

curl -fsSL https://consensor.io/install.sh | sh

View the script first · checksum file

Then, in Claude Code: /csyntax and what you want built (Consensor Coder: Claude plans it and hands the mechanical coding to consensor, then reviews and assembles), /ccents for what consensor has saved you (Consensor Monical), /csync for status (Consensor Account Update), /csensai to examine a question properly (Consensor Deep Research).

SHA-256 of install.sh:

9bd180d0e3bb75545cb007bb0ba859b8835f0cc1d26cab9da9bbed537bb5fe58

Prefer to check it yourself before running it?

curl -fsSL https://consensor.io/install.sh -o consensor-install.sh
shasum -a 256 consensor-install.sh   # must print 9bd180d0e3bb75545cb007bb0ba859b8835f0cc1d26cab9da9bbed537bb5fe58
sh consensor-install.sh

Connector URL for Claude Code: https://consensor.io/mcp (the key goes in the Authorization header, which the installer sets up).

Claude Cowork

Cowork runs skills, not connector prompts or Claude Code commands, so the same four commands come as skills. Add the consensor connector exactly as for the Claude app above, then add the skills once; they sync to every Cowork session on your account.

  1. Download the four skills: csyntax (Consensor Coder) · ccents (Consensor Monical) · csync (Consensor Account Update) · csensai (Consensor Deep Research).
  2. In the Claude app sidebar open Customize → Skills, click +, then Create skill → Upload a skill, and upload one zip. Repeat for the other three.
  3. In a Cowork session type /csyntax and what you want built. The other three work the same way.

Each zip holds one folder with one SKILL.md and nothing else: read them first (csyntax, ccents, csync, csensai). Team and Enterprise accounts need user-created skills turned on by an organisation owner.

What the Claude Code installer changes

To undo it:

sh ~/.claude/consensor/uninstall.sh

Add --restore-backups to put both files back exactly as they were. The uninstaller is also at /uninstall.sh (SHA-256 6c35050733fd2ec676c4a95e9a7e48e1a4f34666f437d6b457b8369652e73e9d).