Use with Cursor
Connect Cursor to Autentique with remote MCP and OAuth.
Connect Cursor to Autentique as a remote MCP server with OAuth.
Configure the server
Create or update .cursor/mcp.json in a project, or ~/.cursor/mcp.json to make the server available globally:
{
"mcpServers": {
"autentique": {
"command": "npx",
"args": ["-y", "@autentique/mcp"]
}
}
}Save the file and open Cursor's MCP settings. Cursor should detect the server and start the OAuth flow when you connect it.
Authorize Autentique
Select Autentique in Cursor's MCP settings.
Choose to connect or authenticate.
Continue to Autentique and sign in.
Review the requested permissions and select Allow.
Return to Cursor and confirm that the Autentique tools are available.
Use Autentique with Agent
Cursor Agent can use enabled MCP tools when they are relevant to your request. You can also mention the task directly.
Try: “Use Autentique to list documents awaiting signatures and summarize their status.”
Cursor asks for approval before using MCP tools by default. Keep approval enabled for actions that create documents, change signers, or may consume credits.
Project or global configuration
Use project configuration when the integration should be shared only with a specific repository. Use global configuration when you want Autentique available in every Cursor project on your computer.
Last updated