StackMCP
Beginner

UX Researcher Stack

Gather user insights, analyze behavior data, and document findings to drive evidence-based product design decisions.

6 servers21.6K tokens11% of context

Token Budget

21.6K used (10.8%)178.4K remaining
Filesystem MCP5.7K (2.8%)
Notion MCP5.2K (2.6%)
Figma MCP4.1K (2.1%)
Firecrawl MCP3.1K (1.5%)
Google Analytics MCP2.1K (1.0%)
Exa Search MCP1.5K (0.8%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

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

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For Figma MCP

Implement DesignOfficialworkflow

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-design
Figma Design-to-Codeworkflow

Structured 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-design
Senior Frontend Developerrole

Frontend development expertise for React, Next.js, TypeScript. Pairs with Figma MCP to turn designs into production components.

For Notion MCP

Notion Knowledge Captureworkflow

Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.

npx skillsadd openai/skills/notion-knowledge-capture
Notion Spec to Implementationworkflow

Turn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.

npx skillsadd openai/skills/notion-spec-to-implementation
Content Creatorrole

SEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.

For Firecrawl MCP

Firecrawl Web ScrapingOfficialworkflow

Web scraping and content extraction workflows using Firecrawl. Includes crawl configuration and data pipeline patterns.

npx skillsadd firecrawl/cli/firecrawl