Skip to main content
The Model Context Protocol (MCP) lets you access Squad’s AI capabilities directly within Claude Desktop and other compatible applications. Query your product data and get strategic insights without leaving your workflow.Download Squad MCP

Overview

Squad’s MCP server enables AI assistants to:
  • Query your product strategy and roadmap
  • Analyze opportunities and solutions
  • Search through user feedback and insights
  • Generate reports from your Squad workspace
This guide shows how to set up and use Squad through MCP.

Why this matters for product teams

  • Copy-pasting specs between tools
  • Manual PRD templates
  • Context gaps in conversations
Bottom line: MCP turns Claude into an extension of Squad, giving PMs instant, conversational access to strategy artifacts while developers stay in sync with up-to-date requirements.

Under the hood

Our open-source squad-mcp server bundles a curated set of tools generated from the Squad API:
Tool prefixPurposeTypical actions
opportunity_*Discover and refine product opportunitiescreate, list, update
solution_*Generate and iterate on solutionscreate, list, update
outcome_*Track desired business or user outcomescreate, list
requirement_*Capture detailed requirementscreate, list
knowledge_*Store useful references / researchcreate, list
workspace_*Manage Squad workspacesget, update
feedback_*Send customer or analytics feedback into Squadcreate
All tools conform to the MCP JSON schema format so that agents can introspect inputs and outputs automatically.

Prerequisites

Before starting, ensure you have:

Squad Account

Active Squad workspace with data

Claude Code or Desktop

Claude Code CLI or Claude Desktop 0.7.2+

Node.js

Version 18 or higher (for npx)

API Key

Squad API key from Settings

Choose your setup

Best for developers. Configure via terminal commands, no restart needed, and configs can be shared via version control.

Quick start

Step 1: Get your Squad API key

1

Open Squad Settings

Navigate to Workspace → API Keys in your Squad workspace
2

Generate API key

Click Generate New Key and copy the key
squad-mcp-api-key.webp
3

Save securely

Store this key safely - you’ll need it for configuration
Keep your API key secret. Anyone with this key can access your Squad data.

Step 2: Configure your client

Run this command in your terminal, replacing your-api-key-here with your actual key:
claude mcp add squad --env SQUAD_API_KEY=your-api-key-here -- npx @squadai/tools
Verify the connection:
claude mcp list
You can also use the /mcp command inside Claude Code to check connection status.
No restart needed - Squad is ready to use immediately.

Example prompts

Once connected, you can query Squad data using natural language. Here are some examples to get you started:

Strategy queries

"What is our product mission?"
"Show me our current goals and progress"
"Which goals are we behind on?"

Analytics queries

"What are users complaining about most?"
"Show recent feedback about delivery times"
"What's our current NPS score?"

Report generation

"Generate a weekly status update"
"Create an executive summary of our strategy"
"What did we ship last month?"

Example workflows

These examples show how Claude can analyze your Squad data and provide actionable insights.
Prompt: “Can you review our current product strategy and identify gaps?”Example response:
Based on your data:

CURRENT STRATEGY:
- Mission: "Make food delivery faster and more affordable"
- Active goals: 3 (1 on track, 2 behind)
- Opportunities in backlog: 12
- Solutions in development: 4

KEY GAPS IDENTIFIED:
1. Delivery time goal is 7 minutes behind target
   - Root cause: Restaurant prep delays (8,234 mentions)
   - No active solution addressing this

2. Low user retention (2.1 orders/week vs 3.0 target)
   - Missing lunch-time availability
   - Limited restaurant variety in suburbs

3. Unaddressed opportunities:
   - Group ordering (3,892 requests, no solution)
   - Dietary filters (2,156 requests, no solution)

RECOMMENDATIONS:
1. Prioritize restaurant prep time optimization
2. Expand lunch partnerships
3. Add group ordering to Q3 roadmap
Prompt: “Analyze user feedback from the last 30 days and identify trends”Example response:
FEEDBACK ANALYSIS (Last 30 days):
Total feedback items: 4,827

TOP THEMES:
1. Delivery delays (1,243 mentions, ↑23% from previous)
   - "Food arrives cold"
   - "Waited over an hour"
   - Concentrated in downtown areas

2. Payment issues (892 mentions, ↑45% from previous)
   - "Payment failed but still charged"
   - "Can't save payment method"
   - Spike started after latest app update

3. Restaurant variety (634 mentions, →0% change)
   - "Same restaurants every time"
   - "No healthy options"
   - Consistent complaint, not growing

EMERGING ISSUES:
- App crashes on Android 14 (127 mentions, new)
- Promo codes not applying (89 mentions, ↑200%)

SENTIMENT TREND:
- Overall: 3.8/5 (↓ from 4.1/5)
- Critical driver: Payment failures
Prompt: “Based on our data, what should we build next quarter?”Example response:
Q3 ROADMAP RECOMMENDATIONS:

MUST DO (High impact, addresses critical issues):
1. Fix payment processing bugs
   - Impact: 892 users affected monthly
   - Effort: 1 sprint
   - Reduces churn by ~15%

2. Restaurant prep time prediction
   - Impact: 7-minute delivery reduction
   - Effort: 3 sprints
   - Addresses top complaint

DO NEXT (High value, strategic):
3. Group ordering
   - Impact: $45 AOV increase
   - Effort: 2 sprints
   - 3,892 requests

4. Lunch partnerships
   - Impact: +0.8 orders/week/user
   - Effort: 2 sprints
   - Unlocks new daypart

CONSIDER (Nice to have):
5. Dietary filters
6. Advanced routing v3
7. Loyalty program expansion

Best practices

Be specific

Ask for particular metrics or date ranges for better results

Cross-reference

Combine multiple data sources for comprehensive analysis

Regular reviews

Schedule weekly strategy reviews with Claude + Squad

Action-oriented

Always end with “What should we do about this?”

Troubleshooting

Check connection status:
claude mcp list
Or use /mcp inside Claude Code to see server status.Common fixes:
  1. Re-add the server: Remove and re-add with correct API key
    claude mcp remove squad
    claude mcp add squad --env SQUAD_API_KEY=your-key -- npx @squadai/tools
    
  2. Check Node.js: Ensure Node 18+ is installed (node --version)
  3. Verify API key: Make sure the key is active in Squad settings
On Windows, you may need to use the cmd /c wrapper:
claude mcp add squad --env SQUAD_API_KEY=your-key -- cmd /c npx @squadai/tools
If Squad queries fail in either client:
  1. Verify the MCP server shows as connected
  2. Check your API key has correct permissions in Squad
  3. Ensure your Squad workspace has data to query
  4. Try simpler queries first (e.g., “What is our mission?”)
If you see rate limit errors:
  • Squad MCP allows 100 requests per minute
  • Complex queries may use multiple requests
  • Wait 60 seconds if you hit limits
  • Consider upgrading your Squad plan for higher limits

Security considerations

Important security notes:
  • API keys are stored locally on your machine
  • Claude Desktop: Never share your claude_desktop_config.json file
  • Claude Code: Don’t commit .mcp.json files containing API keys to version control
  • Rotate API keys regularly in Squad settings
  • Use read-only API keys when you only need to query data
For Claude Code in team projects, consider using environment variables instead of hardcoding keys. Each team member can set SQUAD_API_KEY in their shell profile.

Advanced usage

Custom queries

Squad MCP supports complex analytical queries:
"Compare our user retention to industry benchmarks and suggest 
improvements based on what's working for competitors"

"Generate a board presentation covering our Q2 performance, 
Q3 roadmap, and key risks to address"

"Analyze which features correlate with highest user LTV and 
recommend where to double down"

Workflow automation

Combine Squad MCP with other tools:
  1. Daily standup prep: “What changed in our metrics since yesterday?”
  2. Sprint planning: “Which backlog items align with this sprint’s goal?”
  3. Investor updates: “Generate a monthly progress report”

Removing Squad MCP

claude mcp remove squad

Getting help