Integrations
Integrates with Node.js runtime environment as a requirement for running the MCP server, with version 18.0.0 or higher needed.
Utilized for package management and running scripts with version 7.0.0 or higher required for installation and operation.
Provides TypeScript support for client implementations, with example code demonstrating how to connect to and use the MCP server's tools and resources.
トランスクリプター用MCPサーバー
Transcripterプロジェクト用のModel Context Protocol(MCP)サーバー実装。このパッケージは、MCP標準を使用したAI活用機能のためのツールとリソースを提供します。
特徴
ツール
- test-api : APIエンドポイントをテストし、結果を返す
- transcription-search : フィルタリングとページ付けによる転写の検索
- transcription-summary : AIを使用して転写の要約を生成する
リソース
- transcription://{id} : IDで転写データにアクセスする
- analysis://{id} : IDで分析データにアクセスします
要件
- Node.js >= 18.0.0
- npm >= 7.0.0
インストール
建物
ランニング
テスト
使用例
test-apiツールの使用
転写リソースの使用
トランスクリプターとの統合
このMCPサーバーはTranscripterプロジェクトと統合され、AIを活用した文字起こしと分析機能を提供します。AIモデルとのやり取りのための標準化されたインターフェースとして機能します。
プロジェクト構造
src/cli.ts
: MCP サーバーを起動するためのコマンドラインインターフェースsrc/tools/
: MCPツールの実装src/resources/
: MCP リソースプロバイダーの実装src/tests/
: ツールとリソースのテスト
ライセンス
マサチューセッツ工科大学
This server cannot be installed
トランスクリプター プロジェクトに AI を活用した機能を提供するモデル コンテキスト プロトコル サーバー。これには、トランスクリプションを検索および要約するためのツールや、トランスクリプションおよび分析データにアクセスするためのリソースが含まれます。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that searches transcript segments in a Turso database using vector similarity, allowing users to find relevant content by asking questions without generating new embeddings.Last updated -JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to create, update, and delete Dub.co short links through the Dub.co API.Last updated -3115JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides AI assistants with structured access to your Logseq knowledge graph, enabling retrieval, searching, analysis, and creation of content within your personal knowledge base.Last updated -19TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to extract transcripts from YouTube videos, allowing AI to analyze and work with video content directly.Last updated -281TypeScript