Atlas DOCS
Connect Atlas

Cursor and other apps

Any app that can add a tool server can use Atlas. Point it at the Atlas link and sign in.

Cursor

Add Atlas to your ~/.cursor/mcp.json (or the project .cursor/mcp.json):

json
{
  "mcpServers": {
    "atlas": {
      "url": "https://atlasmcp.finmanagerai.com/mcp"
    }
  }
}

Cursor opens the sign in the first time you use Atlas. Say yes and the Atlas tools show up.

Any other app

Most apps take a server as a { "url": "..." } entry with sign in. Use:

  • Type: HTTP (streamable) or SSE
  • Link: https://atlasmcp.finmanagerai.com/mcp
  • Sign in: OAuth (the app opens a window for you to sign in)

Want to use a key instead?

If your app cannot do the sign in, you can use the Web API or the command line with a key. See Sign in and keys for where to find your key.