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.
Recommend MCP Servers 💡
Ableton Live Controller
An MCP server that enables LLMs to control Ableton Live via OSC, mapping OSC addresses to MCP tools.
morim3/mcp_adobe_premiere
A system that allows LLMs to control Adobe Premiere Pro through an MCP server and UXP plugin
mcp-janken-server
Model Context Protocol(MCP)に対応したじゃんけんゲームを提供するサーバーで、LLMがじゃんけんをプレイしたりランダムな手を取得できる。
dbeltra/scryfall-mcp
An MCP server that interfaces with the Scryfall API to fetch detailed Magic: The Gathering card data
Aurora-4X-MCP
MCP server for integrating with the Aurora 4X space strategy game.
mcp-minimax-music-server
MCP server enabling AI agents to generate music and audio content using the MiniMax Music API.