UX Researcher Stack
Gather user insights, analyze behavior data, and document findings to drive evidence-based product design decisions.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
},
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
],
"env": {
"NOTION_API_KEY": "YOUR_NOTION_API_KEY"
}
},
"figma-mcp": {
"command": "npx",
"args": [
"-y",
"figma-mcp"
],
"env": {
"FIGMA_ACCESS_TOKEN": "YOUR_FIGMA_ACCESS_TOKEN"
}
},
"firecrawl-mcp": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
],
"env": {
"FIRECRAWL_API_KEY": "YOUR_FIRECRAWL_API_KEY"
}
},
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@google-analytics/mcp"
],
"env": {
"GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
},
"exa-mcp": {
"command": "npx",
"args": [
"-y",
"exa-mcp-server"
],
"env": {
"EXA_API_KEY": "YOUR_EXA_API_KEY"
}
}
}
}Included Servers
Figma MCP
Community
Access Figma designs, extract design tokens, inspect layers, and bridge the gap between design and code from your AI editor.
Reviews design files and prototypes to prepare targeted usability test scripts and heuristic evaluations.
Notion MCP
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
Organizes research plans, interview transcripts, and synthesis documents in a structured knowledge base.
Exa Search MCP
Exa
AI-powered web search and crawling with Exa. Get semantically relevant results, extract content, and find similar pages.
Searches academic papers, industry reports, and competitor studies to ground your research in existing findings.
Google Analytics MCP
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
Analyzes user behavior patterns, conversion funnels, and drop-off points to identify where users struggle.
Firecrawl MCP
Mendable
Scrape and crawl websites, extract structured data, and perform batch web scraping with LLM-powered content analysis.
Scrapes competitor websites and review sites to gather qualitative user feedback at scale.
Filesystem MCP
Anthropic
Read, write, search, and manage files on your local filesystem with secure directory-scoped access for your AI editor.
Manages exported survey data, recording transcripts, and analysis spreadsheets locally for processing.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For Figma MCP
Official Figma skill to translate designs into production-ready code with pixel-perfect accuracy. Follows a 7-step structured workflow.
npx skillsadd figma/mcp-server-guide/implement-designStructured workflow for Figma-to-code with 1:1 visual fidelity. Uses Figma MCP for design context, screenshots, and assets.
npx skillsadd openai/skills/figma-implement-designFrontend development expertise for React, Next.js, TypeScript. Pairs with Figma MCP to turn designs into production components.
For Notion MCP
Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.
npx skillsadd openai/skills/notion-knowledge-captureTurn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.
npx skillsadd openai/skills/notion-spec-to-implementationSEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.
For Firecrawl MCP
Web scraping and content extraction workflows using Firecrawl. Includes crawl configuration and data pipeline patterns.
npx skillsadd firecrawl/cli/firecrawl