Minds MCP Server
OfficialCloudflare Pages is used as a thin, platform-specific publishing surface for the Minds MCP documentation reference content.
GitBook hosts the Minds MCP technical reference documentation for the server.
GitHub Pages is used as a thin, platform-specific publishing surface for the Minds MCP documentation reference content.
Minds is the platform itself—this MCP server runs synthetic market research panels for concept testing, message testing, and segment comparison, with tools to create audiences, run surveys and studies, and export results.
Netlify is used to host the Minds MCP setup generator, providing a platform-specific web surface for generating client setup configurations.
Zenodo preserves versioned release snapshots of the Minds MCP documentation and integration reference.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Minds MCP ServerTest my new coffee packaging concept with German Gen Z shoppers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Minds MCP Server
Run AI market research from your assistant: synthetic customer panels for concept testing, message testing, and segment comparison.
Endpoint: https://getminds.ai/mcp (streamable HTTP)
Docs: https://getminds.ai/mcp/setup
Quick-start guide: https://minds-ai-co.github.io/minds-mcp/
Technical reference: https://minds-mcp.readthedocs.io/en/latest/
GitBook: https://minds-1.gitbook.io/minds-mcp/
Client compatibility: https://minds-mcp-compatibility.pages.dev/
Setup generator: https://minds-mcp-setup-generator.netlify.app/
Public API explorer: https://minds-api-explorer.vercel.app/?utm_source=content&utm_medium=content&utm_campaign=content-seo-mcp-reference&utm_content=mcp-repository-api-explorer
API + MCP integration lab: https://minds-api-mcp-integration-lab-bba685.gitlab.io/?utm_source=content&utm_medium=content&utm_campaign=content-seo-mcp-reference&utm_content=mcp-repository-integration-lab
Archived release: https://doi.org/10.5281/zenodo.21711429
Auth: OAuth 2.1 with PKCE, or a Minds API key
This repository is documentation for a hosted MCP server. There is no code to install or run. The server is operated by Minds and the implementation lives in our application, not here.
Documentation maintenance
reference/ is the single source for maintained integration content. Read the
Docs and GitBook publish the same Markdown through repository sync. GitHub Pages,
Cloudflare Pages, and the Netlify setup generator are intentionally thin,
platform-specific surfaces; Zenodo preserves versioned release snapshots. See
DOCUMENTATION.md for the publishing contract.
Related MCP server: Sablier MCP Server
What it does
Minds is a synthetic market research platform. This MCP server lets ChatGPT, Claude, Cursor, and any other MCP client run customer research end to end without leaving the assistant.
Describe an audience in a brief ("German Gen Z grocery shoppers", "enterprise IT buyers in fintech") and the server runs deep web research to ground that audience in government statistics, peer-reviewed studies, and industry reports rather than in generic model priors. Then ask the panel a question, run a structured study, and export the results.
Typical jobs:
Concept testing and message testing before creative production
Ad pretesting, landing page audits, and packaging tests with per-segment reactions
Buyer persona validation and objection discovery for B2B go to market
Segment comparison and positioning checks across markets
Screening research hypotheses before commissioning fieldwork with real respondents
Studies run durably server side, so a long study survives the chat session that started it. Results export to PDF, CSV, XLSX, JSON, and Markdown.
Scope. Minds does not replace representative human fieldwork. It replaces the slow first pass: sharpening the question, surfacing objections, and deciding which assumptions deserve real-respondent validation.
Setup
ChatGPT
Settings, then Connected Apps, then add https://getminds.ai/mcp and authorize via
OAuth. Panel results render as interactive widgets inline.
Claude Desktop and claude.ai
Customize, then Connectors, then add https://getminds.ai/mcp as a remote
connector and authorize via OAuth.
Claude Code
claude mcp add --transport http mindsai https://getminds.ai/mcp \
--header "Authorization: Bearer minds_YOUR_API_KEY"Cursor
Settings, then MCP, then add https://getminds.ai/mcp and authorize via OAuth.
The repository also contains a Marketplace-ready Cursor plugin manifest at
.cursor-plugin/plugin.json; its MCP configuration is intentionally kept in
cursor.mcp.json so the shared Agent Plugins configuration can retain the
portable streamable-http transport name.
Google Antigravity
agy plugins install https://github.com/minds-ai-co/minds-mcpThe root plugin.json and mcp_config.json make this repository an Antigravity
plugin. Antigravity discovers OAuth from the hosted endpoint and prompts you to
authenticate. You can also add Minds directly in the Antigravity MCP manager
with the server URL https://getminds.ai/mcp.
Gemini CLI remains supported for Google Cloud enterprise and API-key users. Its
legacy extension manifest stays available as gemini-extension.json.
ChatGPT and Codex Plugins
The repository includes the shared plugin package at
.codex-plugin/plugin.json and its remote server configuration in .mcp.json.
The public directory listing uses the same hosted endpoint and maintained
reference content.
VS Code (Copilot), Windsurf, Langdock, Open WebUI
Add https://getminds.ai/mcp as a remote MCP server. Full per-client instructions,
including API key setup, are at https://getminds.ai/mcp/setup.
API keys
Generate one in the Minds app under Settings, then API Keys. Keys start with
minds_ and are passed as Authorization: Bearer minds_....
Tools
Tool | What it does |
| List your saved Audiences, segments, and persona collections. |
| Build a grounded synthetic Audience from a population brief via deep web research. |
| Ask, survey, or poll a single Audience and get per-respondent answers. |
| List your panels, studies, surveys, and focus groups. |
| Create a panel or study from a research goal. |
| Ask one straightforward question across a whole panel. |
| Check panel composition and live progress on in-flight questions. |
| Export panel results as PDF, CSV, XLSX, or JSON. |
| Draft a structured research plan for multi-question studies, asset audits, and MaxDiff. |
| Execute a confirmed study plan as a durable server-side run. |
| Check durable progress, artifacts, and method calculations for a running study. |
| List supported research methods and which of them can actually execute. |
| Return a whole-study summary with semantic blocks and heatmaps. |
| List reusable study-plan drafts in the connected workspace. |
| Save a study plan as a reusable draft before execution. |
Research methods: MaxDiff runs through a deterministic adapter. Conjoint is
planned and cannot execute yet. Call list_research_methods for the current
state rather than assuming.
Discovery
Server card:
https://getminds.ai/.well-known/mcp/server-card.jsonOAuth protected resource metadata:
https://getminds.ai/.well-known/oauth-protected-resourceRegistry name:
ai.getminds/minds
Links
Product: https://getminds.ai
MCP setup guide: https://getminds.ai/mcp/setup
API docs: https://getminds.ai/api
Versioned integration reference: https://doi.org/10.5281/zenodo.21711429
Documentation publishing model: DOCUMENTATION.md
GitBook reference: https://minds-1.gitbook.io/minds-mcp/
Client compatibility: https://minds-mcp-compatibility.pages.dev/
MCP setup generator: https://minds-mcp-setup-generator.netlify.app/
Public API explorer: https://minds-api-explorer.vercel.app/?utm_source=content&utm_medium=content&utm_campaign=content-seo-mcp-reference&utm_content=mcp-repository-links-api-explorer
API + MCP integration lab: https://minds-api-mcp-integration-lab-bba685.gitlab.io/?utm_source=content&utm_medium=content&utm_campaign=content-seo-mcp-reference&utm_content=mcp-repository-links-integration-lab
Support: https://getminds.ai
Developer portal distribution model: DISTRIBUTION.md
Google Antigravity plugin manifest: plugin.json
Google Antigravity MCP configuration: mcp_config.json
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables running Simulatte's 26 research SKUs (concept testing, pricing, etc.) from any MCP-compatible AI client, returning structured JSON results.Last updated747MIT

Sablier MCP Serverofficial
Alicense-qualityBmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.Last updated3MIT- Flicense-qualityBmaintenanceA powerful MCP server that enables AI agents to perform structured, multi-step internet research and generate comprehensive reports automatically.Last updated3
- AlicenseBqualityDmaintenanceA standalone MCP server that brings complete data science capabilities to AI assistants, enabling them to load data, train models, and track experiments through natural language.Last updated30MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minds-ai-co/minds-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server