freelancer mcp server for Cline
io.github.godesigntech/freelancer-mcp-server
Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.
client:Cline
transport:stdio
runtime:npm
Install freelancer mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"freelancer-mcp-server": {
"command": "npx",
"args": [
"-y",
"freelancer-mcp-server"
],
"env": {
"FREELANCER_OAUTH_TOKEN": "<FREELANCER_OAUTH_TOKEN>",
"FREELANCER_ACCOUNTS": "<FREELANCER_ACCOUNTS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs