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

Mcp Transcribe

transcribe-app/mcp-transcribe
6authSTDIOregistry active
Summary

Connects your Transcribe.com account so Claude can convert audio and video files to text on demand. Exposes four tools: convert-to-text for immediate transcription with word-level timestamps and speaker separation, get-balance to check your account credits, read-transcriptions to search and retrieve past transcriptions, and update-transcription to rename or delete files. Works with local files or URLs, supports 100+ languages, and handles noisy audio out of the box. Reach for this when you need to process interview recordings, meeting audio, or video content without leaving your conversation. Installation is straightforward with either the one-click MCPB bundle for Claude Desktop or NPX for other assistants like Cursor and Windsurf.

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 →

Transcribe MCP

Automate your transcriptions with AI.
Website

About

Transcribe MCP instantly connects your account to assistants like Claude, Windsurf, Cursor, and more so they can automate tasks on your behalf. The Local Server can add local files for transcription and return result to your Assistant in seconds.

Features

  • ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python packages, results in seconds.
  • 🏆 High-quality transcriptions. Works with noisy audio, over 100 languages supported, featuring word-level timestamps and speaker separation.
  • 🔋 Wide variety of formats out-of-the-box and Cloud storage for your audio notes and records.
  • 👥 Collaboration support via Transcribe.com teams feature

🚀 Local installation: Claude Desktop

🔹 Get your private MCP integration URL

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup

🔹 Download pre-built MCP Bundle (MCPB): Click Here

📦 The MCPB includes:

  • ✅ One-click installation in Claude Desktop
  • ✅ Secure environment variable configuration
  • ✅ Automatic dependency management
  • ✅ Built-in error handling and debugging
  • ✅ The MCPB file is automatically updated for the latest features and fixes

Option 1: Double-Click Installation (Recommended)

  • Double-click the .mcpb file
  • Claude Desktop will automatically install the extension
  • Follow the configuration prompts

Option 2: Manual Installation

  • Open Claude Desktop
  • Go to Settings → Extensions
  • Click "Install Extension" and select the .mcpb file

Configuration

During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.

🚀 Local installation: Other assistants

🔹 Get your private MCP integration URL

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup

🔹 Before installing the server, ensure you have Node.js and Git

  • Download from: https://nodejs.org/
  • Verify Node with: node --version
  • Verify NPX with: npx --version

🔹 Add Local Server via your assistant settings and use this snippet for server setup:

{
  "key": "transcribe-local",
  "command": "npx",
  "args": [
    "args": ["-y", "github:transcribe-app/mcp-transcribe"],
  ],
  "env": {
    "MCP_INTEGRATION_URL": "<your-MCP-integration-URL>"
  }
}

Configuration

Replace <your-MCP-integration-URL> with your private URL.


⚡ Available Tools

List of tools is expanded with each new version.

1. convert-to-text: converts audio to text and returns the text immediately.

  • Note: This tool use your time credits.
  • Note: Remote server expect public-accessible URL, Local Server can use both URL and a path to local file in your file system.

2. get-balance: returns balance of your account.

3. read-transcriptions: returns content of ready transcriptions with optional filtering/search.

4. update-transcription: renames or deletes transcriptions in your account at Transcribe.com

💡 Security Notes

  • Private URL: Store your private URL securely, do not share it with others

⚠️ Troubleshooting

"MCP_INTEGRATION_URL environment variable is required"

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup
  • Add it as server's "MCP_INTEGRATION_URL" environment variable in your AI assistant settings

Extension Won't Install

  • Ensure you have the latest Claude Desktop version
  • Check that node is installed and in your PATH
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 →

Configuration

MCP_INTEGRATION_URL*secret

Your MCP-integration URL

Categories
Media & Entertainment
Registryactive
Packagehttps://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.5/transcribe-com-v1.0.5.mcpb
TransportSTDIO
AuthRequired
UpdatedApr 3, 2026
View on GitHub

Related Media & Entertainment MCP Servers

View all →
Social Media Api

io.github.socialapishub/social-media-api

Unified social media API for AI agents. Access Facebook, Instagram, TikTok, and more.
1
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Youtube Video Analyzer

io.github.ludmila-omlopes/youtube-video-analyzer

MCP stdio server for analyzing YouTube videos with Google Gemini
2
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.