Create and publish unlimited podcast shows and episodes with ELEMENT.FM
Snippets Groups Projects
M
Star 0
Project ID: 68506438
More actions
Created on
March 30, 2025
dev
Select Git revision
4 results
Find file
Code
Open in your IDE
Download source code
Download source code
Code
Actions
removing temp files
Steven Fusco authored 2 months ago
13deb7dd
History
13deb7dd2 months ago
History
Name | Last commit | Last update |
---|---|---|
elementfm_mcp_server | ||
.gitignore | ||
.gitlab-ci.yml | ||
.python-version | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
devbox.json | ||
devbox.lock | ||
pyproject.toml | ||
uv.lock |
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
Interact with Mailgun API.
A text-to-speech (TTS) server using the VOICEVOX engine. Requires a running VOICEVOX instance and is currently macOS only.
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
Simple MCP Server to enable a human-in-the-loop workflow in tools like Cline and Cursor.
An MCP server application that sends various types of messages to the WeCom group robot.
Connects AI agents to the Feishu/Lark platform via its OpenAPI to automate tasks like document processing, conversation management, and calendar scheduling.
Schedule and manage Zoom meetings with AI assistance. Requires Zoom API credentials for configuration.