← All MCP clients
MCP
Connect Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Public server — calculators only, no key
Connect An Agent
Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Add to CursorOr paste this config
{
"mcpServers": {
"nyx-suite": {
"url": "https://nyxsuite.com/api/mcp/public"
}
}
}Fund server — your fund's real data
Connect An Agent
Cursor
Install via a one-click deeplink, or paste the config JSON yourself.
Needs a real fund API key — mint one from the developer console.
Add to CursorOr paste this config
{
"mcpServers": {
"nyx-suite": {
"url": "https://nyxsuite.com/api/mcp",
"headers": {
"Authorization": "Bearer nyx_sk_YOUR_FUND_API_KEY"
}
}
}
}