AI Starter Package
13 Prompts · 5 MCP Servers · Copy & Paste

MCP Prompt Library

Ready-to-use prompt templates for the most popular MCP servers. Copy the template, fill in the [BRACKETS], paste into Claude Code.

Format inspired by Zack Deris's Apollo Prompt Library.

GitHub MCP

3 prompts
$ claude mcp add github -- npx -y @modelcontextprotocol/server-github

Summarize All Open PRs

Morning review — quick status of all pull requests.

Template
List all open pull requests in [OWNER]/[REPO]. For each show: PR number, title, author, days open, CI status. Sort oldest first.
Example
List all open pull requests in myteam/webapp. For each show: PR number, title, author, days open, CI status. Sort oldest first.
Notes: Free action. Works with any repo you have access to.

Create Issue from Bug

Log a bug without leaving your terminal.

Template
Create a new issue in [OWNER]/[REPO] titled "[BUG_TITLE]". Body: ## Steps to Reproduce\n1. [STEP]\n2. [STEP]\n## Expected: [EXPECTED]\n## Actual: [ACTUAL]. Labels: bug.
Example
Create a new issue in myteam/webapp titled "Login form crashes on mobile". Body: ## Steps to Reproduce\n1. Open /login on iPhone Safari\n2. Tap email field\n## Expected: Keyboard appears\n## Actual: Page crashes. Labels: bug.
Notes: Free. Issue is created immediately in GitHub.

Search Codebase for Pattern

Find all occurrences of a function, variable, or pattern.

Template
Search [OWNER]/[REPO] for all files containing "[PATTERN]". Show file path, line number, and context.
Example
Search myteam/webapp for all files containing "useState". Show file path, line number, and context.
Notes: Free. Great for refactoring prep.

Apify MCP

2 prompts
$ claude mcp add --transport http apify https://mcp.apify.com/sse

Scrape Google Results for Keyword

SEO research — see who ranks for your target keyword.

Template
Use Apify to search Google for "[KEYWORD]" and give me the top [NUMBER] results with title, URL, and meta description. Analyze: who are the competitors? What content formats dominate?
Example
Use Apify to search Google for "claude code tutorial" and give me the top 10 results with title, URL, and meta description. Analyze: who are the competitors? What content formats dominate?
Notes: Uses Apify credits (~$0.003 per search). Great for content planning.

Crawl Website for RAG Knowledge Base

Turn any documentation site into a searchable knowledge base.

Template
Use Apify to crawl [URL] and extract all pages as clean markdown. Return: page URL, title, full text. Limit to [NUMBER] pages.
Example
Use Apify to crawl https://docs.anthropic.com and extract all pages as clean markdown. Return: page URL, title, full text. Limit to 50 pages.
Notes: Uses Apify credits. Output feeds directly into RAG pipelines.

SerpAPI MCP

2 prompts
$ claude mcp add serpapi --url https://mcp.serpapi.com/YOUR_API_KEY/mcp

Multi-Engine Research

Comprehensive research across Google, Scholar, and News.

Template
Search for "[TOPIC]" across Google, Google Scholar, and Google News. Top 5 results each. Synthesize: main themes, latest developments, conflicting viewpoints.
Example
Search for "context engineering AI agents" across Google, Google Scholar, and Google News. Top 5 results each. Synthesize: main themes, latest developments, conflicting viewpoints.
Notes: Uses SerpAPI searches (250 free/month). ~2.5s response time.

People Also Ask — Content Ideas

Find questions your audience is asking that you can answer.

Template
Search Google for "[KEYWORD]" and extract all "People Also Ask" questions. Group by theme. Which ones have we already answered? Which are content gaps?
Example
Search Google for "MCP servers claude code" and extract all "People Also Ask" questions. Group by theme. Which ones have we already answered? Which are content gaps?
Notes: Free on SerpAPI free tier. Excellent for SEO content strategy.

Apollo MCP

2 prompts
$ Connect via Claude Settings → Connectors → Apollo (OAuth)

Find ICP Leads

Build a targeted prospect list from scratch.

Template
Find me [NUMBER] [JOB_TITLE] at [INDUSTRY] companies in [LOCATION] with [EMPLOYEE_RANGE] employees.
Example
Find me 25 VP of Sales at SaaS companies in New York with 50 to 200 employees.
Notes: Free — does not use Apollo credits. Follow up with enrichment to get emails.

Full Outbound Loop

The flagship prompt — find, enrich, create, and sequence in one go.

Template
Run a full outbound workflow: Step 1. Find [NUMBER] [TITLE] at [INDUSTRY] in [LOCATION]. Step 2. Enrich top [N]. Step 3. Create contacts in Apollo. Step 4. Add to [SEQUENCE] using [EMAIL] mailbox.
Example
Run a full outbound workflow: Step 1. Find 25 VP of Sales at SaaS in New York. Step 2. Enrich top 10. Step 3. Create contacts in Apollo. Step 4. Add to Q1 Outbound using me@company.com mailbox.
Notes: Search + CRM = free. Enrichment uses credits. Most powerful single prompt in this library.

Browserbase MCP

2 prompts
$ claude mcp add-json "browserbase" '{"command":"npx","args":["-y","@browserbasehq/mcp-browserbase"]}'

Screenshot and Describe Page

QA check or competitive research.

Template
Navigate to [URL]. Take a full-page screenshot. Describe: what is the page about? Primary CTA? Color scheme? Content structure? UX issues?
Example
Navigate to https://competitor.com. Take a full-page screenshot. Describe: what is the page about? Primary CTA? Color scheme? Content structure? UX issues?
Notes: Uses Browserbase credits. Cloud browser with anti-detection.

Fill and Submit a Form

Test signup flows or automate form submissions.

Template
Navigate to [URL]. Find the [FORM_TYPE] form. Fill in: Name=[NAME], Email=[EMAIL], [OTHER_FIELDS]. Submit and tell me the result.
Example
Navigate to https://mysite.com/contact. Find the contact form. Fill in: Name=Test User, Email=test@example.com, Message=Testing form. Submit and tell me the result.
Notes: Uses Browserbase credits. Great for QA testing.

Pro Tips

Chain Prompts Together

Claude remembers context. After searching, say "enrich the top 3 from that list" — no need to repeat details.

Free vs Paid Actions

Search is usually free. Enrichment, scraping, and company data use credits. Always search first, then act on the best results.

Be Specific

"VP of Sales at Series B SaaS companies in New York with 50-200 employees" beats "sales leaders." More detail = better results.

Replace Every [BRACKET]

Leaving a bracket unfilled produces vague results. Always replace every [PLACEHOLDER] before sending.

Want Prompts for All 18 MCP Servers?

The full prompt library covers every MCP server in our ecosystem — 50+ prompts, workflow chains, and credit-saving strategies.