Claude Desktop & claude.ai
There are two ways to give Claude (desktop app or web) access to AI Accounting.
Option A — Custom connector (remote MCP)
claude.ai and Claude Desktop support custom connectors that point at a remote MCP server.
- Open Settings → Connectors.
- Select Add custom connector.
- Configure:
- Name:
AI Accounting - URL:
https://ai-accounting-software.vercel.app/mcp
- Name:
Plan & header support
Custom connectors require an eligible Claude plan. AI Accounting authenticates with
an Authorization: Bearer ak_… header — if your connector UI doesn't provide a
field for a custom header, use Option B below, which attaches the header for
you.
Option B — Local stdio via mcp-remote
For Claude Desktop, you can bridge to the remote server locally with
mcp-remote, which lets you attach
the Authorization header explicitly. Edit your
claude_desktop_config.json:
{
"mcpServers": {
"flywheel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai-accounting-software.vercel.app/mcp",
"--header",
"Authorization: Bearer ak_your_key_here"
]
}
}
}Restart Claude Desktop. AI Accounting's tools appear in the tools menu.
Verify
Start a new chat and ask Claude to "list my AI Accounting accounts." If it returns your chart of accounts, you're connected. See MCP tools for everything it can do.