envato-mcp
Provides tools for searching assets, getting item details, listing purchases, downloading purchases, and managing user collections on Envato.
Click on "Install 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: Etsy MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Waipro-Hub/envato-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server