youmind-mcp
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., "@youmind-mcpget craft content for ID 019bc6bc-e1cc-79a2-a6fd-448b711a8895"
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.
🧠 Bridge your YouMind content to any AI assistant via the Model Context Protocol 🔗
🚀 Quick Start
pip install youmind-mcpRelated MCP server: Strapi MCP Server
⚙️ Configuration
Get your authentication token:
Log in to YouMind in your browser
Open browser developer tools (F12)
Go to Application/Storage > Cookies > https://youmind.com
Copy the value of
sb-flzdupptcpbcowdaetfq-auth-token
Configure your MCP client (e.g., Claude Desktop, Cursor) with the token in the env section:
{
"mcpServers": {
"youmind": {
"command": "youmind-mcp",
"env": {
"YOUMIND_AUTH_TOKEN": "sb-flzdupptcpbcowdaetfq-auth-token=your-actual-token-here"
}
}
}
}🛠️ Available Tools
get_craft_content
Retrieves the plain text content of a craft by its ID.
Parameter | Type | Required | Description |
| string | ✅ | The ID of the craft to retrieve |
Returns: The plain text content of the craft.
Example:
get_craft_content(craft_id="019bc6bc-e1cc-79a2-a6fd-448b711a8895")📄 License
MIT — see LICENSE
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
- Flicense-qualityDmaintenanceFacilitates integration of PrivateGPT with MCP-compatible applications, enabling chat functionalities and secure management of knowledge sources and user access.Last updated
- Alicense-qualityDmaintenanceProvides access to Strapi CMS content through the MCP protocol, allowing users to create, read, update, and delete content entries via Claude.Last updated69125MIT

eGain MCP Serverofficial
Flicense-qualityDmaintenanceEnables AI clients to interact with eGain Knowledge, supporting portal browsing, article reading, knowledge search, and AI-powered answers through MCP.Last updated211
Jahia MCP Community Serverofficial
Alicense-qualityAmaintenanceEnables AI assistants to query and mutate Jahia content via GraphQL through MCP tools, with skill management and access control.Last updatedMIT
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Connect e-commerce and marketing data to AI assistants via MCP.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
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/NoSugarCoffee/youmind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server