Create and publish unlimited podcast shows and episodes with ELEMENT.FM
README.md
This is the MCP server implementation for the ELEMENT.FM API.
Before using the server, you need to set up your API key as an environment variable:
export API_KEY=your_api_key_here
You can also optionally configure the frontend URL if you are self hosting (defaults to https://app.element.fm):
export FRONTEND_ROOT_URL=https://your-custom-url.com
Pre-built script is published to pypi
uvx elementfm_mcp_server # For standard I/O mode
# or
uvx elementfm_mcp_server sse # For Server-Sent Events mode port 8000
To build the server with docker you can do
make
Or you can use the pre-build contaner image
docker run --rm -d -e API_KEY=api_key -p 8000:8000 registry.gitlab.com/elementfm/mcp:latest
Example Cursor mcp.json:
{
"mcpServers": {
"elementfm": {
"url": "http://localhost:8000/sse"
}
}
}
The MCP server provides the following functionality:
To set up the development environment:
devbox shell
GPLv3
An AI voice toolkit with TTS, voice cloning, and video translation, now available as an MCP server for smarter agent integration.
Connects AI models to WhatsApp Web using the Model Context Protocol (MCP) to automate and enhance interactions.
Interact with Hacker News through the Model Context Protocol (MCP), designed for Claude Desktop.
A Text-to-Speech server that integrates with an external VOICEVOX engine.
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
An MCP server for seamless integration with the Kick.com API.
Interact with a Twist workspace using its REST API.
Connect to any function, any language, across network boundaries using AgentRPC.
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.
An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.