huuh - AI for teams and communities
About
Integrates with the huuh.me platform to enable collaborative AI knowledge bases and personas.
Details
- Author
- infolab-ai
- Downloads
- 312
- Categories
- Productivity, Communication
Jump to
- Search marketplace public knowledge bases
- Retrieve specific information from bases
- Contribute content to knowledge bases
- Get and update AI personas (system prompts)
- Create new knowledge bases and collaborative spaces
- Assign bases to team spaces
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
huuh - AI for teams and communitiesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Register on huuh.me, obtain an API key, and configure the MCP server with that key. The server provides 10 tools for searching, retrieving, contributing, and managing bases, personas, and spaces.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"huuh - ai for teams and communities": {
"huuh-mcp": {
"command": "uvx",
"args": [
"huuh-mcp"
],
"env": {
"HUUH_APIK_KEY": "<yours>"
}
}
}
}
}
McpServers
{
"huuh-mcp": {
"command": "uvx",
"args": [
"huuh-mcp"
],
"env": {
"HUUH_APIK_KEY": "<yours>"
}
}
}
Integrates with the huuh.me platform to enable collaborative AI knowledge bases and personas.
π Huuh MCP Server - Collaborative AI for everybody! π
TheHuuh MCP Serveris your friendly neighborhood Model Context Protocol server that bridges the gap between AI applications and thehuuh.meplatform π€π
- πAI-native knowledge
- create knowledge bases
- retrieve and contribute content directly in chat
- share and collaborate on knowledge bases with others
- let them retrieve and contribute
- Build and share AI personas (system prompts)
- switch from your Research AI to your Marketing AI with in chat
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 thehuuh.meplatform and get your API key. This server is designed to work with the huuh API, so you'll need an account to get started! π
Our server comes packed with10 incredible toolsthat make working with educational content a breeze:
What it does:Gets information about your available bases, modules, and files
Perfect for:Starting your journey and understanding what's available to you!
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!
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 in
- relevant_blocks(array, optional) - Specific modules to focus on
- relevant_groups(array, optional) - Specific groups to include
- relevant_file_ids(array, optional) - Specific files to search
Perfect for:Getting precise answers from base materials!
What it does:Add your own content contributions to bases
Parameters:
- base_id(string) - Base to contribute to
- folder_number(string) - Which folder to add content to
- contribution_title(string) - Title of your contribution
- contribution_content(string) - Your amazing content (max 30,000 characters)
Perfect for:Sharing knowledge and helping others learn!
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!
What it does:Update persona content and behavior
Parameters:
- title(string) - Persona to update
- new_content(string) - Updated persona content
- base_id(string, optional) - Base-specific persona updates
Perfect for:Iteratively improving system prompts for future use!
What it does:Add a brand new persona to a base (yours or public)Parameters:
- base_id(string) - Base to add persona to
- persona_title(string) - Name of your new persona
- persona_content(string) - Persona description and behavior (max 150 characters)
Perfect for:Storing system prompts to reapply them in the future!
What it does:Create a new knowledge base for your contentParameters:
- base_name(string) - Name of your new base
- base_description(string) - Description of what the base is about
Perfect for:Starting fresh knowledge bases for new topics or projects!
What it does:Assign an existing base to a collaborative spaceParameters:
- space_id(string) - ID of the space to assign the base to
- base_id(string) - ID of the base to assign
Perfect for:Sharing bases with your team or workspace!
What it does:Create a new collaborative space for team workParameters:
- space_name(string) - Name of your new space
- space_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!
To install mcp for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @infolab-ai/mcp --client claude
Add the following configuration toclaude-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! π»β€οΈ
# 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
# Your HUUH API key (get this from your account settings) HUUH_APIK_KEY=your_api_key_here # Optional: Set logging level LOG_LEVEL=INFO
The server uses API key authentication to keep your data safe! π‘οΈ
- π Get your API key from thehuuh.meplatform
- π Set it in your environment variables
- β¨ The server handles the rest automatically!
This project is licensed under theMIT 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!
Remote MCP server for MindMeister. Create, edit, and organize mind maps from your AI assistant. Hosted (streamable-HTTP) β connect at https://mcp.mindmeister.com/mcp
Collaborative word processor you can use with your agent
Keep teams & agents coordinated automatically
Collaborative AI creative workspace for agencies and ecommerce teams to generate on-brand images, videos, and ad creative at scale.
Carryo is a remote MCP server for sharing Claude or ChatGPT-created HTML artifacts as live links.
An MCP server for integrating ClickUp tasks with AI applications, featuring task dependency management and bug fixes.
The Collaboard MCP Server lets AI assistants create, search, analyze, and transform whiteboards into visual, collaborative workspaces.
An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.
Publish Markdown or HTML to a clean, shareable link straight from your AI assistant β OAuth, no API keys.
An MCP server for interacting with the esa.io knowledge-sharing platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



