Big Technology Podcast MCP

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.

Category
Visit Server

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)

  1. Clone and install:

    git clone https://github.com/ranjanroy/big-tech-mcp.git
    cd big-tech-mcp
    npm install
    npm run build
    
  2. You're done! The transcripts are already included.

  3. 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"
          }
        }
      }
    }
    
  4. 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)

  1. 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
    
  2. Deploy to Render.com (or similar):

    • The included render.yaml provides configuration
    • Set MCP_MODE=sse environment variable
    • Upload transcripts.json to your server
  3. 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

  1. Deploy as a remote server (Option 2 above)
  2. Go to Settings → Apps → Enable Developer Mode
  3. Click Create App
  4. Add a name and paste the URL: https://your-server.com/mcp
  5. 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 to sse for HTTP server mode, omit for stdio mode
  • PORT: 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

License

Code: MIT License - See LICENSE for details

Transcripts: Included with permission from Big Technology Podcast. Property of Alex Kantrowitz / Big Technology.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured