Windsurf
Add AI Accounting to Windsurf's Cascade by editing its MCP config.
Add the server
Add the block below to your mcp_config.json. Windsurf uses serverUrl for HTTP
MCP servers:
mcp_config.json
{
"mcpServers": {
"flywheel": {
"serverUrl": "https://ai-accounting-software.vercel.app/mcp",
"headers": {
"Authorization": "Bearer ak_your_key_here"
}
}
}
}Enable it
In Windsurf, open the Cascade MCP settings and refresh/enable servers. flywheel should connect and list its tools.
Try it
Ask Cascade to use AI Accounting — for example, "create a vendor contact for Acme and record a $750 bill." Browse everything on the MCP tools page.
Heads up
Don't commit a real key in a shared config. Keep it in a personal config and revoke leaked keys. See Security.