Search and inspect Fiverr gigs, seller profiles, pricing packages, categories, and first-page reviews without an API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
The install command below didn't complete successfully in our automated test.
uvx fiverr-mcp-serverDownloading pydantic-core (2.0MiB) Downloading curl-cffi (12.8MiB) Downloading pygments (1.2MiB) Downloading cryptography (4.5MiB) Downloaded pydantic-core Downloaded curl-cffi Downloaded cryptography Downloaded pygments Installed 41 packages in 24ms Traceback (most recent call last): File "/home/user/.cache/uv/archive-v0/XhVGZIZVKOryYfdj/bin/fiverr-mcp-server", line 6, in <module> from fiverr_mcp_server.server import main File "/home/user/.cache/uv/archive-v0/XhVGZIZVKOryYfdj/lib/py
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 1mo ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Fiverr MCP Server.
search_gigsSearch the Fiverr marketplace by keyword. Returns up to 48 gigs per page with pagination info.
get_gig_detailsGet full details of a specific gig including all pricing tiers.
get_seller_profileGet a seller's profile. Use `seller_name` from search results as the username.
get_gig_reviewsGet the first page of reviews for a gig (typically 5-10 reviews loaded from the page).
list_categoriesList all available Fiverr category slugs for use with `search_gigs`.
mcp-name: io.github.KyuRish/fiverr-mcp-server
MCP server for searching and browsing Fiverr - gigs, sellers, pricing, and reviews. No API key required.
Add to your Claude Desktop config (claude_desktop_config.json):
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json| Variable | Description | Default |
|---|---|---|
TRANSPORT | Transport mode (stdio or sse) | stdio |
PROXY_URL | Optional HTTP proxy for requests | - |
RATE_LIMIT_DELAY | Minimum seconds between requests | 2 |
search_gigsSearch the Fiverr marketplace by keyword. Returns up to 48 gigs per page with pagination info.
Parameters:
query (required) - Search query (e.g. "logo design", "python developer")category - Category slug (use list_categories to see valid values)min_price / max_price - Price range filter in USDseller_level - "level_one_seller", "level_two_seller", or "top_rated_seller"sort_by - "relevance", "best_selling", "newest", "price_asc", or "price_desc"page - Page number for paginationReturns: List of gigs with title, price (USD), rating, reviews count, seller name, and URL. Also includes total_results and has_more for pagination.
get_gig_detailsGet full details of a specific gig including all pricing tiers.
Parameters:
url (required) - Fiverr gig URL or pathReturns: Title, description, seller info, packages (name/price/delivery/revisions/features), tags, metadata, rating, reviews count, category, and orders in queue.
get_seller_profileGet a seller's profile. Use seller_name from search results as the username.
Parameters:
username (required) - Seller's Fiverr usernameReturns: Display name, bio, location, member since, languages, certifications, hourly rate (USD), gig listings, and verification status.
get_gig_reviewsGet the first page of reviews for a gig (typically 5-10 reviews loaded from the page).
Parameters:
url (required) - Fiverr gig URL or pathReturns: List of reviews with buyer name, country, rating, date, and text.
list_categoriesList all available Fiverr category slugs for use with search_gigs.
Returns: List of category objects with slug and name.
Finding a freelancer:
list_categories() - see available categoriessearch_gigs("3D character modeling") - browse resultsget_gig_details(url) - check pricing tiers (use URL from search results)get_seller_profile(seller_name) - review their profile (use seller_name from search results)get_gig_reviews(url) - read reviewsRATE_LIMIT_DELAY)This server extracts structured data from Fiverr's public pages by reading the Perseus SSR data blob (<script id="perseus-initial-props">) that Fiverr's frontend framework embeds in every page. Uses curl_cffi for browser TLS fingerprint impersonation to handle Cloudflare protection, with automatic retry and fingerprint rotation.
This tool is intended for personal use - finding freelancers, comparing gigs, and reading reviews through an AI assistant. Please:
MIT
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kyurish-fiverr-mcp-server)<a href="https://allmcps.com/mcp/kyurish-fiverr-mcp-server"><img src="https://allmcps.com/api/badge/kyurish-fiverr-mcp-server?style=directory" alt="Fiverr MCP Server on AllMCPs" /></a>