sayitvid-mcp
OfficialSayItVid MCP Server
Official Model Context Protocol (MCP) Server for SayItVid — Learn how English is really spoken. Search over 450,000 authentic video clips for exact spoken timestamps, IPA phonetics, syllable divisions, and natural language context.
Features
Search Real Spoken Videos (): Retrieve millisecond-timestamped video segments from authentic conversations, lectures, and interviews. Filter by American (), British (), or Australian () accents.
Deep Phonetics & Dictionary (): Access International Phonetic Alphabet (IPA) transcriptions, syllable breakdowns, stressed syllable markers, heteronym pronunciation rules (e.g. vs ), and pronunciation FAQs.
A-Z Directory Browsing (): Structured exploration of the English dictionary by letter or prefix.
Curated Practice Playlists (): Study targeted collections for IELTS vocabulary, tricky heteronyms, silent letters, and medical terminology.
Related MCP server: Phonetik
Quick Setup
1. Cursor IDE (Native Remote SSE)
Add to your Cursor MCP settings ():
Name:
Type:
URL:
2. Claude Desktop
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"sayitvid": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://sayitvid.com/api/mcp"]
}
}
}3. Antigravity / Opencode
Add to opencode.json:
{
"mcp": {
"sayitvid": {
"type": "remote",
"url": "https://sayitvid.com/api/mcp"
}
}
}4. Direct JSON-RPC / HTTP
curl -X POST https://sayitvid.com/api/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_pronunciation",
"arguments": {
"query": "ephemeral",
"accent": "uk"
}
}
}'Available MCP Tools
Tool | Description |
| Search video transcripts for timestamped clips, subtitles, and channel context. |
| Retrieve IPA phonetic transcription, syllables, stress index, and heteronym rules. |
| Browse dictionary words by letter (A-Z) or prefix. |
| Retrieve curated study playlists (IELTS, heteronyms, silent letters). |
Links & Attribution
Website: https://sayitvid.com
Interactive Web Search: https://sayitvid.com/search
API Documentation: https://sayitvid.com/api-docs
MCP Guide: https://sayitvid.com/mcp
AI Agent Index: https://sayitvid.com/llms.txt
License
MIT License. See LICENSE for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
Pronunciation assessment, phoneme scoring, speaker voice ID, audio transcription, speech synthesis.
Pronunciation scoring, speech-to-text, and text-to-speech for language learning
AI-assisted English lexical records. Stored-only batch lookup; coverage and quality vary.
Extract YouTube transcripts, search what was said, and read on-screen frames with cited timestamps.
Related MCP Servers
- AlicenseDqualityDmaintenanceEnables AI assistants to look up word definitions, pronunciations, and example sentences from the Cambridge Dictionary through natural language queries.18 npm7MIT
- AlicenseNot gradedqualityCmaintenancePhonetic analysis engine that gives LLMs accurate rhyme detection, stress scanning, meter identification, and syllable counting backed by the full CMU Pronouncing Dictionary.5MIT
- FlicenseNot gradedqualityDmaintenanceWord Orb is a language enrichment MCP server. 50,000+ words with IPA, definitions, etymology, translations in 47 languages with native script, gender equity guidance, and AI identity ethics. 3ms edge response. Tools: word_enrich, word_ethics, agent_speak. URL: https://mcp.wordorb.ai/mcp-
- AlicenseNot gradedqualityDmaintenanceVocabulary intelligence MCP server — 162K words, 47 languages, definitions, IPA pronunciation, etymology, translations, and daily lessons. 19 tools for AI agents.7 npm1MIT