Token导航 LogoToken导航TokenDH.com
HA
开发工具HTTP官方级别未说明来源级核验

HappyScribe (verified)

MCP Server

Search transcripts, summarize meetings, extract action items, and transcribe new files directly from chat — across ChatGPT, Claude Desktop, Cursor, and more.

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:28

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add happyscribe/happyscribe

详细介绍

HappyScribe (verified)

Search transcripts, summarize meetings, extract action items, and transcribe new files directly from chat — across ChatGPT, Claude Desktop, Cursor, and more.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add happyscribe/happyscribe

# Browse available tools
npx -y smithery tool list happyscribe/happyscribe

# Get full schema for a tool
npx -y smithery tool get happyscribe/happyscribe list_transcriptions

# Call a tool
npx -y smithery tool call happyscribe/happyscribe list_transcriptions '{}'

Direct MCP Connection

Endpoint: https://happyscribe.run.tools

Tools (30)

  • list_transcriptions — List transcriptions accessible to the user with optional filtering. Returns results ordered by creation date (newest fi…
  • search_transcriptions — Search for exact text/keywords within transcription content (like grep). Use this to find specific names, product names…
  • get_transcription — Get detailed information about a specific transcription
  • get_transcriptions — Get detailed information about multiple transcriptions at once. Use this after listing transcriptions to get full conte…
  • list_read_files — List files already read this month and show remaining quota. Some plans have a monthly limit on how many unique files c…
  • verify_quotes — REQUIRED for quote extraction: Verifies quote text against the actual transcription content and returns precise timesta…
  • list_projects — List projects in the workspace. Projects group transcriptions, instructions, and AI conversations around a specific goa…
  • get_project — Get details of a specific project: name, instructions, notes, files, and members. Use list_projects first to find the p…
  • update_project_notes — Update the AI memory for a project. Use this to persist key findings, decisions, and patterns discovered across convers…
  • list_people — Browse and search people who appear in transcriptions. Returns people from the knowledge graph with their company and t…
  • get_person — Get detailed profile for a specific person including their company, transcription statistics, and recent transcriptions.
  • list_companies — Browse and search companies in the knowledge graph. Returns companies with their people count and transcription statist…
  • get_company — Get detailed profile for a specific company including all known people there, transcription statistics, and recent tran…
  • get_workspace — Get information about the current workspace this connection has access to
  • get_folder_hierarchy — Get the folder hierarchy with transcription counts. Shows accessible folders organized by location (Team, Private, Shar…
  • upload_file — Opens the HappyScribe file uploader widget for the user to upload their audio/video files. Call this tool when the user…
  • create_transcription — Creates a new transcription from a media file and displays a progress monitoring widget. \n\nTWO WAYS TO USE THIS TOOL:…
  • get_meeting_diagnostics — Get detailed diagnostic information about why a meeting was or wasn't recorded. Use this to debug failed recordings, un…
  • list_calendar_events — List calendar events (scheduled meetings) with their recording status. Use this to see what meetings are scheduled, whi…
  • search_helpdesk — Search HappyScribe helpdesk articles to answer questions about product features, policies, and how-to guides. Use this …
  • move_transcriptions — Move one or more transcriptions to a different folder in the same organization. Accepts up to 50 transcription IDs per …
  • rename_transcription — Rename a single transcription.
  • delete_transcriptions — Soft-delete one or more transcriptions (move to trash, restorable by the user). Accepts up to 50 transcription IDs per …
  • create_folder — Create a new folder. Specify a parent via parent_folder_id; if omitted, the folder is created at the root of the worksp…
  • rename_folder — Rename a folder.
  • delete_folder — Soft-delete a folder. The folder must be empty (no kept files or subfolders). To delete a non-empty folder, first move …
  • list_glossaries — List glossaries in the workspace. Glossaries define terminology that should be used consistently in transcriptions and …
  • get_glossary — Get a glossary with all its terms. Returns the full term list including source text, translations, and context notes.
  • list_conversations — List past AI conversations from HappyScribe's in-product chat (Ask AI). Returns conversations ordered by creation date …
  • get_conversation — Retrieve messages from a past HappyScribe in-product AI conversation (Ask AI). Use list_conversations first to find the…
# Get full input/output schema for a tool
npx -y smithery tool get happyscribe/happyscribe 

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP