How to Use the Jiguang Aurora / 极光 MCP in Cursor
Write push notification logic and trigger Jiguang Aurora / 极光 tests directly inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jiguang Aurora / 极光 MCP to Cursor
Create your Vinkius account to connect Jiguang Aurora / 极光 to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate and execute real push tests in Cursor
The `send_push` tool lets you trigger actual push alerts straight from the Cursor editor. This MCP Server writes the payload and executes the tool, letting you see the push land on your test device instantly. To verify the target device is active, Cursor runs `get_device_info` to pull real-time hardware and platform data. This stops you from writing code against stale or inactive registration IDs.
Code automated push schedules with this MCP Server
The `create_schedule` tool lets your developer agent build and test complex scheduling logic right in the editor. Cursor sets up the campaign timing parameters and verifies them against the API without you having to write manual boilerplate. If you need to debug active tasks, Cursor calls `list_schedules` to inspect the queue. You can quickly run `delete_schedule` to clear out test runs so they do not clutter your production pipeline.
Debug delivery reports directly inside your code editor
The `get_push_report` tool displays real-time delivery logs directly in the Cursor chat interface. You can compare actual delivery rates against your code changes to see if your custom payloads are getting blocked. When debugging user segments, Cursor calls `update_device` to modify tags on test devices. It then checks `get_message_status` to ensure your segmented pushes are routed to the correct devices.
Set up Jiguang Aurora / 极光 MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Jiguang Aurora / 极光 MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Jiguang Aurora / 极光 transactions." If the MCP tools are loaded correctly, Cursor will call the Jiguang Aurora / 极光 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"jiguang-aurora-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Jiguang Aurora / 极光. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Jiguang Aurora / 极光 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Jiguang Aurora / 极光 MCP today
We host it, we monitor it, we maintain it. You just paste one token.