Skip to main content
Glama

aidevtube-mcp

MCP server for the AI YouTube Digest API — semantic search over a longitudinal corpus of per-video summaries from ~40 curated AI/coding YouTube channels.

Requires a Pro API key (AIDEVTUBE_API_KEY) — get one at https://aidevtube.com (Account → API). Calls api.aidevtube.com.

Tools

  • search(query, topics, channel, lang, limit) — semantic search (empty query = browse newest by filters).

  • list_topics() — valid topic labels for the topics filter.

Related MCP server: YouTube Knowledge Base MCP

Use with Claude Code / Cursor / Claude Desktop

{
  "mcpServers": {
    "aidevtube": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/miraculix95/aidevtube-mcp", "aidevtube-mcp"],
      "env": { "AIDEVTUBE_API_KEY": "adt_your_key_here" }
    }
  }
}

Or run directly:

AIDEVTUBE_API_KEY=adt_… uvx --from git+https://github.com/miraculix95/aidevtube-mcp aidevtube-mcp

Env

Var

AIDEVTUBE_API_KEY

your Pro API key (required)

AIDEVTUBE_API_BASE

override API base (default https://api.aidevtube.com)

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/miraculix95/aidevtube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server