MCP Server
Maintained
MIT
io.github.KyuRish/fiverr-mcp-server MCP Server
io.github.KyuRish/fiverr-mcp-server
What is the io.github.KyuRish/fiverr-mcp-server MCP server?
Search Fiverr gigs, sellers, pricing, and reviews. No API key required.
How to install io.github.KyuRish/fiverr-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
RATE_LIMIT_DELAYMinimum delay between requests in seconds (default: 2)
PROXY_URLOptional proxy URL for avoiding rate limits
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<YOUR_RATE_LIMIT_DELAY>",
"PROXY_URL": "<YOUR_PROXY_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<YOUR_RATE_LIMIT_DELAY>",
"PROXY_URL": "<YOUR_PROXY_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fiverr-mcp-server": {
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<YOUR_RATE_LIMIT_DELAY>",
"PROXY_URL": "<YOUR_PROXY_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add fiverr-mcp-server --env RATE_LIMIT_DELAY=<YOUR_RATE_LIMIT_DELAY> --env PROXY_URL=<YOUR_PROXY_URL> -- uvx fiverr-mcp-serverRelated MCP servers
45+ interactive charts, dashboards, and KPIs inside any AI conversation
35
View repository →TypeScript
io.github.KyuRish/patreon-mcp-server
Maintained
Access your Patreon creator data - campaigns, patrons, tiers, and posts.
3
View repository →Python
MIT
MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics
2
View repository →Python
MIT