Claude Integration
Connect Commons to Claude Desktop, Claude Code, and any MCP-compatible AI assistant. Query your teams, projects, updates, and workflows using natural language.
What you can do
Query your teams & projects
Ask Claude about project statuses, team members, contributors, and timelines.
Browse updates & comments
Search and read updates, view comment threads, and track reactions across your org.
Review standups & retros
Get standup submissions, retro insights, action items, and team health summaries.
Generate reports & summaries
Use built-in prompts for weekly status reports, project briefings, and team health checks.
Post updates from Claude
Create updates and add comments directly from your AI assistant.
Explore design critiques
Review crit sessions, nominations, feedback, and design review history.
Things you can ask Claude
How to set up
- 1
Create an API key
Go to your organization settings → API Keys and create a key with the "MCP Server" permission preset.
Personal use → User Key
dc_For your own Claude Desktop or Claude Code. Updates and comments appear as you.
Shared / team use → Service Key
dc_svc_For bots, CI/CD, or shared automations. Actions appear as "Service Bot."
- 2
Configure your client
Claude Desktop / Claude Enterprise
{ "mcpServers": { "designcommons": { "url": "https://trycommons.com/api/mcp/http", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }Claude Code (CLI)
claude mcp add designcommons \ --transport http \ --url https://trycommons.com/api/mcp/http \ --header "Authorization: Bearer YOUR_API_KEY" - 3
Start asking questions
Open Claude and ask about your teams, projects, or updates. Claude will automatically use the Commons tools to fetch the data.
Available tools
26 tools across 7 categories, plus 4 browsable resources and 5 prompt templates.
Teams
get_teamsget_teamget_team_membersProjects
get_projectsget_projectsearch_projectsUpdates & Comments
get_updatesget_updatecreate_updateadd_commentget_commentssearch_updatesStandups
get_standup_sessionsget_standup_sessionget_standup_configRetros & Crits
get_retro_sessionsget_retro_sessionget_crit_sessionsget_crit_sessionRollups
get_rollupsget_rollupOrganization
get_membersget_membersearch_membersget_action_itemsget_activity_feedget_org_summarySecurity & permissions
- •API key authentication — All requests require a valid API key. No passwords or OAuth tokens needed.
- •Scoped permissions — Each key only has access to the permissions you grant (read teams, read projects, write updates, etc.).
- •Two key types — User keys (
dc_) attribute actions to you. Service keys (dc_svc_) attribute actions to "Service Bot" for shared automations. - •Revocable anytime — Delete or rotate keys from your organization settings at any time.
- •HTTPS only — All data transmitted over TLS-encrypted connections.
Need help? Check the integration docs or reach out to support.