Cursor setup
Cursor uses client credentials — pass OAuth client_id and client_secret in request headers.
- Create an OAuth application — see the OAuth application setup guide with the
formsscope and enable useClientCredentials. - Add the configuration to Cursor MCP settings:
{
"mcpServers": {
"formdesigner": {
"url": "https://mcp.formdesigner.pro/v1/mcp",
"headers": {
"X-Client-Id": "your_client_id",
"X-Client-Secret": "your_client_secret"
}
}
}
}
Restart Cursor or reconnect the MCP server.