mcpbeat Sign in

Freelancer MCP Server

by godesigntech Your server? Claim it
local only

Freelancer MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 6 Jul 2026.

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

Installs per day peak 48 · avg 8 · +139% w/w
a month agotoday
47
Installs / week
npm · freelancer-mcp-server
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Freelancer MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add freelancer-mcp-server -- npx -y freelancer-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "freelancer-mcp-server": {
      "args": [
        "-y",
        "freelancer-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.freelancer-mcp-server]
command = "npx"
args = ["-y", "freelancer-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "freelancer-mcp-server": {
      "args": [
        "-y",
        "freelancer-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "freelancer-mcp-server": {
      "args": [
        "-y",
        "freelancer-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FREELANCER_OAUTH_TOKEN (Personal Access Token for a single Freelancer.com account. Get one at https://accounts.freelancer.com/settings/develop), FREELANCER_ACCOUNTS (JSON object mapping account labels to Personal Access Tokens, for connecting multiple Freelancer.com accounts in one server, e.g. {"main":"token1","client_acme":"token2"}). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Freelancer MCP Server

same job, measured the same way
Chat Thing
by chatthing

Build and manage AI-native customer support agents from Claude or any MCP client.

answering
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
Attaché
by attache

GA4, Google Ads and Search Console in Claude. Read-only OAuth, multi-account for agencies.

answering
Messages
by cardmagic

Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server

42 installs/wk local only
IMAP MCP Pro
by temple-of-epiphany

Production IMAP & SMTP for Claude: multi-account email search, triage, send, and spam checks.

local only
iMessage History
by anipotts

Search and read your Apple Messages history from any MCP client. Read-only, local.

1 211 installs/wk local only
Janusmcp
by bayway

Multi-account tool broker for AI agents — CLI and MCP.

129 installs/wk local only
Multi Gmail MCP
by gx-55

Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.

60 installs/wk local only

Freelancer MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Freelancer MCP Server?
Freelancer MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package freelancer-mcp-server was installed 47 times last week.
How do I connect Freelancer MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls freelancer-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Freelancer MCP Server?
The npm package freelancer-mcp-server was installed 47 times in the last week. Week over week that is +139%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Freelancer MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.