Cursor
Add Autousers to Cursor IDE via JSON config or one-click deeplink.
Option 1 — One-click deeplink
Open the link below in your browser. Cursor will prompt you to confirm the installation.
cursor://anysphere.cursor-deeplink/mcp/install?name=autousers&config=eyJuYW1lIjoiYXV0b3VzZXJzIiwidXJsIjoiaHR0cHM6Ly9tY3AuYXV0b3VzZXJzLmFpL21jcCJ9Cursor one-click install deeplink
Option 2 — JSON config
Create or edit ~/.cursor/mcp.json and add the Autousers entry.
{
"mcpServers": {
"autousers": {
"url": "https://mcp.autousers.ai/mcp"
}
}
}~/.cursor/mcp.json
Restart Cursor. The first time a tool is called, Cursor opens a browser tab for the Autousers OAuth consent screen. Sign in and approve.
For CI or headless use, add a headers block: { "Authorization": "Bearer $AUTOUSERS_API_KEY" } inside the autousers server object.
Was this article helpful?
