CORA/DOCSv3.2.46
Developer APIs & PWADeveloper Protocol6 min readUpdated August 2026

Model Context Protocol (MCP) Server Gateway

Connect external AI IDEs and autonomous LLM agents (Cursor, Windsurf, Claude Desktop) directly to your studio workspace.

The Cora MCP Gateway exposes your studio database as structured Model Context Protocol (MCP) tools so external AI coding assistants can query calendar availability, generate quotes, and create invoices.


1. Configuration

Add the following to your claude_desktop_config.json or Cursor MCP settings:

json
{
  "mcpServers": {
    "cora-studio": {
      "command": "npx",
      "args": ["-y", "@heycora/mcp-server"],
      "env": {
        "CORA_WORKSPACE_URL": "https://app.heycora.in",
        "CORA_API_TOKEN": "YOUR_WORKSPACE_BEARER_TOKEN"
      }
    }
  }
}

Have questions about this module?

Our founding engineering team answers developer inquiries directly.

Contact Founder