Skip to main content
Glama

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.server

Runs 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, roadmap

See docs/ARCHITECTURE.md for the full breakdown, docs/ROADMAP.md for what's next.

F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An 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.
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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.
    13
    1
    PolyForm Noncommercial 1.0.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    1

View all related MCP servers

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.

  • Get recommended by Amazon's AI. Hosted MCP server for Amazon listing compliance & generation.

View all MCP Connectors

Latest Blog Posts

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