Youmind
БесплатноНе проверенBridges YouMind content to AI assistants via MCP, enabling retrieval of craft content by ID.
Описание
Bridges YouMind content to AI assistants via MCP, enabling retrieval of craft content by ID.
README
🧠 Bridge your YouMind content to any AI assistant via the Model Context Protocol 🔗
🚀 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
Установка Youmind
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/NoSugarCoffee/youmind-mcpFAQ
Youmind MCP бесплатный?
Да, Youmind MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Youmind?
Нет, Youmind работает без API-ключей и переменных окружения.
Youmind — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Youmind в Claude Desktop, Claude Code или Cursor?
Открой Youmind на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Youmind with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
