@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.
Related MCP Servers
FlicenseAqualityDmaintenanceAn MCP server that integrates with Fewsats allowing AI agents to securely purchase anything by retrieving balances, accessing payment methods, and processing payments.Last updated621- AlicenseAqualityBmaintenanceMCP server that connects AI agents to Codinfy platform APIs for validating licenses, creating checkouts, listing products, tracking analytics, managing OAuth identity, and handling ad placements.Last updated17MIT
- Flicense-qualityFmaintenanceAn MCP server for the Envato API that enables searching, purchasing, and downloading assets.Last updated
- AlicenseAqualityCmaintenanceMCP server for Envato API that enables searching the marketplace catalog, viewing author statistics, checking buyer purchases, and accessing account details.Last updated131MIT
Related MCP Connectors
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
ArcAgent MCP server for bounty discovery, workspace execution, and verified coding submissions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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