π¦
Youmind MCP
A Model Context Protocol (MCP) server built with FastMCP that provides access to YouMind content.
0 installs
Trust: 34 β Low
Ai
Ask AI about Youmind MCP
Powered by Claude Β· Grounded in docs
I know everything about Youmind MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
π Quick Start
pip install youmind-mcp
βοΈ 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 |
|---|---|---|---|
craft_id | 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
