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 💡
chess
An MCP server enabling playing chess against an LLM.
youtube_mcp
Youtube transcribation MCP server
zubeid-youtube-mcp-server
MCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
misskey-mcp-server
An unofficial MCP server for Misskey, providing basic functionality for posting notes and retrieving user notes.
@kkjdaniel/bgg-mcp
BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user collections, and profiles.
mcp-nicovideo-snapshot-search
An MCP server for searching Nicovideo videos using the Snapshot Search API.