mcpbeat Sign in

Gpodder MCP Server

local only

Gpodder MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Keyless MCP server for the gPodder podcast directory: search podcasts, top charts, tags, feeds...

Installs / week
npm · gpodder-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gpodder MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gpodder-mcp -- npx -y gpodder-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gpodder-mcp": {
      "args": [
        "-y",
        "gpodder-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gpodder-mcp]
command = "npx"
args = ["-y", "gpodder-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gpodder-mcp": {
      "args": [
        "-y",
        "gpodder-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gpodder-mcp": {
      "args": [
        "-y",
        "gpodder-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gpodder MCP

same job, measured the same way
Deezer MCP by UnClick
by malamutemayhem

Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.

15 installs/wk local only
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

198 installs/wk local only
Plots MCP
by mr901

MCP server for data visualization with Mermaid charts.

124 installs/wk local only
MCP Plots
by mr901

MCP server for data visualization with Mermaid charts.

local only
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

200 installs/wk local only
Healthie
by usefulapi

Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.

16 tools answering
MCP Superset
by bintocher

Apache Superset MCP server — 135+ tools for dashboards, charts, datasets, SQL Lab, and security

665 installs/wk local only
I
Charts MCP
by therealtimex

MCP server for generating charts using AntV. Supports various chart types through MCP tools.

47 installs/wk local only

Gpodder MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gpodder MCP?
Gpodder MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gpodder-mcp.
How do I connect Gpodder MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gpodder-mcp straight from npm; nothing to host, nothing to sign up for.
Is Gpodder MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.