envato-mcp
Provides tools for searching assets, getting item details, listing purchases, downloading purchases, and managing user collections on Envato.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@envato-mcpsearch for video templates about technology"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
envato-mcp
MCP server per Envato API — cerca, acquisti, download asset. Usabile da Claude Code, Claude Desktop, o qualsiasi client MCP.
Setup
git clone https://github.com/Waipro-Hub/envato-mcp.git
cd envato-mcp
npm install
cp .env.example .env
# Inserisci ENVATO_TOKEN in .envRelated MCP server: UnSplashX
Tools disponibili
Tool | Descrizione |
| Cerca asset su Envato (video, audio, temi, plugin) |
| Dettagli completi di un item |
| Lista acquisti/licenze |
| URL download item acquistato |
| Collezioni/bookmark utente |
| Items dentro una collezione |
Config Claude Code (VPS)
claude mcp add envato-mcp -e ENVATO_TOKEN=your_token -- npx -y tsx /opt/envato-mcp/src/index.tsConfig Claude Desktop (Mac)
In ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"envato-mcp": {
"command": "npx",
"args": ["-y", "tsx", "/path/to/envato-mcp/src/index.ts"],
"env": { "ENVATO_TOKEN": "your_token" }
}
}
}Fonte di verita'
Fonte di verita' = API memoria + file .md in repo. Google Sheet = SOLO dashboard. Mai aggiornare i dati dallo Sheet.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides asset auto generator
An MCP server that provides tools to discover and retrieve podcast episodes transcripts.
Marketplace of MCP servers and agent skills, free and paid, where developers publish and monetise.
The official MCP Server for the Mux API
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server for interacting with the Etsy API, enabling listing management, shop information, shipping profiles, and image uploads.11-
- AlicenseNot gradedqualityDmaintenanceAn MCP server for the Unsplash API that enables searching, downloading, and inserting high-quality images with automatic photographer attribution into local projects.14 npm1MIT
- AlicenseAqualityDmaintenanceMCP server for the Envato Market API that provides AI agents with purchase verification, item lookup, comment search, sales data, and account info.75 npmMIT
- AlicenseNot gradedqualityBmaintenanceA Python MCP server for searching, downloading, extracting, inspecting, and previewing game assets from multiple public sources.1MIT