PayOdin has an official MCP server. Connect it to Claude Desktop and create invoices, draft proposals, and check your payout — without opening the app. Everything still goes through PayOdin's normal flow.
These prompts work today in Claude Desktop. They're connected to your real PayOdin account — not a demo.
"List my clients"
"Create a $5,000 invoice for Acme Corp, due in 7 days"
"Submit invoice 12 for review"
"Draft a proposal for John, $3,000, website redesign"
"What's my payout on a $2,500 invoice?"
When you ask Claude to create an invoice, it goes into your PayOdin account exactly as if you'd filled the form yourself. It goes through admin review. Your client gets notified. Payout follows the same schedule.
MCP removes the clicking. The process stays the same.
Three steps. Takes under five minutes.
Open the PayOdin app. Go to Settings → API Keys and create a new key. Copy it — you'll need it in the next step.
Open your Claude Desktop config file and add the PayOdin server block. Replace po_your_key_here with the key you just created.
{
"mcpServers": {
"payodin": {
"command": "npx",
"args": ["-y", "@workodin/mcp-server"],
"env": {
"PAYODIN_API_KEY": "po_your_key_here"
}
}
}
} The key is stored in your local config. It's never shared with Anthropic or any third party.
Quit and reopen Claude Desktop. A PayOdin tool icon will appear in the chat interface. You're ready.
Available now
Coming soon
MCP is an open standard. As more AI clients adopt it, the same PayOdin server will work there too — no reconfiguration needed.
You need a PayOdin account to connect. If you don't have one yet, sign up — it's free to start.