All clients
Perplexity

MCP Server

Perplexity

AI-powered search meets your data

Connect Perplexity to your Midday account to query transactions, invoices, and financial reports with natural language. Get instant answers backed by your real business data.

Requirements: Perplexity Mac app with MCP support enabled. Go to Settings → MCP Servers to add a new server.

Don't have an API key? Create one in Settings → Developer

Add this configuration to your Perplexity MCP settings:

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

Uses mcp-remote to bridge bearer token authentication (installed automatically via npx).

Setup steps

  1. 1Get an API key from Settings → Developer
  2. 2Open Perplexity Mac app and go to Settings → MCP Servers
  3. 3Add a new MCP server with the configuration above
  4. 4Restart Perplexity and ask questions about your Midday data