WordCast MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WordCast MCP ServerList the supported voices and languages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WordCast MCP Server
MCP server for WordCast
A Model Context Protocol server that exposes the canonical WordCast knowledge surface — voice and TTS workflows, blog topics, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://wordcast.app
🎙️ About WordCast
WordCast is a browser-based text-to-speech reader that converts written content into audio entirely on your device. There is no backend server involved: text, files, and URLs are processed locally using the speech synthesis voices already installed on your operating system. The result is a tool that starts playing in under a second, works without creating an account, imposes no character limits or usage caps, and remains completely free. It accepts a wide range of input types — pasted text, uploaded documents, or a web URL — and outputs clear, natural-sounding audio through any of the voices available on your system.
Related MCP server: earscribe-mcp
Key Features
Local processing only — text and files never leave the device; computation happens entirely in the browser using OS-native speech synthesis
Broad format support — accepts PDF, DOCX, EPUB, RTF, TXT, MD, and HTML file uploads, as well as pasted text and URLs pointing to online articles
200+ voices across 60+ languages — leverages the full set of voices pre-installed on the user's operating system, covering a wide range of languages and accents
Instant playback — audio begins in under one second with no loading screens, server round-trips, or queued processing
Playback controls — adjustable reading speed, lock-screen media controls, and media session integration for a consistent listening experience across devices
No account required — no signup, no subscription tier, no usage tracking
Use Cases
Commute listening — paste a long article or upload a document before leaving, then listen hands-free during travel
Proofreading by ear — authors and editors use the read-aloud function to catch awkward phrasing and errors that are easy to miss when reading silently
Language learning — hear native pronunciation of words and sentences across dozens of languages using region-specific voices
Handling sensitive documents — legal, medical, or personal documents can be listened to without uploading them to any external service
Accessibility support — users with dyslexia, ADHD, or visual fatigue benefit from audio rendering of written content without installing dedicated software
Who Is It For
WordCast is well suited to anyone who regularly reads long-form text and prefers listening as an alternative or complement to silent reading. Researchers working through papers, writers editing their own drafts, students reviewing study materials, and language learners practicing pronunciation are all natural users. The privacy-first design makes it a practical choice for professionals handling confidential documents — lawyers, therapists, and medical staff who need to process sensitive text without routing it through third-party cloud services. Because there is no account system and no paywall, it is also accessible to users in environments where cloud-based tools are restricted or where bandwidth is limited.
Tools
list_voices
Return the canonical voice and TTS configuration exposed on the site. (WordCast)
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for WordCast (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://wordcast/voices— Supported voices, languages, and TTS modes.site://wordcast/faq— Short FAQ generated from public site metadata.site://wordcast/links— Canonical URLs to share with users.
Prompts
tell_me_about_wordcast
Summarize what the site is, who it's for, and how it works. — WordCast
read_aloud_demo_wordcast
Plan a read-aloud workflow with the site's voices. — WordCast
Installation
Install via Smithery
npx -y @smithery/cli install wordcast-mcp --client claude(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/wordcast-mcp.git
cd wordcast-mcp
pnpm installThen add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"wordcast-mcp": {
"command": "node",
"args": [
"/absolute/path/to/wordcast-mcp/src/index.mjs"
]
}
}
}Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjsOfficial Links
Website: https://wordcast.app
About: https://wordcast.app/about
Support: support@wordcast.app
Development
pnpm install
pnpm start # run the server over stdioLicense
MIT
Available Tools
2 toolsget_official_linksA
Return the canonical list of official links for WordCast (website, support, docs when available).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It goes beyond a simple statement by noting 'when available,' which clarifies behavior when certain links (e.g., docs) are missing. This is a meaningful behavioral disclosure for a zero-parameter, read-only tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that wastes no words. It states the action, the object, and the relevant qualifier ('when available') in an efficient, readable manner.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having no output schema, the description specifies what will be returned (a list of links) and the categories included (website, support, docs). It is sufficiently complete for a simple retrieval tool with no parameters, though it could optionally mention the exact data structure (e.g., list of strings).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description does not need to elaborate on parameter meaning. The input schema is empty, and the description adds no param-specific detail, which is appropriate. The baseline for 0 parameters is 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Return the canonical list of official links for WordCast (website, support, docs when available).' It uses a specific verb ('Return'), identifies the resource ('canonical list of official links'), and scopes it to 'WordCast', which distinguishes it from the sibling tool 'list_voices'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the use case: it is the go-to tool for obtaining official WordCast links. While it does not explicitly name the sibling tool or state when not to use it, the context is clear and unambiguous; the sibling 'list_voices' is thematically unrelated, so no conflict arises.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_voicesA
Return the canonical voice and TTS configuration exposed on the site. (WordCast)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. 'Return' implies a read-only operation, but it does not disclose any side effects, permissions, or limitations (e.g., whether the config is static or could change). For a simple list tool, this is adequate but not rich in detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the verb 'Return', and includes a parenthetical '(WordCast)' for context. It is concise and to the point with no unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (0 params, no output schema, no annotations), the description is largely sufficient. It clearly states what is returned, though it does not elaborate on the meaning of 'canonical' or potential variations in the output.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, and the description correctly adds no parameter information. Per the rubric, zero parameters receives a baseline of 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Return') and the resource ('canonical voice and TTS configuration exposed on the site'). This distinguishes it from the sibling tool get_official_links, which presumably deals with links.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when voice/TTS config is needed, but provides no explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned, and the sibling tool get_official_links is not cross-referenced.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
v0.1.0- First observed
get_official_links - First observed
list_voices
TDQS
The two tools are clearly distinct: one provides voice and TTS configuration, while the other returns official links. There is no overlap in purpose or output, so an agent can easily choose the correct tool.
Both tools follow a consistent verb_noun pattern (list_voices, get_official_links) and use clear, descriptive verbs. The naming is uniform and predictable, making it easy to infer functionality from the name alone.
With only two tools, the server feels minimal. For a server that presumably handles WordCast TTS configuration, two informational tools are borderline and leave the impression that more functionality could be exposed.
The tools only provide static configuration and link information. There is no tool for actual TTS operations such as synthesizing speech or managing voices, which is a significant gap for a server named WordCast. The surface is incomplete for any practical TTS workflow.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.
Read-only MCP server for Flamel.ai's public content: company overview, blog, case studies, FAQs.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides read-only access to LessonLab's lesson workflow, pricing, FAQ, and official links for MCP-compatible AI clients.3MIT
- AlicenseAqualityCmaintenanceProvides read-only access to EarScribe's local-first AI transcription knowledge, including setup guidance, FAQ, and official links, for MCP-compatible AI clients like Claude Desktop and Cursor.2MIT
- AlicenseAqualityCmaintenanceProvides read-only access to Gemini 3 Online's knowledge surface (models, pricing, links, FAQ) for MCP-compatible AI clients, requiring no API keys.3MIT
- AlicenseAqualityCmaintenanceExposes Maker AI's knowledge surface (video generation workflows, pricing, FAQ, official links) to MCP-compatible AI clients like Claude Desktop, Cursor, and Windsurf. Read-only, no API keys required.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rocnubie/wordcast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server