Big Technology Podcast MCP
Search and retrieve transcripts from 488 episodes of the Big Technology Podcast, enabling queries on tech topics and full episode access via Claude.
README
Big Technology Podcast MCP
Search 488 episodes of Big Technology Podcast transcripts directly from Claude. Get instant access to tech insights, news, and commentary from Alex Kantrowitz and his guests.
Created by Ranjan Roy, co-host of Big Technology Podcast 🎙️
✨ What's Included
This repository contains everything you need:
- ✅ Complete MCP server code
- ✅ 488 podcast transcripts (13.9MB)
- ✅ Full documentation and setup guides
- ✅ Ready to use immediately!
No need to source transcripts separately - they're included with permission.
Quick Start
Option 1: Local Setup (Claude Desktop / Claude Code CLI)
-
Clone and install:
git clone https://github.com/ranjanroy/big-tech-mcp.git cd big-tech-mcp npm install npm run build -
You're done! The transcripts are already included.
-
For Claude Desktop:
- Open Claude Desktop settings
- Go to Settings → Connectors → Add custom connector
- Add a local connector pointing to your installation
- Or add to your
claude_desktop_config.json:
{ "mcpServers": { "big-tech-transcripts": { "command": "node", "args": ["/path/to/big-tech-mcp/dist/index.js"], "env": { "BIG_TECH_TRANSCRIPTS_PATH": "/path/to/transcripts.json" } } } } -
For Claude Code CLI:
# From the big-tech-mcp directory claude mcp add -t stdio big-tech-transcripts "node dist/index.js"Then restart Claude Code.
Option 2: Remote Server (Hosting)
-
Set up for hosted deployment:
# Copy transcripts to the project cp ../transcripts.json ./ # Build the project npm install npm run build # Run in server mode npm run start:sse -
Deploy to Render.com (or similar):
- The included
render.yamlprovides configuration - Set
MCP_MODE=sseenvironment variable - Upload
transcripts.jsonto your server
- The included
-
Connect from Claude.ai:
- Go to Settings → Connectors → Add custom connector
- Enter your server URL:
https://your-server.com/mcp - Click Add and enable the connector
Option 3: ChatGPT
- Deploy as a remote server (Option 2 above)
- Go to Settings → Apps → Enable Developer Mode
- Click Create App
- Add a name and paste the URL:
https://your-server.com/mcp - Save and start using it!
What You Can Ask
Once connected, try asking Claude things like:
- "What has been said about AI regulation on Big Technology Podcast?"
- "Search for episodes about OpenAI and Microsoft"
- "What are the latest discussions on antitrust and big tech?"
- "Find episodes featuring Mark Warner or other politicians"
- "What do tech leaders say about content moderation?"
- "Search for insights on the future of social media"
Available Tools
| Tool | Description |
|---|---|
search_transcripts |
Search all 488 episodes by topic/keyword |
get_episode |
Get full transcript for a specific episode by title |
list_episodes |
List all available episodes with dates |
get_recent_episodes |
Get the most recent episodes |
How It Works
The server loads your transcripts.json file, indexes the episodes using FlexSearch for fast full-text search, and exposes four MCP tools that Claude can use to search and retrieve content.
Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run locally (stdio mode)
npm start
# Run as HTTP server
npm run start:sse
# Development mode (build + run)
npm run dev
Project Structure
big-tech-mcp/
├── src/
│ ├── index.ts # Main server and MCP tool definitions
│ ├── loader.ts # Transcript loading and processing
│ └── search.ts # FlexSearch indexing and search logic
├── public/ # Static files (icons, etc.)
├── transcripts.json # Your podcast transcripts (not included)
├── package.json
├── tsconfig.json
└── README.md
Transcript File Format
The server expects a JSON file with this structure:
[
{
"podcast_title": "Big Technology Podcast",
"episode_title": "Episode Title Here",
"date": "2025-01-15",
"episode_description": "Description here",
"full_transcript": "Full transcript text...",
"url": "https://podscripts.co/podcasts/...",
"scraped_at": "2025-01-15T12:00:00Z"
}
]
Environment Variables
BIG_TECH_TRANSCRIPTS_PATH: Path to your transcripts.json file (local mode)MCP_MODE: Set tossefor HTTP server mode, omit for stdio modePORT: Port for HTTP server (default: 3000)
Legal & Copyright
Transcripts Included with Permission
This repository includes 488 podcast transcripts from the Big Technology Podcast. These transcripts are shared with permission as Ranjan Roy is a co-host of the show.
Usage:
- ✅ Personal use and research
- ✅ Building AI tools and applications
- ✅ Sharing and forking this repository
- ℹ️ Transcripts remain property of Big Technology / Alex Kantrowitz
Credits
- Podcast: Big Technology Podcast by Alex Kantrowitz
- Co-host & MCP Creator: Ranjan Roy
- MCP Server Code: MIT License (open source)
- Transcripts: Included with permission
- Built with: Model Context Protocol
- Inspired by: akshayvkt/lenny-mcp
License
Code: MIT License - See LICENSE for details
Transcripts: Included with permission from Big Technology Podcast. Property of Alex Kantrowitz / Big Technology.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。