MCP (Model Control Protocol) server for Element.fm, providing tools for managing podcasts
Project description
Element.fm MCP Server
This is the MCP server implementation for Element.fm, providing a command-line interface for interacting with the Element.fm API.
Installation
You can install this package using pip:
pip install elementfm-mcp-server
Configuration
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 (defaults to https://app.element.fm):
export FRONTEND_ROOT_URL=https://your-custom-url.com
Usage
Once installed, you can run the MCP server using:
elementfm-mcp stdio # For standard I/O mode
# or
elementfm-mcp sse # For Server-Sent Events mode
Features
The MCP server provides the following functionality:
- Workspace management (create, list, get)
- Show management (create, list, get, update)
- Episode management (create, list, get, update, publish)
- AI features (transcription, chapter generation, show notes generation)
- Workspace invitations
- Recipient management
- Workspace search
Development
To set up the development environment:
- Clone the repository
- Install dependencies:
pip install -e . - Set up your API key as described in the Configuration section
- Run the server in development mode:
python server.py stdio
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elementfm_mcp_server-0.2.0.tar.gz.
File metadata
- Download URL: elementfm_mcp_server-0.2.0.tar.gz
- Upload date:
- Size: 39.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90fc98749c3a2904c07480822797f815e97f859b7a992dcb724635a8292d87ed
|
|
| MD5 |
04fc968505cfff6e7134de44fe10a4b5
|
|
| BLAKE2b-256 |
25f7f91c756ae144bca0cdd8496b18a75384a7502f4318d20a902acd5fe23f7f
|
File details
Details for the file elementfm_mcp_server-0.2.0-py3-none-any.whl.
File metadata
- Download URL: elementfm_mcp_server-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ad81f9565e2d1dbbb0122e77a7ec3603ab6205ca30d37bc8f893c25420270c0
|
|
| MD5 |
f0f22b9add6a8ef3f8dd66a2a5a85694
|
|
| BLAKE2b-256 |
b1e4f06c44189d954190e1de0c32424c1d5fe69cd24858e587f6b0579bdd59c7
|