envato-mcp
Integrates with the Envato API to search the Envato Market catalog, retrieve popular items and categories, access author statistics and badges, list purchases and download links, verify purchase codes, and fetch authenticated user account details.
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 WordPress plugins on CodeCanyon"
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
A Model Context Protocol (MCP) server for the Envato API. It lets MCP-compatible AI clients (Claude Desktop, Cursor, and others) search the Envato Market catalog, look up author statistics, inspect a buyer's purchases, and read the authenticated user's account details.
Features
Catalog search — full-text item search, popular items, and category listings across Envato Market sites (ThemeForest, CodeCanyon, etc.).
Author stats — public user info, item counts by site, badges, and market-wide totals.
Buyer / purchases — list your purchases, fetch download links, and verify purchase codes.
Account info — the authenticated user's account, username, and email.
Every tool validates its input with zod and returns the raw
Envato JSON response. API errors (including 401/403 auth failures and 429
rate limiting) are surfaced as clear, actionable messages.
Related MCP server: kwork-mcp
Requirements
Node.js 18 or newer.
An Envato personal token (see below).
Getting an Envato token
Select the permissions you need. For example:
View and search Envato sites — catalog tools.
View your Envato Account username / email — account tools.
View your items' sales history / List purchases you've made — buyer tools.
Download your purchased items — download links.
Create the token and copy it. You will pass it to the server as the
ENVATO_TOKENenvironment variable.
Usage
Run directly with npx (no install required):
ENVATO_TOKEN=your-token-here npx envato-mcpThe server communicates over stdio and is intended to be launched by an MCP client rather than used interactively.
Claude Desktop
Add the server to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"envato": {
"command": "npx",
"args": ["-y", "envato-mcp"],
"env": {
"ENVATO_TOKEN": "your-token-here"
}
}
}
}Cursor
Add the server to ~/.cursor/mcp.json (or .cursor/mcp.json in a project):
{
"mcpServers": {
"envato": {
"command": "npx",
"args": ["-y", "envato-mcp"],
"env": {
"ENVATO_TOKEN": "your-token-here"
}
}
}
}After saving, restart the client so it picks up the new server.
Tools
Catalog search
Tool | Description | Arguments |
| Search the catalog for items matching a term. |
|
| Most popular items for a site. |
|
| All categories for a site. |
|
Author stats
Tool | Description | Arguments |
| Public account details for a user. |
|
| Number of items a user sells per site. |
|
| Badges earned by a user. |
|
| Total users and items across Envato Market. | none |
Buyer / purchases
Tool | Description | Arguments |
| List the authenticated buyer's purchases. |
|
| Download URL for a purchased item. |
|
| Verify a purchase code and return sale details. |
|
Account info
Tool | Description | Arguments |
| The authenticated user's account details. | none |
| The authenticated user's username. | none |
| The authenticated user's email. | none |
Development
npm install # install dependencies
npm run dev # rebuild on change (tsup --watch)
npm run typecheck # type-check with tsc (no emit)
npm run lint # lint with ESLint
npm run build # bundle to dist/ with tsupThe build outputs an executable ESM bundle to dist/index.js with a Node
shebang, wired up as the envato-mcp bin.
License
MIT © 2026 Scott McAuley
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
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/sdm7001/envato-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server