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 💡
spotify-mcp
MCP server to connect LLM with Spotify, enabling playback control, search, and playlist management
meme-mcp
A simple MCP server for generating memes using the ImgFlip API
mcp-gamecube-bridge
An MCP server that bridges Nintendo GameCube operations, allowing clients to interact with a GameCube console.
elevenlabs-mcp
Official ElevenLabs MCP server enabling interaction with Text to Speech and audio processing APIs for MCP clients like Claude Desktop, Cursor, etc.
jimmcq/Lemonade-Stand-MCP-Server
A simple MCP server implementation that enables playing the classic Lemonade Stand game through Claude Desktop.
Unity-MCP
AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.