Radio France Podcast Explorer MCP
@infinitimeless
About Radio France Podcast Explorer MCP
A Model Control Protocol (MCP) server for exploring and accessing Radio France podcasts and audio content.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"radiofrance-podcast-explorer-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Radio France Podcast Explorer MCP?
A Model Context Protocol (MCP) server that allows AI assistants like Claude to search for and explore podcasts, audio replays, and other content from Radio France. It uses the Radio France Open API to provide access to program information, episode details, and taxonomy-organized content.
How to use Radio France Podcast Explorer MCP?
Install dependencies (Python 3.7+), create a .env file with your Radio France API key, then run python server.py. To use with Claude Desktop, add the server configuration to claude_desktop_config.json with the command python and the absolute path to server.py, along with the RADIOFRANCE_API_KEY environment variable.
Key features of Radio France Podcast Explorer MCP
- Search for podcasts and episodes by topic
- Get program information for specific Radio France stations
- Explore content organized by taxonomies (themes, categories, tags)
- Retrieve detailed podcast and episode information
- Process natural language queries to find relevant content
- Get audio content metadata and stream URLs
Use cases of Radio France Podcast Explorer MCP
- Find podcasts about French history through natural language queries
- Check what’s currently playing on a specific Radio France station
- Search for episodes about European politics
- Explore all podcast categories and themes available on Radio France
- Retrieve metadata and stream URLs for a given audio content URL
FAQ from Radio France Podcast Explorer MCP
What are the requirements to run the server?
Python 3.7+ and a valid Radio France API key obtained from the Radio France Open API portal.
How do I obtain a Radio France API key?
You can get an API key from the official Radio France Open API website at https://www.radiofrance.fr/api.
How can I test my installation and API key?
Run python run_tests.py to verify the installation, or python tests/test_schema.py to test the GraphQL schema structure.
Can this server be used with AI assistants other than Claude?
The README specifically describes integration with Claude Desktop, but as an MCP server it can be used with any MCP-compatible client.
What data does the server access?
It accesses Radio France content via the Radio France API, which uses a taxonomy-based approach covering diffusions (episodes/programs), brands (shows/podcast series), and grid (program schedules).
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments