All clients
Raycast

MCP Server

Raycast

Financial tools at your fingertips

Access transactions, invoices, and reports directly from Raycast with a keyboard shortcut. Query your financial data without switching apps.

Add to Raycast

After installing, edit the server in Raycast's "Manage Servers" and replace YOUR_API_KEY in the environment variables with your API key.

Manual setup

Use Raycast's "Install Server" command with this configuration:

{
  "name": "midday",
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "mcp-remote@latest",
    "https://api.midday.ai/mcp",
    "--header",
    "Authorization:${AUTH_HEADER}"
  ],
  "env": {
    "AUTH_HEADER": "Bearer YOUR_API_KEY"
  }
}

Setup steps

  1. 1Click "Add to Raycast" above
  2. 2Get an API key from Settings → Developer
  3. 3Open Raycast's "Manage Servers" and edit Midday to add your API key
  4. 4@-mention Midday in Raycast AI to query your data