accountsos mcp for Cursor
io.github.paulgosnell/accountsos-mcp
Query your live AccountsOS books: balances, transactions, VAT, deadlines, invoices.
client:Cursor
transport:stdio
runtime:npm
Install accountsos mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"accountsos-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thriveventurelabs/accountsos-mcp"
],
"env": {
"ACCOUNTSOS_API_KEY": "<ACCOUNTSOS_API_KEY>",
"ACCOUNTSOS_BASE_URL": "<ACCOUNTSOS_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs