aidevtube-mcp
Semantic search over a longitudinal corpus of per-video summaries from ~40 curated AI/coding YouTube channels, with filtering by topics, channel, and language.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aidevtube-mcpsearch for videos about AI agent workflows"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 (emptyquery= browse newest by filters).list_topics()— valid topic labels for thetopicsfilter.
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-mcpEnv
Var | |
| your Pro API key (required) |
| override API base (default |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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