MCP Integration

Run PayOdin from a conversation

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.

What you can do

Ask Claude. PayOdin does the rest.

These prompts work today in Claude Desktop. They're connected to your real PayOdin account — not a demo.

Try asking Claude

"List my clients"

Try asking Claude

"Create a $5,000 invoice for Acme Corp, due in 7 days"

Try asking Claude

"Submit invoice 12 for review"

Try asking Claude

"Draft a proposal for John, $3,000, website redesign"

Try asking Claude

"What's my payout on a $2,500 invoice?"

The invoice gets created in PayOdin — not just in the chat

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.

  • Admin reviews every invoice before it reaches the client
  • Client receives the same notification email
  • Payout is processed on the same timeline
  • Your API key stays on your machine — never sent to Anthropic or any third party
💬 You ask Claude
⚙️ MCP server calls PayOdin API
👁️ PayOdin admin reviews
✉️ Client is notified
💳 You get paid
Setup

Set it up once. Use it from any Claude conversation.

Three steps. Takes under five minutes.

1

Create an API key

Open the PayOdin app. Go to Settings → API Keys and create a new key. Copy it — you'll need it in the next step.

2

Add it to Claude Desktop config

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.

3

Restart Claude Desktop

Quit and reopen Claude Desktop. A PayOdin tool icon will appear in the chat interface. You're ready.

Claude Desktop

Available now

Other AI clients

Coming soon

MCP is an open standard. As more AI clients adopt it, the same PayOdin server will work there too — no reconfiguration needed.

Get your API key

You need a PayOdin account to connect. If you don't have one yet, sign up — it's free to start.