freelancer mcp server for Cursor
io.github.godesigntech/freelancer-mcp-server
Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.
client:Cursor
transport:stdio
runtime:npm
Install freelancer mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"freelancer-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freelancer-mcp-server"
],
"env": {
"FREELANCER_OAUTH_TOKEN": "<FREELANCER_OAUTH_TOKEN>",
"FREELANCER_ACCOUNTS": "<FREELANCER_ACCOUNTS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs