What is the IndiePipeline MCP?
The IndiePipeline MCP is a connector for Claude that gives it the power to scan online communities for product opportunities. It searches Reddit, Hacker News, and forums to find pain points, feature requests, and unmet needs - then analyzes them to surface the best ideas for your next project.
Available Tools
When connected, Claude has access to these IndiePipeline tools:
smart_scanAuto-discover and scan relevant communities for your niche
discover_opportunitiesFull analysis of a niche with scored opportunities
scan_communityDeep dive into a specific subreddit or forum
suggest_communitiesFind relevant communities for your target market
quick_scanFast overview of communities for rapid exploration
Setup Claude Desktop in 4 Steps
Connect IndiePipeline to Claude.ai in under a minute
Add Custom Connector
In Claude.ai, go to Settings → Connectors → Add custom connector
https://mcp.indiepipeline.ai/sse

Click Connect
Find Indie Pipeline in your connectors list and click Connect
Authorize Claude
Log in to your IndiePipeline account and click Authorize Claude

Start Discovering
You're all set! Start a new conversation with Claude and ask it to find product opportunities.

Example: Finding Your Next Product Idea
Here's a real workflow using IndiePipeline with Claude Code to discover, validate, and plan a product opportunity.
Use Smart Scan to Explore a Niche
Start by asking Claude to scan communities in your area of interest. Smart scan automatically finds relevant communities and surfaces pain points.
Dig Deeper Into a Promising Idea
Once you spot an interesting opportunity, ask Claude to investigate further with a focused community scan.
Generate a Next Steps Document
With validated insights, ask Claude to create an actionable plan for moving forward.
Ready to find your opportunity?
Connect IndiePipeline to Claude and start exploring niches in minutes.
Setup Claude Code in 3 Steps
Connect IndiePipeline to Claude Code CLI
Get Your API Key
Log in to your IndiePipeline account and copy your API key from the dashboard.
Log in to get API keyAdd the MCP Server
Run this command in your terminal (replace YOUR_API_KEY with your key from step 1):
claude mcp add indiepipeline --transport sse "https://mcp.indiepipeline.ai/sse?apiKey=YOUR_API_KEY"Or manually edit settings.json
Add the following to your ~/.claude/settings.json file:
{
"mcpServers": {
"indiepipeline": {
"type": "url",
"url": "https://mcp.indiepipeline.ai/sse?apiKey=YOUR_API_KEY"
}
}
}Restart Claude Code
Restart Claude Code to load the new MCP server. You can verify the connection by asking Claude to list available tools — you should see the IndiePipeline tools (smart_scan, discover_opportunities, etc.).
Alternative: Project-level configuration
You can also add the MCP server to a specific project by creating a .mcp.json file in your project root with the same configuration.
Ready to discover your next product idea?
Create a free account and connect IndiePipeline to Claude in under a minute.