home / mcp / envato downloader api1 mcp server

Envato Downloader Api1 MCP Server

Provides access to the Envato Downloader Api1 API via an MCP stdio server for easy app integration.

Installation
Add the following to your MCP client configuration file.

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.

How to use

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.

How to install

Prerequisites: ensure you have Python installed and access to pip for package installation.

Install from PyPI using pip:

pip install bach-envato_downloader_api1

Or 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_api1
uvx --from bach-envato_downloader_api1@latest bach_envato_downloader_api1
python server.py
pip install bach-envato_downloader_api1
bach_envato_downloader_api1

Notes and configuration

Configuration 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_here

Available tools and endpoints

This MCP server provides a tool named download_files to fetch files via the external Envato API.

POST /external-api/envato

Parameters: - url (string) required: Example value: https://elements.envato.com/stamp-in-retro-style-on-paper-mockup-template-92H7DVA

Available tools

download_files

Downloads files via the external Envato API endpoint POST /external-api/envato with a provided URL