Browse docs

Cursor

Add AI Accounting to Cursor by editing its MCP config.

Add the server

Add the block below to your project's .cursor/mcp.json (or the global ~/.cursor/mcp.json):

.cursor/mcp.json
{
"mcpServers": {
  "flywheel": {
    "url": "https://ai-accounting-software.vercel.app/mcp",
    "headers": {
      "Authorization": "Bearer ak_your_key_here"
    }
  }
}
}

Enable it

Open Cursor Settings → MCP. You should see flywheel listed; toggle it on if needed and confirm it shows as connected with its tools.

Try it

In Cursor's chat (Agent mode), ask it to use AI Accounting — e.g. "list my accounts" or "pull a balance sheet as of today." Browse the full toolset on the MCP tools page.

Heads up

.cursor/mcp.json may be committed to your repo — don't hardcode a real key in a shared project file. Use a personal/global config or an environment-variable reference, and revoke leaked keys. See Security.