npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tubescope-mcp-client

v1.0.16

Published

Thin client for tubescope MCP server - enables Claude Desktop users to access tubescope tools via Railway server

Readme

tubescope MCP Client

Get tubescope's powerful YouTube analysis tools in Claude Desktop with zero installation required.

What is this?

This package connects Claude Desktop to tubescope's YouTube analysis tools. It provides instant access to:

  • 📄 YouTube Transcript Extraction - Get transcripts from videos (single or batch)
  • 🔍 Advanced Video Search - Search YouTube with powerful filters
  • 🎣 Hook Analysis - Analyze viral video opening patterns
  • 🖼️ Thumbnail Analysis - Extract and analyze thumbnail images
  • 💬 Comment Analysis - Extract comments and replies from videos
  • 📊 Channel Analytics - Comprehensive channel performance insights

Quick Start

1. Get Your API Key

Visit tubescopeai.com/api-keys to get your API key.

2. Configure Claude Desktop

Add this to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "tubescope": {
      "command": "npx",
      "args": ["-y", "tubescope-mcp-client@latest"],
      "env": {
        "TUBESCOPE_API_KEY": "ytmcp_your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

That's it! You can now use tubescope tools in Claude Desktop.

Usage Examples

Extract a transcript:

Can you get the transcript for this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Analyze video hooks:

Analyze the hooks from these viral videos to understand what makes them engaging:
- https://youtube.com/watch?v=abc123
- https://youtube.com/watch?v=def456

Search for videos:

Find the top 10 most popular coding tutorials uploaded in the last month

Analyze thumbnails:

Analyze the thumbnails from these videos and tell me what makes them clickable

How It Works

Claude Desktop ←→ tubescope-mcp-client ←→ tubescope Cloud

This thin client:

  • ✅ Connects seamlessly to Claude Desktop
  • ✅ Provides all tubescope YouTube tools
  • ✅ Handles authentication automatically
  • ✅ Updates automatically with @latest
  • ❌ Does NOT store any data locally

Configuration Options

| Environment Variable | Default | Description | |---------------------|---------|-------------| | TUBESCOPE_API_KEY | (required) | Your API key from tubescopeai.com |

Troubleshooting

"API key not set" Error

"Invalid API key" Error

  • Verify your API key starts with ytmcp_
  • Check for typos in your config
  • Generate a new key if needed

"Server unavailable" Error

  • Check your internet connection
  • Server may be temporarily down
  • Try again in a few minutes

Connection Issues

  • Ensure you're using the latest version: npx -y tubescope-mcp-client
  • Check Claude Desktop logs for details
  • Report issues via tubescopeai.com/support

Supported Plans

| Tool | Free | Pro | Business | Enterprise | |------|------|-----|----------|-----------| | Basic transcript extraction | ✅ | ✅ | ✅ | ✅ | | Video search | ✅ | ✅ | ✅ | ✅ | | Multiple transcripts | ❌ | ✅ | ✅ | ✅ | | Hook analysis | ❌ | ✅ | ✅ | ✅ | | Thumbnail analysis | ❌ | ✅ | ✅ | ✅ | | Title optimization | ❌ | ✅ | ✅ | ✅ | | Batch processing | ❌ | Limited | ✅ | ✅ |

Privacy & Security

  • 🔒 API keys are passed via environment variables (secure)
  • 🌐 All communication uses HTTPS encryption
  • 💾 No local storage - thin client doesn't cache data
  • 🚫 No tracking - we don't log personal information

Support

License

MIT License