CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
victorgulchenko avatar

Mimiq - Synthetic User Testing

victorgulchenko/mimiq-mcp
1HTTPregistry active
Summary

Connects your AI coding agent to Mimiq's synthetic user testing API. Exposes six tools: test_page for landing pages, test_flow for multi-step interactions like checkout, test_copy for A/B headline tests, and ask_audience for product surveys. Each test runs against simulated personas and returns raw feedback including user actions, internal monologues, and objections. Works with localhost out of the box by automatically spinning up temporary cloudflared tunnels. You get 100 free persona simulations, then 2,000 for $10. Reach for this when you want your agent to catch UX issues and confusing copy during development, not after deployment. Self-hostable if you're running the Mimiq backend yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Mimiq MCP Server

Your AI coding agent tests pages, copy, and flows on simulated users — automatically, while you build. Spots bad copy, confusing UX, and conversion killers before real users do.

Install in VS Code Install in Cursor

Setup (30 seconds)

Claude Code

claude mcp add --transport http mimiq https://mcp.mimiqai.com/mcp

Or add to .mcp.json in your project root:

{
  "mcpServers": {
    "mimiq": {
      "type": "http",
      "url": "https://mcp.mimiqai.com/mcp"
    }
  }
}

Codex

Add to ~/.codex/config.toml (or .codex/config.toml in your project root):

[mcp_servers.mimiq]
url = "https://mcp.mimiqai.com/mcp"

With an API key, set the env var and reference it:

[mcp_servers.mimiq]
url = "https://mcp.mimiqai.com/mcp"
bearer_token_env_var = "MIMIQ_API_KEY"

Then set the env var: export MIMIQ_API_KEY=mq_sk_your_key_here

Cursor

Add to MCP settings (Settings > MCP):

{
  "mimiq": {
    "transport": "streamable_http",
    "url": "https://mcp.mimiqai.com/mcp"
  }
}

VS Code (GitHub Copilot)

Open Command Palette > "MCP: Add Server" or add to .vscode/mcp.json:

{
  "servers": {
    "mimiq": {
      "type": "http",
      "url": "https://mcp.mimiqai.com/mcp"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "mimiq": {
      "serverUrl": "https://mcp.mimiqai.com/mcp"
    }
  }
}

Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "mimiq": {
      "transport": "streamable_http",
      "url": "https://mcp.mimiqai.com/mcp"
    }
  }
}

No API key needed — you get 100 free personas to start.

Use it

Your agent now has access to Mimiq tools. It uses them proactively — when it builds or changes a page, it tests automatically. No need to ask.

It also works with localhost. The agent starts a temporary cloudflared tunnel, runs the simulation, and tears it down. You build, it tests, in the same flow.

Or ask directly:

"Test my landing page on startup founders"

"A/B test these two headlines on e-commerce shoppers"

"Ask 20 SaaS founders which pricing model they prefer"

Tools

ToolWhat it does
mimiq.test_pageTest a web page — finds UX issues, confusing copy, conversion blockers
mimiq.test_flowDeep interactive simulation of multi-step flows (signup, checkout)
mimiq.test_copyTest copy or A/B compare two variants head-to-head
mimiq.test_textTest any text content (positioning, descriptions, error messages)
mimiq.test_componentEvaluate UI components from HTML snippets
mimiq.ask_audienceSurvey a synthetic audience on product decisions

What you get back

Raw per-persona results. Each simulated user has a name, demographics, and independently decides what to do. You get:

  • action: what they did (converted, engaged, or bounced)
  • monologue: what they were thinking — this is where the real insights are
  • objections: specific concerns that stopped them
  • what_would_help: what would change their mind
  • aggregate counts: how many converted, engaged, or bounced

There are no pre-computed verdicts or scores. Your AI agent analyzes the raw feedback and decides what it means.

When you need more

After 100 free personas, sign up at mimiqai.com to get an API key (Settings > API Keys), then add it to your config:

Claude Code:

claude mcp remove mimiq
claude mcp add --transport http \
  --header="Authorization: Bearer mq_sk_your_key_here" \
  mimiq https://mcp.mimiqai.com/mcp

Codex:

[mcp_servers.mimiq]
url = "https://mcp.mimiqai.com/mcp"
bearer_token_env_var = "MIMIQ_API_KEY"

Then: export MIMIQ_API_KEY=mq_sk_your_key_here

Cursor / VS Code / Claude Desktop / Windsurf — add a headers field:

{
  "headers": {
    "Authorization": "Bearer mq_sk_your_key_here"
  }
}

Pricing

  • 100 free personas on first use (no signup needed)
  • 2,000 personas for $10 at mimiqai.com/app/usage

Self-hosting

If you're running the Mimiq backend yourself:

cd mcp-hosted
MIMIQ_API_URL=http://127.0.0.1:8000/api node src/server.js

Point your agent at http://127.0.0.1:8787/mcp. In local dev mode, no API key is required.

Docker

cd mcp-hosted
docker build -t mimiq-mcp .
docker run -p 8787:8787 -e MIMIQ_API_URL=http://host.docker.internal:8000/api -e HOST=0.0.0.0 mimiq-mcp

Environment variables

VariableDefaultDescription
MIMIQ_API_URLhttp://127.0.0.1:8000/apiMimiq backend URL
MIMIQ_API_KEY—Backend API key (if backend requires shared auth)
PORT8787Server port
HOST127.0.0.1Bind host (0.0.0.0 for Docker)

Testing localhost pages

Mimiq works with localhost out of the box. When your agent calls test_page or test_flow on a local dev server, it automatically:

  1. Starts a temporary cloudflared tunnel (free, no account needed)
  2. Uses the public tunnel URL for the simulation
  3. Tears down the tunnel when done

This is the primary workflow — test while you build, not after you deploy.

Requirement: cloudflared must be installed on the machine running the AI agent.

# macOS
brew install cloudflared

# Linux
curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o /usr/local/bin/cloudflared && chmod +x /usr/local/bin/cloudflared

The agent handles the rest. No bridge daemon, no extra config, no manual tunnel setup.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedMar 15, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
willianpinho avatar
MCP Gateway Scan

willianpinho/mcp-gateway-scan

Read-only MCP/agent-gateway readiness scanner — scores a repo across 7 security dimensions.
1
wrg-11 avatar
WinstonRedGuard MCP Server

wrg-11/wrg-mcp-server

WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.
1
x402-index avatar
X402search Mcp

x402-index/x402search-mcp

Search 13,000+ x402-enabled APIs from your AI agent. Powered by x402search.xyz
1
xingbofeng avatar
Skill Deck

xingbofeng/skill-deck

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
1
yksanjo avatar
Gmem

yksanjo/gmem

Persistent, Solana-aware project memory for AI coding agents. Typed entities + git-aware diffs.
1
aaronkpickrell avatar
Myagi - Open Agent Registry

aaronkpickrell/openagent-registry

Score any website's AI-agent readiness. Open Agent Registry scanner + platform tools.