Radio France Podcast Explorer MCP
by infinitimeless
A Model Control Protocol (MCP) server that allows AI assistants like Claude to search for and explore podcasts, audio replays, and other content from Radio France. It provides an interface to query Radio France's content using natural language.
Last updated: N/A
What is Radio France Podcast Explorer MCP?
The Radio France Podcast Explorer MCP is a server that enables AI assistants like Claude to access and explore content from Radio France, including podcasts, audio replays, and program information. It acts as a bridge between the AI assistant and the Radio France API.
How to use Radio France Podcast Explorer MCP?
To use this server, you need to install it by cloning the repository, setting up a virtual environment, installing dependencies, and configuring the Radio France API key. Then, you can configure Claude Desktop to use the server by adding the server configuration to the claude_desktop_config.json
file. Example queries are provided to guide usage.
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
Allowing AI assistants to provide users with relevant Radio France content based on their interests.
Enabling users to discover new podcasts and audio programs from Radio France.
Integrating Radio France content into AI-powered applications.
Providing a natural language interface for accessing Radio France's vast audio library.
FAQ from Radio France Podcast Explorer MCP
How do I get a Radio France API key?
How do I get a Radio France API key?
You can obtain a Radio France API key from the Radio France Open API website.
What versions of Python are supported?
What versions of Python are supported?
Python 3.7 and later are supported.
How do I run the tests?
How do I run the tests?
Run python run_tests.py
to verify your installation and API key. You can also run python tests/test_schema.py
to verify the API structure.
How do I configure Claude Desktop to use this server?
How do I configure Claude Desktop to use this server?
Add or update the server configuration in the claude_desktop_config.json
file with the correct path to the server.py
file and your Radio France API key.
Where can I find more detailed documentation?
Where can I find more detailed documentation?
See the Usage Guide (docs/usage.md) and API Information (docs/api_info.md) for more detailed information.