Content Tools
pythonbytes.fm
Search and retrieve Python Bytes podcast episodes and transcripts.
ENDPOINT 1
https://pythonbytes.fm/api/mcp
MCP server metadata
- Name
- python-bytes-mcp
- Version
- 1.1.1
Known tools 12
get_episodeGet full details for a specific Python Bytes episode by its show number.
Inferred read-onlyget_episodesGet a list of every published Python Bytes episode with its show number and title.
Inferred read-onlyget_recent_episodesGet the most recently published Python Bytes episodes, newest first.
Inferred read-onlyget_episode_topicsGet the individual news items covered in a Python Bytes episode.
Inferred read-onlyget_transcript_for_episodeGet the full plain-text transcript for a Python Bytes episode.
Inferred read-onlyget_next_livestreamGet the next scheduled Python Bytes live stream, or the one currently in progress.
Inferred read-onlysearch_coursesSearch Talk Python Training courses, chapters, and lectures by keyword.
Inferred read-onlyget_course_detailsGet full details for a Talk Python Training course by ID, including its chapter and lecture structure with durations.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.python-bytes-mcp]
url = "https://pythonbytes.fm/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"python-bytes-mcp": {
"type": "http",
"url": "https://pythonbytes.fm/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: python-bytes-mcp
Remote MCP URL: https://pythonbytes.fm/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"python-bytes-mcp": {
"url": "https://pythonbytes.fm/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"python-bytes-mcp": {
"type": "http",
"url": "https://pythonbytes.fm/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "python-bytes-mcp",
"transport": "streamable-http",
"url": "https://pythonbytes.fm/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pythonbytes.fm was fetched 2026-08-03T21:15:35.714Z and is being refreshed.
pythonbytes.fm is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.