@artemsemkin/envato-market-mcp
Provides access to the Envato Market API, including tools for purchase verification, item lookup, comment search, sales data, and account information.
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., "@@artemsemkin/envato-market-mcpShow my earnings breakdown for this year"
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.
@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 datesget_item— look up an item by ID; returns sales count, rating, version, price, and tagssearch_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 creationget_account— account balance, available earnings, and profile details
Related MCP server: Codinfy MCP
Setup
You need one environment variable:
ENVATO_TOKEN— your Envato personal API token from build.envato.com
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-mcpAdd 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 buildThis 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/artkrsk/envato-market-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server