← Back to browse

freelancer-mcp-server

Indexed by io.github.godesigntech

About

Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsFREELANCER_OAUTH_TOKEN FREELANCER_ACCOUNTS
Claude Code
claude mcp add --env FREELANCER_OAUTH_TOKEN= --env FREELANCER_ACCOUNTS= freelancer-mcp-server -- npx freelancer-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"freelancer-mcp-server","command":"npx","args":["freelancer-mcp-server"],"env":{"FREELANCER_OAUTH_TOKEN":"","FREELANCER_ACCOUNTS":""}}'
JSON
{
  "mcpServers": {
    "freelancer-mcp-server": {
      "command": "npx",
      "args": [
        "freelancer-mcp-server"
      ],
      "env": {
        "FREELANCER_OAUTH_TOKEN": "",
        "FREELANCER_ACCOUNTS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.