Fiverr MCP Server

MCP server for searching and browsing Fiverr - gigs, sellers, pricing, and reviews. No API key required. Its README documents 5 tools, including search_gigs, get_gig_details, get_seller_profile. It runs locally over stdio via the published package.

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-02-23 · ★ 7 · #52 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Fiverr MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add kyurish-fiverr-mcp-server -- uvx fiverr-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kyurish-fiverr-mcp-server": {
      "command": "uvx",
      "args": [
        "fiverr-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package fiverr-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.KyuRish is GitHub-verified and matches the repo owner

03 · What Fiverr MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search the Fiverr marketplace by keyword. Returns up to 48 gigs per page with pagination info, get full details of a specific gig including all pricing tiers, get a seller's profile. Use seller_name from search results as the username, and get the first page of reviews for a gig (typically 5-10 reviews loaded from the page).

The 5 tools it gives your agent

Extracted from the project's README - what fiverr-mcp-server lets an agent do.

search_gigs
- Search the Fiverr marketplace by keyword. Returns up to 48 gigs per page with pagination info.
get_gig_details
- Get full details of a specific gig including all pricing tiers.
get_seller_profile
- Get a seller's profile. Use seller_name from search results as the username.
get_gig_reviews
- Get the first page of reviews for a gig (typically 5-10 reviews loaded from the page).
list_categories
- List all available Fiverr category slugs for use with search_gigs.

Limitations (from the README)

- Reviews - only the first page of reviews is available (Fiverr loads more via AJAX which requires authenticated requests) - Rate limiting - Fiverr may block rapid requests. A 2-second minimum delay is enforced between requests (configurable via RATE_LIMIT_DELAY) - Data freshness - all data is scraped from public pages in real-time, not cached

Latest releases

v0.1.1 · 2026-02-23

Add MCP registry marker for official directory listing.

v0.1.0 · 2026-02-23

First release of the Fiverr MCP server - the first MCP server for browsing Fiverr. · Tools · search_gigs - Search with filters (category, price, seller level, sorting) · get_gig_details - Full pricing packages, tags…

04 · Who maintains Fiverr MCP Server

fiverr-mcp-server is maintained by kyurish. We track 4 MCP servers from kyurish - 4 actively maintained, 59 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from kyurish.

  1. mcp-dashboards 45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation ★ 43
  2. trading212-mcp-server MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics ★ 5
  3. patreon-mcp-server Access your Patreon creator data - campaigns, patrons, tiers, and posts. ★ 4

05 · Facts

category
web scraping - ranked #52 of 78 actively-maintained web scraping servers as of 2026-08-25.
registry
io.github.KyuRish/fiverr-mcp-server (active, first published 2026-02-24)
packages
pypi:fiverr-mcp-server

06 · Fiverr MCP Server FAQ

Is Fiverr MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-23. We re-verify nightly.

What can Fiverr MCP Server do?

With this server connected, an agent can search the Fiverr marketplace by keyword. Returns up to 48 gigs per page with pagination info, get full details of a specific gig including all pricing tiers, get a seller's profile. Use seller_name from search results as the username, and get the first page of reviews for a gig (typically 5-10 reviews loaded from the page).

How do I install Fiverr MCP Server?

Run `uvx fiverr-mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Fiverr MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fiverr MCP Server