Research Automation is a productivity workflow that chains Perplexity + Notion to automate a common task. Paste a research topic in Notion and an agent uses Perplexity to gather sources, summarize findings, and structure them. Once configured, it saves ~8 hours/week per strategy/product researcher, plus faster go/no-go decisions and runs through Claude Code, Cursor, Windsurf or any MCP-compatible AI agent.
Paste a research topic in Notion and an agent uses Perplexity to gather sources, summarize findings, and structure them.
Execute this recipe in your browser — no local install, no Claude Code. Streams results live.
Perplexity searches the current web and synthesizes cited answers; Notion structures and stores the results with your team's context. Together they compress a 2-hour research session into a structured, source-backed document that appears automatically when you name a page.
Open browser, search multiple queries, read 10 tabs, take notes in a scratch doc, restructure into Notion, forget to add citations.
Create a Notion page named 'Research: [topic]'. Structured findings with citations appear automatically.
Concrete ROI — not marketing fluff.
Time saved
~8 hours/week per strategy/product researcher, plus faster go/no-go decisions
This prompt is the workflow. Paste into Claude Code, Cursor, or Windsurf.
You are a research-automation agent. Triggered when a Notion page named 'Research: <topic>' is created.
Given a Notion page ID and title:
1. Extract the topic from title (everything after "Research:")
2. Call perplexity.ask(query=topic, search_depth="deep", return_citations=true) to get a cited summary
3. Parse the response into sections: Overview, Key Players, Timeline, Controversies, Sources
4. Call notion.notion-update-page(page_id, blocks=[
h1 Overview, paragraph(perplexity.overview),
h1 Key Findings, bulleted_list(perplexity.bullets),
h1 Sources, numbered_list(perplexity.citations with url+title)
])
5. Add a property "Confidence" based on citation count (>=8 → High, 4-7 → Medium, <4 → Low + request follow-up queries)
If topic is ambiguous, ask perplexity for clarifying angles first then run the deep search.How this workflow fires and what env vars you need.
Run in Claude Code when a 'Research:' Notion page is created (or wire via Notion webhook proxy)
Install everything — MCPs, prompt, env template — in a single call.
$ mcpizy recipe install perplexity-notion-research ✓ Installs all 2 MCP servers ✓ Writes prompt to ~/.mcpizy/prompts/perplexity-notion-research.md ✓ Generates .env.example in current directory ✓ Ready to paste into Claude Code
Requires mcpizy CLI v1.1+ — install via npm i -g mcpizy.
$ mcpizy install perplexity && mcpizy install notionResearch Automation is a productivity automation that uses Perplexity + Notion together via the Model Context Protocol. Paste a research topic in Notion and an agent uses Perplexity to gather sources, summarize findings, and structure them.
Setup takes around 8 min setup, research ready in under 2 minutes. You install the required MCP servers with `mcpizy install perplexity && mcpizy install notion`, connect your accounts, and the workflow is ready to run.
Once running, this workflow saves ~8 hours/week per strategy/product researcher, plus faster go/no-go decisions. The concrete business value: Compresses 2-hour research sessions to 2 minutes — strategy decisions move from weekly to daily cadence; Cited sources eliminate 'is this made up?' skepticism on AI-generated content — usable in board decks.
You need 2 MCP servers: Perplexity (mcpizy install perplexity), Notion (mcpizy install notion). All are installable in one command via the MCPizy CLI and configured in your `.claude.json` or `.cursor/mcp.json`.
Yes. The workflow runs with any MCP-compatible AI agent — Claude Code, Claude Desktop, Cursor, Windsurf, VS Code with Copilot, and custom agents built on the MCP SDK. The MCP servers are identical across clients; only the config file path (`.claude.json` vs `.cursor/mcp.json`) changes.
Install the required MCPs from the marketplace and automate this in 8 min setup.
$ mcpizy install perplexity && mcpizy install notion
Free to install. Connect your accounts and this workflow runs itself.