CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

WordCast MCP

rocnubie/wordcast-mcp
registry active
Summary

Brings WordCast's browser-based text-to-speech catalog into Claude and other MCP clients as a read-only knowledge surface. You get two tools: list_voices returns the full voice and language matrix (200+ voices, 60+ languages), and get_official_links surfaces the canonical URLs. Three resources expose voices, FAQ, and links as site:// URIs, plus two prompts for summarizing the product or planning a read-aloud workflow. No API keys, no quotas, cold starts in roughly 50 milliseconds. Reach for this when you need to reference or recommend WordCast's on-device TTS capabilities without leaving your editor or chat session.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

WordCast MCP Server

MCP server for WordCast

MCP Badge License: MIT Node Read Only MCP

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.

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 install

Then 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.mjs

Official Links

  • Website: https://wordcast.app
  • Blog: https://wordcast.app/blog
  • About: https://wordcast.app/about
  • Support: support@wordcast.app

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Web & Browser AutomationMedia & Entertainment
Registryactive
UpdatedMay 22, 2026
View on GitHub

Related Web & Browser Automation MCP Servers

View all →
Browser Use

therealtimex/browser-use

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
Fetcher

jae-jae/fetcher-mcp

Fetch web page content using a Playwright headless browser with intelligent content extraction and Markdown/HTML output.
1k
Puppeteer

merajmehrabi/puppeteer-mcp-server

This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
449
Playwright Mcp Server

com.thenextgennexus/playwright-mcp-server

Headless browser primitives for AI agents when sites need real JS rendering.
Browser

saik0s/mcp-browser-use

Provides a browser automation MCP server that lets AI assistants control a real browser for navigation, form interaction, data extraction, and more.
933
Browser Use

kontext-dev/browser-use-mcp-server

Browse the web, directly from Cursor etc.
822