Big Technology Podcast MCP
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., "@Big Technology Podcast MCPSearch for episodes about AI regulation"
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.
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.
Related MCP server: YouTube Knowledge Base
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 buildYou'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:sseDeploy to Render.com (or similar):
The included
render.yamlprovides configurationSet
MCP_MODE=sseenvironment variableUpload
transcripts.jsonto your server
Connect from Claude.ai:
Go to Settings ā Connectors ā Add custom connector
Enter your server URL:
https://your-server.com/mcpClick 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/mcpSave 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 all 488 episodes by topic/keyword |
| Get full transcript for a specific episode by title |
| List all available episodes with dates |
| 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 devProject 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.mdTranscript 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables searching and retrieving transcripts from over 280 episodes of Lenny's Podcast to access expert product and growth insights. It allows users to query by topic, list available episodes, and fetch full interview transcripts directly through Claude.Last updated335
- Alicense-quality-maintenanceEnables semantic search across thousands of indexed educational YouTube videos covering topics like engineering, marketing, and strategy. It allows users to query insights from top creators directly through Claude Code using the Model Context Protocol.Last updated
- AlicenseAqualityDmaintenanceEnables Claude to search and retrieve meeting information from Fathom AI through natural language queries.Last updated28MIT
- Alicense-qualityCmaintenanceHosted Claude connector that turns the podcasts you already follow into a searchable, askable knowledge source. Ask what a guest said and get the answer back with the exact quote and timestamp.Last updatedMIT
Related MCP Connectors
Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons.
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
177,000+ earnings call transcripts for AI - speaker segments & full-text search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/asaramis/big-tech-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server