Skip to main content
Glama
artkrsk

@artemsemkin/envato-market-mcp

by artkrsk

@artemsemkin/envato-market-mcp

MCP server for the Envato Market API. Gives AI agents access to purchase verification, item lookup, comment search, sales data, and account info.

Tools

Support

  • verify_purchase — verify a sale by purchase code; returns buyer, item, license, and support dates

  • get_item — look up an item by ID; returns sales count, rating, version, price, and tags

  • search_comments — search ThemeForest comments on an item; optionally filter by keyword

Business

  • list_sales — list recent author sales (paginated, compact summaries)

  • get_earnings — monthly earnings and sales breakdown since account creation

  • get_account — account balance, available earnings, and profile details

Related MCP server: Codinfy MCP

Setup

You need one environment variable:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "envato-market": {
      "command": "npx",
      "args": ["-y", "@artemsemkin/envato-market-mcp"],
      "env": {
        "ENVATO_TOKEN": "your-token"
      }
    }
  }
}
claude mcp add envato-market \
  -e ENVATO_TOKEN=your-token \
  -- npx -y @artemsemkin/envato-market-mcp

Add to .vscode/mcp.json (VS Code) or .cursor/mcp.json (Cursor) in your project:

{
  "servers": {
    "envato-market": {
      "command": "npx",
      "args": ["-y", "@artemsemkin/envato-market-mcp"],
      "env": {
        "ENVATO_TOKEN": "your-token"
      }
    }
  }
}

Build from source

git clone https://github.com/artkrsk/envato-market-mcp.git
cd envato-market-mcp
pnpm install
pnpm build
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/artkrsk/envato-market-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server