Loading languages...
PO

podscan

@JordanDalton1

MCP server for integrating with Podscan to provide podcast-related context

podcast
mcp server
podscan

Podscan MCP Server Guide

Register for a free API key at Podscan.

To build the MCP server, run:

npm install && npm run build

This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)

If all things go well, this will produce an output similar to this:

{
  "mcpServers": {
    "podscan": {
      "command": "node",
      "args": [
        "<thePathToYour>/build/index.js"
      ],
      "env": [
        {
          "API_KEY": "<REPLACE>"
        }
      ]
    }
  }
}

MCPGen

This MCP Server was generated using MCPGen.

# mcpServer Config

{
  "mcpServers": {
    "podscan": {
      "command": "node",
      "args": [
        "<thePathToYour>/build/index.js"
      ],
      "env": [
        {
          "API_KEY": "<REPLACE>"
        }
      ]
    }
  }
}

# stdio

node <thePathToYour>/build/index.js
Transport:
stdio
Language:
TypeScript
Created: 4/8/2025
Updated: 8/5/2025