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
dbeltra/scryfall-mcp
An MCP server that interfaces with the Scryfall API to fetch detailed Magic: The Gathering card data
wangyafu/haiguitangmcp
提供海龟汤游戏的MCP服务,让用户可独自体验情景推理游戏
ygocdb-mcp-server
一个基于Model Context Protocol (MCP) 的服务端,用于与百鸽(ygocdb.com)API交互以查询游戏王中文卡牌信息。
Aurora-4X-MCP
MCP server for integrating with the Aurora 4X space strategy game.