Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. CrowdHum
C
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:22:29 PM

CrowdHum

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Create and run live audience polls from your AI assistant, with a scan-to-vote QR and an AI recap.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "crowdhum": {
      "command": "npx",
      "args": [
        "-y",
        "crowdhum"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

CrowdHum for your AI assistant

Run live audience polls without leaving the chat. Design polls from a deck or your calendar, launch them with a scan-to-vote QR code, watch votes arrive in real time, and get an AI recap. This is a portable Agent Skills + MCP plugin backed by the CrowdHum MCP server (https://mcp.crowdhum.com).

Works in Claude Code, Claude.ai (custom connector), the GitHub Copilot CLI, and any MCP client. The same package also targets Microsoft 365 Copilot / Cowork.

Requires a CrowdHum Pro account. The MCP server is Pro-gated and authenticates via OAuth on first use. No secrets live in this plugin.

What you can do

Ask your assistant in plain language:

  • "Turn this deck into a 3-question poll set, and give me the QR link to share."
  • "Run a word cloud for my standup: one word for how this sprint felt."
  • "My room code is XKCD. How did people vote, and what's the takeaway?"
  • "Given these live results, what should I poll next?"
  • "Recap the session we just ran: the themes, the splits, and one line for the stage."

What's inside

Code
crowdhum-plugin/
β”œβ”€β”€ .claude-plugin/
β”‚   β”œβ”€β”€ plugin.json          # plugin metadata
β”‚   └── marketplace.json     # makes this repo an installable marketplace
β”œβ”€β”€ .mcp.json                # points at https://mcp.crowdhum.com (OAuth auto-negotiated)
β”œβ”€β”€ color.png                # 192Γ—192 icon
β”œβ”€β”€ outline.png              # 32Γ—32 icon
└── skills/
    β”œβ”€β”€ run-a-live-poll/     # end-to-end: create β†’ share QR β†’ run β†’ results
    β”œβ”€β”€ design-a-poll/       # pick the visualization + write good choices
    β”œβ”€β”€ icebreaker-ideas/    # curated opener library, matched to the meeting
    β”œβ”€β”€ polls-from-content/  # read a deck/PDF/agenda β†’ suggested polls
    β”œβ”€β”€ polls-from-calendar/ # read upcoming meetings β†’ polls / icebreakers
    β”œβ”€β”€ adaptive-next-poll/  # read live results β†’ the smart follow-up poll
    β”œβ”€β”€ session-recap/       # post-event synthesis + shareable recap
    β”œβ”€β”€ find-or-reuse-a-poll/# look up / resume / clone an existing poll
    └── invite-a-coowner/    # add a co-host to a session

Several skills compose with the host agent's own tools (reading a PowerPoint, your calendar, drafting an email). They describe the capability needed, not a specific tool, so they stay portable across hosts and degrade gracefully (they ask for pasted content when a capability isn't available).

Install (Claude)

Code
/plugin marketplace add topness-msft/crowdhum-plugin
/plugin install crowdhum@crowdhum-plugin

Then just ask, e.g. "run a word cloud for my standup", "read this deck and suggest 3 polls", or "given these results, what should I poll next?"

Use in Microsoft 365 Copilot / Cowork

The same skills + .mcp.json convert to an M365 app package: run the Microsoft conversion script (Convert-ClaudePluginToMOS3.ps1, https://aka.ms/copilot-cowork-plugin-conversion-script), or author a manifest.json with an agentConnectors[] entry pointing at https://mcp.crowdhum.com, then package with the M365 Agents Toolkit and upload.

The MCP tools authenticate with OAuth, so the connector needs an OAuth client registration in your Microsoft tenant (a Teams Developer Portal "OAuth client registration" whose reference ID goes in the manifest's authorization block). Creating one requires tenant admin permission.

The CrowdHum MCP tools these skills use

create_poll, add_poll_to_session, get_room_links, get_poll_results, get_session, get_session_recap, list_my_sessions, list_my_polls, list_visualizations, invite_co_owner.

Visualization modes: word-cloud, column-drift, rising-bubbles, ranking, qa.

Links

  • Website: https://crowdhum.com
  • Setup guide (all clients): https://mcp.crowdhum.com
  • Privacy: https://crowdhum.com/privacy
  • Support: hello@crowdhum.com

License

MIT.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Turnale logoTurnale

    Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

    πŸ’» Developer Tools0 views
    Compare vs Turnale β†’
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about CrowdHum

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "crowdhum": { "command": "npx", "args": ["-y", "CrowdHum"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCrowdHum AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/crowdhum?style=directory)](https://allmcps.com/mcp/crowdhum)
HTML Embed
<a href="https://allmcps.com/mcp/crowdhum"><img src="https://allmcps.com/api/badge/crowdhum?style=directory" alt="CrowdHum on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to CrowdHum β†’Install in Claude DesktopInstall in CursorInstall in VS Code