home / mcp / envato downloader api1 mcp server
Provides access to the Envato Downloader Api1 API via an MCP stdio server for easy app integration.
Configuration
View docs{
"mcpServers": {
"bach-ai-tools-bachai-envato-downloader-api1": {
"command": "python",
"args": [
"server.py"
],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}This MCP server lets you access the Envato Downloader Api1 API from your applications through a simple, standardized interface. It runs as a stdio-based MCP server, enabling quick integration and centralized API key management for secure access.
You will connect to this MCP server from an MCP client. Choose a running method that fits your workflow, then start the server and point your client to it. The server supports multiple launch methods so you can pick the one that matches your environment.
Prerequisites: ensure you have Python installed and access to pip for package installation.
Install from PyPI using pip:
pip install bach-envato_downloader_api1Or install from source in development mode (requires you to have Python and pip):
pip install -e .Run the server in one of the following ways.
uvx --from bach-envato_downloader_api1 bach_envato_downloader_api1uvx --from bach-envato_downloader_api1@latest bach_envato_downloader_api1python server.pypip install bach-envato_downloader_api1bach_envato_downloader_api1Configuration requires an API key. Set your API key in the environment before running the server.
export API_KEY="your_api_key_here"Environment variables you may use with the server:
API_KEY: your_api_key_hereThis MCP server provides a tool named download_files to fetch files via the external Envato API.
POST /external-api/envatoParameters:
- url (string) required: Example value: https://elements.envato.com/stamp-in-retro-style-on-paper-mockup-template-92H7DVA
Downloads files via the external Envato API endpoint POST /external-api/envato with a provided URL