QuillHub MCP Server

MCP serverSearch

Meeting transcripts for AI agents: search calls, read who said what, transcribe files and links.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use QuillHub MCP Server

Install QuillHub MCP Server

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

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

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://mcp.quillhub.ai/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=quillhub-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5xdWlsbGh1Yi5haS9tY3AifQ==

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://mcp.quillhub.ai/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add quillhub-mcp-server --url 'https://mcp.quillhub.ai/mcp'

    Run it once, then sign in with codex mcp login quillhub-mcp-server if the server asks for an account.

From the project's README

As published by Tim-nocode/quillhub-mcp in README.md.


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

ToolWhat it does
search_meeting_transcriptsFull-text search across meetings in a workspace: titles, summaries, decisions, action items and transcript text. Morphological matching in English and Russian.
list_transcriptionsPaginated list of recordings with summary, key theses, decisions, action items, participants, project. Filter by text, date range, workspace, project.
get_transcriptionOne recording in the format you need: summary, text, segments, dialog (who said what), paragraphs, chapters, subtitles. Supports time windows for long calls.
get_person_speechTimestamped quotes from one person across every meeting, with filters by date and project.
find_subjectsFind tracked subjects (people, deals, projects, clients, candidates, custom types) with their AI-maintained note, open commitments and mention counts.
get_subject_pageFull page for one subject: living note, open commitments, every meeting mention with quotes and speakers, unresolved questions.
get_state_timelineHow a subject's note changed over time: revisions with diffs and the recording that caused each change.
list_open_questionsContradictions and ambiguities the AI found across meetings (e.g. two different budget figures) that need a human decision.
get_project_memoryAI-maintained briefing for a project or workspace: purpose, glossary, key people, activity digest.
list_subject_typesSubject types available in a project and the fields each one tracks.
list_workspacesYour workspaces and the projects inside them, so the agent can read teammates' shared recordings.
create_transcriptionTranscribe a URL (YouTube, direct file link) or an inline base64 file up to 25 MB.
wait_for_transcriptionWait for a job to finish (up to 300 s per call), no polling loop needed.
cancel_transcriptionCancel a queued or running job.
get_accountAccount, balance and subscription. Cheap liveness check.
get_developer_docsQuillHub 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.

Also available

Support

Open an issue in this repository or write to tim.nocode@gmail.com.

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.

Advanced
Delivery
mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
ai-quillhub-mcp
Source
github.com/Tim-nocode/quillhub-mcp
Hosted endpoint
https://mcp.quillhub.ai/mcp