MCP Server
MCP
io.github.godesigntech/freelancer-mcp-server
Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "freelancer-mcp-server",
"version": "2.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Personal Access Token for a single Freelancer.com account. Get one at https://accounts.freelancer.com/settings/develop",
"isSecret": true,
"name": "FREELANCER_OAUTH_TOKEN"
},
{
"description": "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\"}",
"isSecret": true,
"name": "FREELANCER_ACCOUNTS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment