fiverr mcp server for Cursor
io.github.kyurish/fiverr-mcp-server
Search Fiverr gigs, sellers, pricing, and reviews. No API key required.
client:Cursor
transport:stdio
runtime:pypi
Install fiverr mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fiverr-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fiverr-mcp-server"
],
"env": {
"RATE_LIMIT_DELAY": "<RATE_LIMIT_DELAY>",
"PROXY_URL": "<PROXY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs