ParrotScribe MCP Server
Related Servers
Alternatives to ParrotScribe MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceProvides voice transcription control and polling for MCP-compatible agents, enabling start/stop/pause/resume and retrieval of new text via tools.8MIT

TypeWhisper MCPofficial
AlicenseAqualityCmaintenanceConnects to the TypeWhisper macOS app to let coding agents transcribe local files, inspect model status, search history, and manage dictionary terms and corrections.10192GPL 3.0- FlicenseNot gradedqualityBmaintenanceGives your AI a live, speaker-labeled transcript of the meeting or call happening right now, plus the ability to push advice into the meeting window and speak out loud on the Mac. Requires the VoxAI macOS app — the server reads and writes that app's local files, so tools only return real data on macOS.-
- AlicenseAqualityBmaintenanceEnables macOS system automation, window management, and productivity tools for AI agents, including running AppleScripts, opening apps, retrieving browser tabs, taking screenshots, and controlling system settings.21MIT
- AlicenseNot gradedqualityCmaintenanceTranscribes audio/video files, generates summaries and structured knowledge items, and supports Notion integration and chat-based interaction. Works as a standalone CLI, Notion integration, or MCP server tool for agent ecosystems.15MIT

SayAll MCPofficial
AlicenseNot gradedqualityBmaintenanceProvides read-only access to local voice-to-text transcription history from the SayAll wireless mic app on macOS. Enables MCP-compatible assistants to query and paginate past transcripts by time and app with strong privacy boundaries.MIT
TDQS
Scored across 8 tools
Each tool has a distinct purpose: start/stop control, status queries, live tail, session listing, forcing new sessions, full transcript display, and search. Even tail vs cat are differentiated by time scope (recent polling vs historical full sessions).
All tools share the pscribe_ prefix and use lowercase with underscores, but the suffix style mixes verbs (start, stop, tail, cat, grep) with nouns (status, sessions) and an odd 'new'. The prefix keeps it predictable, though a stricter verb_noun pattern would be more consistent.
8 tools is well-scoped for a transcription service covering control, live monitoring, session management, and historical queries. Each tool earns its place without redundancy.
The surface covers the full transcription lifecycle: start, stop, status, live polling, session listing, new session creation, full transcript viewing, and search. Minor gaps like explicit pause/resume or export/delete exist, but agents can work around them (start resumes, grep/cat serve export needs).