Phonotheca
Phonotheca MCP server
Remote MCP server for Phonotheca, the archive for recorded interviews. Connect Claude or any MCP client to your workspace and search every transcript, browse projects and interviews, and read speaker-labelled transcripts with timestamps. Passages come back with their speaker, interview, project, and timestamp attached, so a quote arrives with its citation.
The connection is read-only. It cannot upload audio, start transcription, edit a transcript, or delete anything.
Endpoint
https://phonotheca.com/api/mcpStreamable HTTP, stateless. Authentication is a bearer token created in Settings, shown once and revocable there at any time. A free account is enough to try it; the archive, search, and export stay open permanently.
Related MCP server: transcript-search-v2
Connect
Claude Code:
claude mcp add --transport http phonotheca \
https://phonotheca.com/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"Claude API:
"mcp_servers": [{
"type": "url",
"url": "https://phonotheca.com/api/mcp",
"name": "phonotheca",
"authorization_token": "YOUR_TOKEN"
}]Tools
Tool | What it does |
| Full-text search across every transcript, optional project filter. Returns cited passages. |
| The workspace's projects with interview counts. |
| A project's interviews with duration, language, and status. |
| A speaker-labelled transcript with timestamps, paged for long interviews. |
Data handling
Requests hit the same EU-resident application and database as the workspace. Transcript text returned to an MCP client goes to whatever assistant you connected, under that assistant's terms. Revoking the token ends access immediately. Details: phonotheca.com/mcp.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Read-only MCP access to Vela's corpus of human experience: cited passages, coordinates, reading path
Search and read your recorded meetings: notes, action items, participants, transcripts.
Search your Glasp web and Kindle highlights, notes, and AI memories from any MCP client. Read-only.
Related MCP Servers
- AlicenseAqualityDmaintenanceRead-only access to your Gilbert meetings, transcripts and summaries over MCP — list, search, and fetch transcripts and summaries.554 npm1MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that indexes local Claude Code transcripts and provides keyword, phrase, semantic, and date-range search, plus full context/session recall.-
- AlicenseAqualityCmaintenanceMCP server that provides read-only analysis of Claude Code session transcripts, enabling queries about project activity, session details, and tool usage.3MIT
- FlicenseAqualityCmaintenanceProvides read-only MCP tools to search and retrieve evidence-grounded knowledge compiled from video content, including hybrid semantic and lexical search with citations.5-