Tim-nocode

QuillHub MCP Server

Community Tim-nocode
Updated

QuillHub MCP server: meeting transcripts for Claude, Cursor and other AI agents. Hosted, OAuth or API key.

QuillHub MCP Server

Your meeting transcripts, readable by Claude, Cursor and any other MCP client. Search past calls, read who said what, pull decisions and action items, transcribe new files and links.

Setup guide · Docs · quillhub.ai · Desktop app

Endpoint: https://mcp.quillhub.ai/mcp (Streamable HTTP, hosted)Auth: OAuth 2.1 with PKCE (interactive clients) or API key qai_live_... (scripts, CI)Source: this repository documents the hosted server; the server itself is operated by QuillHub. There is nothing to install or self-host.

What it is

QuillHub records meetings from your desktop without a bot in the call (Zoom, Meet, Teams, phone, in person) and transcribes uploaded files and YouTube links in 98+ languages. Every recording comes back split by speaker with timestamps, chapters, a summary, decisions and action items.

The MCP server gives your AI assistant direct access to that archive. Ask Claude "what did we agree with the client last Tuesday", "what has Anna said about pricing this month", or "transcribe this file and draft the follow-up", and it calls the right tools itself.

Quick start

Step-by-step guide with screenshots: QuillHub + Claude/Cursor via MCP.

Claude Desktop, Cursor, VS Code and other OAuth-capable clients

Point the client at the URL with no Authorization header. The client opens a browser, you sign in to QuillHub, done.

{
  "mcpServers": {
    "quillhub": {
      "url": "https://mcp.quillhub.ai/mcp"
    }
  }
}

Claude.ai / Claude Desktop: Settings → Connectors → Add custom connector, paste https://mcp.quillhub.ai/mcp.

Claude Code:

claude mcp add --transport http quillhub https://mcp.quillhub.ai/mcp

API key (headless, CI, clients without OAuth)

Get a key in the Developers dashboard (issued automatically at sign-up), then use the mcp-remote bridge:

{
  "mcpServers": {
    "quillhub": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.quillhub.ai/mcp",
        "--header",
        "Authorization:Bearer qai_live_YOUR_KEY"
      ]
    }
  }
}

Write Authorization:Bearer ... with no space after the colon: some mcp-remote versions split arguments on spaces.

Tools

Tool What it does
search_meeting_transcripts Full-text search across meetings in a workspace: titles, summaries, decisions, action items and transcript text. Morphological matching in English and Russian.
list_transcriptions Paginated list of recordings with summary, key theses, decisions, action items, participants, project. Filter by text, date range, workspace, project.
get_transcription One recording in the format you need: summary, text, segments, dialog (who said what), paragraphs, chapters, subtitles. Supports time windows for long calls.
get_person_speech Timestamped quotes from one person across every meeting, with filters by date and project.
find_subjects Find tracked subjects (people, deals, projects, clients, candidates, custom types) with their AI-maintained note, open commitments and mention counts.
get_subject_page Full page for one subject: living note, open commitments, every meeting mention with quotes and speakers, unresolved questions.
get_state_timeline How a subject's note changed over time: revisions with diffs and the recording that caused each change.
list_open_questions Contradictions and ambiguities the AI found across meetings (e.g. two different budget figures) that need a human decision.
get_project_memory AI-maintained briefing for a project or workspace: purpose, glossary, key people, activity digest.
list_subject_types Subject types available in a project and the fields each one tracks.
list_workspaces Your workspaces and the projects inside them, so the agent can read teammates' shared recordings.
create_transcription Transcribe a URL (YouTube, direct file link) or an inline base64 file up to 25 MB.
wait_for_transcription Wait for a job to finish (up to 300 s per call), no polling loop needed.
cancel_transcription Cancel a queued or running job.
get_account Account, balance and subscription. Cheap liveness check.
get_developer_docs QuillHub developer docs as markdown, for agents writing integration code.

Example prompts

  • "Find every call where we discussed the migration deadline and list the decisions."
  • "What did Maria commit to in last week's meetings? Quote her."
  • "Transcribe https://youtu.be/... and give me the chapters with timestamps."
  • "Brief me on the Acme project before tomorrow's call."
  • "When did we first hear about the budget cut, and what changed after the last meeting?"

Limits and pricing

  • Connecting MCP is free. Transcription uses your normal QuillHub balance: 60 free minutes on sign-up, no card. Plans at quillhub.ai/en/pricing.
  • Inline base64 uploads are capped at 25 MB; for larger files pass a URL. Files up to 10 hours / 5 GB via the app.
  • No webhooks over MCP. Use the REST API webhooks for push delivery.

Security and privacy

  • The server is stateless and forwards your token to the QuillHub REST API; it stores no recordings and no secrets.
  • Recordings are encrypted at rest and in transit, never used to train models, and can be deleted at any time.
  • Don't commit real API keys into config files. Rotate keys in the Developers dashboard.

Kiro power

This repository is also a Kiro power: plugin.json, mcp.json and POWER.md sit at the root.

Also available

Support

Open an issue in this repository or write to [email protected].

Privacy policy: quillhub.ai/en/legal/privacy

QuillHub is built by Axevia Labs LLC.

License

The MIT license covers the files in this repository (documentation and config examples). The hosted server at mcp.quillhub.ai is a proprietary service.

MCP Server · Populars

MCP Server · New

    SylphxAI

    Citra

    Give your AI agent eyes for PDFs — structured text, tables, OCR, visual evidence, and page-level citations via MCP. Native Rust, local-first.

    Community SylphxAI
    fastcrw

    fastCRW

    Fast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community fastcrw
    feder-cr

    aihawk_mcp_server

    Anti-detect agentic browser: undetected browsing, browser automation, MCP server, AI web browsing agent, computer use, scraping, lead generation. No captchas.

    Community feder-cr
    Hyperiux-Immersion-Labs

    hyperiux-mcp-server

    Animation effects and interactive UI components for Next.js - CLI-installable, 50+ free MIT effects and 100+ Pro

    dx-corp

    Deep Code Reasoning MCP Server

    A Model Context Protocol (MCP) server that provides advanced code analysis and reasoning capabilities powered by Google's Gemini AI

    Community dx-corp