- Home
- MCP servers
- Mindvalley Products
Mindvalley Products
- typescript
0
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mazemax-mindvalley-products-mcp": {
"command": "npx",
"args": [
"mindvalley-products-mcp"
]
}
}
}You can run a dedicated MCP server that grants AI assistants safe, read-only access to Mindvalley’s offerings, including products, masterclasses, programs, and certifications. This server serves structured data to clients via MCP, enabling fast, offline-friendly responses without external API calls.
How to use
You will use this MCP server with any MCP client. Start the server locally, then point your client to the provided command so it can answer questions about Mindvalley products, masterclasses, programs, and certifications. Your client can request information such as all products, masterclasses by title, programs in a category, or available certifications. The server returns structured results that your client can display or filter further.
How to install
Prerequisites: ensure you have Node.js installed (version 20.0.0 or newer) and a modern package manager such as npm or pnpm.
Install the MCP server globally for easy access, or install locally in your project.
# Install globally for easy access
npm install -g mindvalley-products-mcp
# Or install locally in your project
npm install mindvalley-products-mcp
Run the MCP server locally
To run the server as a local MCP endpoint, you can use the following command. This uses npx to execute the MCP server from the package.
npx mindvalley-products-mcp
Configure your MCP client to connect
If your client supports explicit MCP server configuration, reference the local command you used to start the server. For example, your client can run the same npx command and connect to the server instance to query Mindvalley data.
Available tools
products
Fetches all Mindvalley subscription products, including descriptions, pricing, and checkout URLs.
masterclasses
Retrieves current free masterclasses with hosts, descriptions, and registration URLs.
programs
Lists Mindvalley educational programs organized by category and allows category-based filtering.
certifications
Provides information about Mindvalley coaching certifications, including names and related details.