Plurality, in your editor.
A multi-model deliberation server accessible directly from Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Five tools, thirty frontier models, one credit balance shared with the web app.
- 01Mint an API key.
Visit your billing page and create a key. The full secret is shown only once — copy it now. Open billing →
- 02Add the server to your client.
Paste this into the MCP config file your client reads — for Claude Desktop it is ~/Library/Application Support/Claude/claude_desktop_config.json on macOS. Restart the client.
MCP config{ "mcpServers": { "plurality": { "type": "http", "url": "https://pluralityai.com/api/mcp", "headers": { "Authorization": "Bearer plk_…your-key-here…" } } } } - 03Use it.
Ask the assistant a hard question and explicitly invoke a tool — e.g. "Run plurality_consensus on whether to deprecate our REST API for GraphQL". Every call deducts from the same credit balance as the web app and saves to your archive.
Each tool is the same deliberation pipeline the web app runs, exposed as an MCP tool. Pass a prompt (or target for Red Team) and an optional list of model IDs.