Skip to main content
The Harmonica MCP server lets AI agents create and interact with deliberation sessions. Available on npm.

Setup

1. Get an API key

  1. Sign up for Harmonica if you haven’t already (free)
  2. Go to your Profile > API Keys > Generate API Key
  3. Copy your hm_live_... key — it’s only shown once

2. Configure your AI tool

Add the server to your AI tool’s MCP config:

Available tools

Example prompts

Once connected, try these prompts with your AI agent:
  • “Create a Harmonica session about team retrospective with the goal of reviewing Q1”
  • “List my active Harmonica sessions”
  • “Show me the summary for session [id]”
  • “What did participants say in the remote work session?”
  • “Search my sessions about governance”
  • “Show me the facilitation prompt for session [id]”
  • “Update the prompt for session [id] to be more concise and avoid excessive praise”

Claude Code slash command

If you use Claude Code, you can also install the harmonica-chat slash command for designing, creating, and managing sessions:
Then run /harmonica-chat for guided session design, or /harmonica-chat "Topic" for quick creation.

Environment variables