huuh
huuh.me is AI-native Youtube - dead easy AI for people with stuff to do - collaborative AI projects for teams - public AI-native knowledge sharing - monetization of AI-native content streams
README
🚀 Huuh MCP Server - Collaborative AI for everybody! 🎓
The Huuh MCP Server is your friendly neighborhood Model Context Protocol server that bridges the gap between AI applications and the huuh.me platform 🤖💝
With huuh.me you can:
- 📚 AI-native knowledge
- create knowledge bases
- retrieve and contribute content directly in chat
- 🫂 shared AI for your team
- share and collaborate on knowledge bases with others
- let them retrieve and contribute
- 🎭 better results with flexible usage
- Build and share AI personas (system prompts)
- switch from your Research AI to your Marketing AI with in chat
✨ What Does This Server Do?
Our server is like a Swiss Army knife for collaboration in the era of AI! 🔧📚 You can:
- 🔍 Explore Bases: Search through marketplace public knowledge bases
- 📖 Access Information: Retrieve specific information from one of your bases or any public base
- 🎭 Manage Personas: Get and update AI personas to quickly apply system prompts in the chat
- 📝 Contribute Content: Add your own contributions to bases and help build the knowledge base
- 🛠️ Contribute Personas: Contribute personas you find useful to a public base
- 🏗️ Create Bases: Start new knowledge bases for your projects
- 🔗 Assign Bases to Spaces: Share bases with your team or workspace
- 🌟 Create Spaces: Set up collaborative spaces for team work
To use the server, please register on the huuh.me platform and get your API key. This server is designed to work with the huuh API, so you'll need an account to get started! 🌐
🛠️ Available Tools - Your AI Toolbox!
Our server comes packed with 10 incredible tools that make working with educational content a breeze:
1. 🏠 get_user_options
What it does: Gets information about your available bases, modules, and files
Perfect for: Starting your journey and understanding what's available to you!
2. 🛒 search_marketplace
What it does: Search for bases in the marketplace
Parameters:
query(string) - Your search terms (max 150 characters)
Perfect for: Discovering new bases and educational opportunities!
3. 🔍 retrieve_information
What it does: Retrieve specific information from base content
Parameters:
query(string) - What you're looking for (max 150 characters)base_id(string) - Which base to search inrelevant_modules(array, optional) - Specific modules to focus onrelevant_groups(array, optional) - Specific groups to includerelevant_file_ids(array, optional) - Specific files to search
Perfect for: Getting precise answers from base materials!
4. 📝 contribute
What it does: Add your own content contributions to bases
Parameters:
base_id(string) - Course to contribute tofolder_number(string) - Which folder to add content tocontribution_title(string) - Title of your contributioncontribution_content(string) - Your amazing content (max 30,000 characters)
Perfect for: Sharing knowledge and helping others learn!
5. 🎭 get_persona
What it does: Retrieve information about AI personas
Parameters:
title(string) - Name of the persona you want
Perfect for: Applying your stored system prompts in your chat!
6. 🔄 refresh_persona
What it does: Update persona content and behavior
Parameters:
title(string) - Persona to updatenew_content(string) - Updated persona contentbase_id(string, optional) - Course-specific persona updates
Perfect for: Iteratively improving system prompts for future use!
7. 🎁 contribute_persona_to_course
What it does: Add a brand new persona to a course (yours or public) Parameters:
course_id(string) - Course to add persona topersona_title(string) - Name of your new personapersona_content(string) - Persona description and behavior (max 150 characters)
Perfect for: Storing system prompts to reapply them in the future!
8. 🏗️ create_base
What it does: Create a new knowledge base for your content Parameters:
base_name(string) - Name of your new basebase_description(string) - Description of what the base is about
Perfect for: Starting fresh knowledge bases for new topics or projects!
9. 🔗 assign_base_to_space
What it does: Assign an existing base to a collaborative space Parameters:
space_id(string) - ID of the space to assign the base tobase_id(string) - ID of the base to assign
Perfect for: Sharing bases with your team or workspace!
10. 🌟 create_spaces
What it does: Create a new collaborative space for team work Parameters:
space_name(string) - Name of your new spacespace_description(string) - Description of the space's purpose
Perfect for: Setting up collaborative environments for teams and projects!
🚀 Quick Start - Get Up and Running in Seconds!
Installing via Smithery
To install mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @infolab-ai/mcp --client claude
Claude Desktop Configuration
Add the following configuration to claude-desktop.json:
{
"mcpServers": {
"huuh-mcp": {
"command": "uvx",
"args": ["huuh-mcp"],
"env": {
"HUUH_APIK_KEY": "<yours>"
}
}
}
}
🔧 Development Setup - For the Code Enthusiasts!
Want to contribute or customize? We love developers! 💻❤️
Prerequisites
- Python 3.12+ 🐍
- uv package manager ⚡
Setup Steps
# Clone the repository
git clone https://github.com/infolab-ai/mcp.git
cd mcp
# Install dependencies with uv (it's lightning fast!)
uv sync
# Activate the virtual environment
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Set up your environment variables
cp .env.sample .env
# Edit .env with your API credentials
# Run the server in development mode
uv --directory path/to/huuh_mcp -m huuh_mcp.server --env-file /path/to/.env
Environment Variables 📋
Create a .env file with:
# Your HUUH API key (get this from your account settings)
HUUH_APIK_KEY=your_api_key_here
# Optional: Set logging level
LOG_LEVEL=INFO
🔐 Authentication - Secure and Simple!
The server uses API key authentication to keep your data safe! 🛡️
- 🔑 Get your API key from the huuh.me platform
- 🔒 Set it in your environment variables
- ✨ The server handles the rest automatically!
📜 License - Freedom to Learn and Build!
This project is licensed under the MIT License 📄 - which means you're free to:
- ✅ Use it commercially
- ✅ Modify it however you want
- ✅ Distribute it to others
- ✅ Use it privately
- ✅ Contribute back to the community
The only requirement? Keep the license notice in derivative works. That's it! 🎉
🤝 Contributing - Join our Discord Community!
We'd love your help making this server even more awesome! 🌟
- 🐛 Found a bug? Open an issue!
- 💡 Have an idea? We want to hear it!
- 🔧 Want to contribute code? Send us a PR!
- 📚 Improve documentation? You're our hero!
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。