loomiomcp
Loomio tools for Claude. Local install via npx, org-wide via Custom Connectors. Read-only mode supported.
README
loomiomcp
Model Context Protocol server for Loomio. Lets Claude (Desktop, Code, or web Projects via Custom Connector) read and write Loomio discussions, polls, comments, and group memberships in plain English. Targets Loomio's b2 API — the canonical surface documented at /help/api2 and the namespace where the controllers actually live in the open-source repo.
Tools (b2, per-user ?api_key=):
get_discussion(id_or_key)— fetch one discussionlist_discussions(group_id, status?, limit?, offset?)— list a group's discussionscreate_discussion(title, group_id, …)— start a new oneget_poll(id_or_key)— fetch one polllist_polls(group_id, status?, limit?, offset?)— list a group's pollscreate_poll(title, poll_type, …)— start a new polllist_memberships(group_id, limit?, offset?)— list a group's members with email addresses (caller must be a group admin)list_groups({start_id?, end_id?, stop_after_consecutive_misses?})— enumerate visible groups by probingb2/pollsacross an id range. Loomio has no api-key-authed list-groups endpoint; this is the workaround. Default scans are ~50–200 outbound calls; a single invocation is capped at 500 idsmanage_memberships({group_id, emails, remove_absent})— add and (withremove_absent: true) remove members. See SECURITY.md before usingremove_absent.create_comment(discussion_id, body, body_format?)— reply on a discussion
Opt-in admin tools (b3, server-instance secret ?b3_api_key=):
Set LOOMIO_B3_API_KEY to enable. Only useful for Loomio instance operators.
deactivate_user(id)— disable a user account instance-widereactivate_user(id)— re-enable a previously deactivated user
Quick start (stdio, local)
LOOMIO_API_KEY=… npx loomiomcp
Add it to your Claude Desktop / Claude Code config the same way you would any stdio MCP server.
Remote (HTTP)
See DEPLOY.md for Cloud Run.
Auth
Loomio's b2 API authenticates by API key passed as a ?api_key=… query
parameter. The connector injects it server-side; it never reaches the
MCP client. Generate one in Loomio under your profile → API keys.
The optional b3 admin namespace uses a different secret (?b3_api_key=…,
validated against ENV['B3_API_KEY'] on the Loomio server, >16 chars).
Only relevant if you operate a Loomio instance.
Read-only mode
Set LOOMIO_MCP_READONLY=1 to register only the read tools
(get_* / list_*). All write tools (create_*, manage_*) are
skipped at server-init time. This is the mode the Cloud Run deployment
runs in.
Docs map
| File | When to read |
|---|---|
| INSTALL.md | "I want to use this locally with Claude Desktop / Code today" |
| DEPLOY.md | "I want to run this as a remote HTTP/OAuth endpoint" |
| HOWTO.md | "I want example prompts and use cases" |
| DESIGN.md | "I want to understand the load-bearing choices" |
| NOTES-ON-LOOMIO-API.md | "I'm hitting a weird Loomio behaviour, or want the line-by-line endpoint reference" |
| SECURITY.md | "I'm doing a security review or rotating secrets" |
| OPTIMIZATIONS.md | "I want observability / usage analytics queries" |
| CONTRIBUTING.md | "I want to add a tool or send a PR" |
| CHANGELOG.md | "What changed?" |
License
Apache-2.0
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.