ProductPilot MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ProductPilot MCPWhat digital product should I build today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ProductPilot MCP
An MCP server that helps digital product creators go from "what should I build?" to a zipped, listing-ready product — end to end.
Built for creators shipping ebooks, prompt packs, wallpaper packs, Notion templates, checklists, printable planners, cheat sheets, resume packs, and study guides to Gumroad/Etsy.
What it does
Ask Claude (or any MCP client connected to this server) things like:
"What digital product should I build today?" →
find_trending_niches,score_opportunity"Is this niche worth pursuing?" →
research_market,analyze_competition,analyze_reviews"Build me a complete product for this niche" →
build_product_bundle(the one-shot pipeline)"Write the listing copy" →
generate_listing,generate_keywords,generate_tags"What should this cost?" →
generate_pricing_strategy"Prep this for Gumroad/Etsy" →
prepare_gumroad_listing,prepare_etsy_listing"What sold well, and what should I build next?" →
track_product_performance,recommend_next_product
26 tools total — see mcp_server/server.py for the full list, or
docs/ARCHITECTURE.md for how they fit together.
Related MCP server: CopyForge MCP Server
Quick start
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
python -m mcp_server.serverRuns entirely on deterministic mock market data out of the box — no API keys
required to try it. Full setup/deployment instructions: docs/SETUP.md,
docs/DEPLOYMENT.md.
Using this on claude.ai (web)
Claude.ai's web app only connects to remote MCP servers (a public HTTPS
URL) — not local processes. This server supports that via
PRODUCTPILOT_TRANSPORT=streamable-http. Full walkthrough (deploy to Render
add as a claude.ai custom connector):
docs/CLAUDE_AI_CONNECTOR.md.
Status
Functionally complete: all 26 tools registered and runtime-tested end to end (idea → outline → generation → SEO → zipped bundle → analytics tracking), 18 passing unit tests, Docker support.
Known environment gotcha (already fixed here, documented for reference):
the mcp PyPI package's 2.0.0 release renamed FastMCP to MCPServer and
dropped mcp.server.fastmcp entirely — requirements.txt pins
mcp[cli]<2.0.0 to stay on the FastMCP-based API this server is built
against. See docs/ARCHITECTURE.md for the full explanation, including a
second subtle bug it's worth knowing about (from __future__ import annotations breaking FastMCP's tool introspection).
Project layout
mcp_server/ # all source (agents, market, research, scoring, generation,
# seo, publishing, analytics, storage, config)
tests/ # pytest suite
docs/ # architecture, setup, deployment, roadmapSee docs/ARCHITECTURE.md for the full breakdown, docs/ROADMAP.md for
what's next.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA meta-MCP server that helps users create new MCP servers through AI guidance, templates, and streamlined workflows, transforming ideas into production-ready implementations with minimal effort.42MIT
- Flicense-quality-maintenanceAn MCP server that generates conversion-optimized e-commerce product descriptions, bullet points, and SEO metadata using AI. It supports multiple platforms like Shopify and Amazon with customizable tones for various writing styles.
- Alicense-qualityCmaintenanceAn MCP server that turns your AI assistant into a structured ideation partner by generating, scoring, critiquing, and storing software ideas locally with a built-in web dashboard.61PolyForm Noncommercial 1.0.0
- Flicense-qualityDmaintenanceAn MCP server that automates short-form video production for TikTok, Instagram Reels, and YouTube Shorts, using AI agents and behavioral science to generate production-ready videos from a topic and vibe.
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ajay66-sketch/productpilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server