pocket-joe-mcp-toys

pocket-joe-mcp-toys

Enables transcription of YouTube videos to extract video titles, full transcripts, thumbnail URLs, and video IDs. Built with pocket-joe and deployable to Railway for scalable MCP server hosting.

Category
Visit Server

README

pocket-joe-mcp-toys

MCP servers built with pocket-joe - YouTube transcription and more.

What's Inside

YouTube Transcriber

MCP server that transcribes YouTube videos, extracting:

  • Video title
  • Full transcript
  • Thumbnail URL
  • Video ID

Built using pocket-joe policies and deployed to Railway.

Deploy to Railway

Prerequisites

Steps

  1. Push this repo to GitHub
   cd pocket-joe-mcp-toys
   git init
   git add .
   git commit -m "Initial commit"
   git remote add origin https://github.com/YOUR_USERNAME/pocket-joe-mcp-toys.git
   git push -u origin main
  1. Deploy to Railway

    • Go to Railway Dashboard
    • Click "New Project" → "Deploy from GitHub repo"
    • Select pocket-joe-mcp-toys
    • Railway auto-detects Python and deploys
    • Wait for deployment (takes ~2-3 minutes)
  2. Get your endpoint

    • Click on your deployment
    • Copy the public URL: https://your-app.railway.app

Use in Claude Desktop

Add to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "youtube": {
      "url": "https://your-app.railway.app/mcp"
    }
  }
}

Restart Claude Desktop and you'll see the YouTube transcription tool available.

Local Development

Setup with uv

# Install uv if you haven't
curl -LsSf https://astral.sh/uv/install.sh | sh

# Clone and setup
git clone https://github.com/YOUR_USERNAME/pocket-joe-mcp-toys.git
cd pocket-joe-mcp-toys
uv sync

# Run locally
uv run python main.py

Server runs at http://localhost:8000/mcp

Test locally with Claude Desktop

Use http://localhost:8000/mcp in your config during development.

Architecture

This uses pocket-joe's policy system:

  • Policy: TranscribeYouTubePolicy - handles video transcription
  • AppContext: Manages policy instances and bindings
  • FastMCP: Wraps policies as MCP tools with @mcp.tool() decorator
  • Transport: Streamable HTTP for Railway
  • Deployment: Stateless (scales horizontally)

Railway Configuration

  • Runtime: Python 3.12
  • Package Manager: uv (auto-detected via pyproject.toml)
  • Entry Point: python main.py
  • Port: Auto-assigned via $PORT env var

Cost

Railway Hobby plan:

  • $5/month credit
  • Enough for ~500k requests/month
  • Auto-sleep after inactivity
  • Custom domains included

Adding More Tools

To add more pocket-joe policies as MCP tools:

  1. Create your policy class in main.py
  2. Add to AppContext with self._bind(YourPolicy)
  3. Create a FastMCP tool with @mcp.tool() that calls your policy
  4. Push to GitHub (Railway auto-deploys)

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured