mind-the-product
OfficialClick 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., "@mind-the-productFind recent articles about product strategy"
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.

Mind the Product MCP
Connect any MCP client to 15 years of product management writing, conference talks and podcasts from Mind the Product — plus live events and the product job board.
https://www.mindtheproduct.com/api/mcp/Read-only. Free. Sign in with a Mind the Product account when your client prompts you.
Install
Claude Code
claude mcp add --transport http mind-the-product https://www.mindtheproduct.com/api/mcp/Claude / ChatGPT — Settings → Connectors → Add custom connector, paste the URL above.
Cursor / VS Code
code --add-mcp '{"name":"mind-the-product","type":"http","url":"https://www.mindtheproduct.com/api/mcp/"}'Codex — in ~/.codex/config.toml:
[mcp_servers.mind_the_product]
url = "https://www.mindtheproduct.com/api/mcp/"Anything else
{
"mcpServers": {
"mind-the-product": {
"url": "https://www.mindtheproduct.com/api/mcp/"
}
}
}There is a one-click install for most clients at mindtheproduct.com/mcp.
Related MCP server: papermoon-mkdocs-mcp
What you can ask
What frameworks work best for B2B product discovery?
Summarise the latest Mind the Product thinking on AI product management.
What else should I read about outcome-driven roadmaps?
Are there any ProductTank meetups near me this month?
Show me remote senior PM roles on the job board.
No commands to learn — your client picks the right tool.
Tools
Tool | What it does |
| Hybrid semantic + keyword search across 1,500+ articles, talks and guides |
| Full text of one article, with authors, date and categories |
| Recently published articles, optionally filtered by topic |
| Vector-similarity reading lists — what to read next |
| MTP conferences, workshops and ProductTank meetups worldwide |
| Live listings from the Mind the Product job board |
All six are read-only and annotated as such.
Resources
Articles are exposed as MCP resources, so full text is one resources/read away —
no second tool call, no guessing slugs.
mtp://article/{slug}Every search result carries a resource_link pointing at one of these. The four content
tools also return structuredContent matching their outputSchema, so you can parse
results rather than scraping markdown.
Signing in
Your client handles it. The first time you use the MCP it'll open a browser and ask you to sign in with your Mind the Product account — free to create — and that's it.
There's no API key to manage. Access is read-only and tied to you personally, so nothing you connect can post, comment, or change anything in your account.
Things to build with it
Copy-paste projects. No code, no setup — connect the MCP, paste the prompt, go.
What it is | |
A quiz game where every answer cites a real article | |
Spot the invented product claim | |
Choose-your-own-adventure for new product leaders | |
Paste your roadmap, get it pulled apart with receipts | |
Has your AI build you a real flashcards app | |
Finds the product community near you |
Made something? Open a PR and add it — a folder, a README, the prompt you used. We'd like this to be where people find out what's possible.
For developers
Protocol revision 2026-07-28, Streamable HTTP transport. Full reference —
tool schemas, the OAuth flow, resources, errors, rate limits — is at
mindtheproduct.com/mcp/docs.
Raw protocol examples live in dev/: a shell walkthrough of the whole flow,
and a dependency-free Node client. The registry manifest is
server.json.
Licence
Code in this repo is MIT. Mind the Product content served through the API remains © Mind the Product and is provided for use within AI assistants, not for redistribution.
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
- FlicenseNot gradedqualityDmaintenanceConnects AI assistants to a team's product knowledge base, enabling search, capture, and navigation of glossary terms, business rules, decisions, and relations via MCP.6,885
- AlicenseNot gradedqualityAmaintenanceEnables searching, reading, and navigating MkDocs documentation sites through MCP tools for keyword, semantic, or hybrid search, document browsing, and project metadata.1BSD 2-Clause "Simplified"
- FlicenseNot gradedqualityBmaintenanceEnables querying and searching Ben Milne's personal site content, including essays, API endpoints, and PDF books, via MCP tools.
- AlicenseAqualityCmaintenanceProvides read-only access to iFixit repair guides, device information, repairability scores, categories, search, media, and contributor profiles via MCP tools.8BSD Zero Clause
Related MCP Connectors
Manage feature requests, votes, roadmaps, and changelogs from any MCP client.
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
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/mindtheproduct/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server