MCP Server for Transcripter
@MCP-Mirror
MCP Server for Transcripter について
Mirror of
基本情報
設定
ツール
3Test API endpoints and return the results
Search transcriptions with filtering and pagination
Generate a summary of a transcription using AI
概要
What is MCP Server for Transcripter?
MCP Server for Transcripter is a Model Context Protocol (MCP) server implementation that provides tools and resources for AI‑powered features within the Transcripter project. It acts as a standardized interface for AI model interactions, offering API testing, transcription search and summarization, and access to transcription and analysis data via resource URIs.
How to use MCP Server for Transcripter?
Install via npm install, then build with npm run build. Start the server using npm run server (default port 3500, custom port can be specified as an argument). Connect using an MCP SDK client over SSE transport (endpoints: /sse and /message). Tools are invoked via client.tools.execute(), and resources are accessed via client.resources.get().
Key features of MCP Server for Transcripter
- test-api tool for testing API endpoints
- transcription-search tool with filtering and pagination
- transcription-summary tool for AI‑powered summarization
- Resource URIs:
transcription://{id}andanalysis://{id} - SSE transport for MCP client communication
- Supports both ESM and CommonJS module builds
Use cases of MCP Server for Transcripter
- Integrate AI transcription search and summarization into an MCP‑compatible client
- Test API endpoints of the Transcripter project programmatically
- Access transcription or analysis data by ID from an AI assistant
- Build custom tools that interact with Transcripter’s data via MCP resources
- Run a standardized MCP server alongside the Transcripter project for AI model interoperability
FAQ from MCP Server for Transcripter
What runtime and package manager are required?
Node.js 18.0.0 or higher and npm 7.0.0 or higher are required.
How does the server communicate with clients?
The server uses Server‑Sent Events (SSE) for streaming and a message endpoint (/message) for receiving client commands.
What tools and resources are available?
Three tools: test-api, transcription-search, transcription-summary. Two resource URI patterns: transcription://{id} and analysis://{id}.
Can I run the server on a custom port?
Yes. Pass the desired port as a command‑line argument to npm run server, e.g., npm run server 4000.
Is authentication or authorization mentioned in the documentation?
No. The README does not describe any authentication or authorization mechanisms.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント