Fiverr MCP Server
Rank #18,698io.github.KyuRish/fiverr-mcp-server
MCP server providing fiverr-server capabilities
Fiverr MCP Server is a Model Context Protocol (MCP) server published by kyurish. It ranks #18,698 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Fiverr MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Feb 24, 2026.
Ranks ahead of 96,893 of 115,591 servers on MCP Toplist.
Use Fiverr MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fiverr-mcp-server -e "RATE_LIMIT_DELAY=<your RATE_LIMIT_DELAY>" -e "PROXY_URL=<your PROXY_URL>" -- uvx fiverr-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.fiverr-mcp-server]
command = "uvx"
args = ["fiverr-mcp-server"]
[mcp_servers.fiverr-mcp-server.env]
RATE_LIMIT_DELAY = "<your RATE_LIMIT_DELAY>"
PROXY_URL = "<your PROXY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<your RATE_LIMIT_DELAY>",
"PROXY_URL": "<your PROXY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<your RATE_LIMIT_DELAY>",
"PROXY_URL": "<your PROXY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fiverr-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<your RATE_LIMIT_DELAY>",
"PROXY_URL": "<your PROXY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<your RATE_LIMIT_DELAY>",
"PROXY_URL": "<your PROXY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<your RATE_LIMIT_DELAY>",
"PROXY_URL": "<your PROXY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.KyuRish%2Ffiverr-mcp-server)<a href="https://mcptoplist.com/server/io.github.KyuRish%2Ffiverr-mcp-server"><img src="https://mcptoplist.com/badge/io.github.KyuRish%2Ffiverr-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
kyurish
Other servers by kyurish
View all kyurish servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Feb 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fiverr MCP Server?
- Fiverr MCP Server is maintained by kyurish, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Fiverr MCP Server listed on the Official MCP Registry?
- Yes — Fiverr MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Fiverr MCP Server have?
- MCP Toplist tracks 2 versions of Fiverr MCP Server, most recently published on Feb 24, 2026.
- Where can I find the source code for Fiverr MCP Server?
- The source code for Fiverr MCP Server is hosted at github.com/kyurish/fiverr-mcp-server.