Aws Blackbelt Server
FreeNot checkedA Model Context Protocol (MCP) server that enables searching AWS Black Belt Online Seminars and retrieving their transcripts.
About
A Model Context Protocol (MCP) server that enables searching AWS Black Belt Online Seminars and retrieving their transcripts.
README
Coverage Report
File Stmts Miss Cover Missing src/aws_blackbelt_mcp_server init.py 0 0 100% config.py 10 0 100% server.py 19 1 94% 39 src/aws_blackbelt_mcp_server/helpers init.py 0 0 100% path_resolver.py 12 0 100% src/aws_blackbelt_mcp_server/tools init.py 0 0 100% seminars.py 80 9 88% 53, 129–130, 132, 191, 193, 205–206, 208 tests init.py 0 0 100% test_config.py 25 0 100% test_server.py 7 0 100% tests/helpers init.py 0 0 100% test_path_resolver.py 20 0 100% tests/integration init.py 0 0 100% test_get_seminar_transcript.py 55 4 92% 24–27 test_search_seminars.py 49 0 100% tests/tools init.py 0 0 100% test_seminars.py 27 0 100% TOTAL 304 14 95%
AWS Black Belt MCP Server
A Model Context Protocol (MCP) server that provides search functionality for AWS Black Belt Online Seminars.
Tools
search_seminars: Search AWS Black Belt Online Seminars by keywordsget_seminar_transcript: Get transcript from seminar YouTube videos (Supported only in Japanese)
Current Information Sources
- AWS Black Belt Online Seminars
- PDF materials
- YouTube videos
- Seminar transcripts
Prerequisites
- Python 3.10 or higher
- uv package manager
Configuration
Amazon Q Developer CLI
For use with Amazon Q Developer CLI, add the following configuration to your MCP settings file:
- Workspace-level configuration:
.aws/amazonq/cli-agents/default.json - User-level configuration:
~/.aws/amazonq/cli-agents/default.json
Using uvx
{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "uvx",
"args": ["aws-blackbelt-mcp-server"]
}
}
}
Using Docker
{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/konippi/aws-blackbelt-mcp-server"
]
}
}
}
Basic Usage
Examples:
- "Find AWS Black Belt seminars about machine learning"
- "Get transcript from this seminar video: https://youtu.be/vWfTe5MHOIk"
Install Aws Blackbelt Server in Claude Desktop, Claude Code & Cursor
unyly install aws-blackbelt-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add aws-blackbelt-mcp-server -- uvx aws-blackbelt-mcp-serverFAQ
Is Aws Blackbelt Server MCP free?
Yes, Aws Blackbelt Server MCP is free — one-click install via Unyly at no cost.
Does Aws Blackbelt Server need an API key?
No, Aws Blackbelt Server runs without API keys or environment variables.
Is Aws Blackbelt Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Aws Blackbelt Server in Claude Desktop, Claude Code or Cursor?
Open Aws Blackbelt Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Aws Blackbelt Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
