> For the complete documentation index, see [llms.txt](https://help.fungies.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fungies.io/for-saas-developers/fungies-mcp/quick-start.md).

# Quick start

#### Step 1 — Get your Fungies API keys

1. Log in at [app.fungies.io](https://app.fungies.io/).
2. Go to **Developers → API Keys** ([direct link](https://app.fungies.io/devs/api-keys)).
3. Click **Create key pair** and name it something like `Cursor MCP` or `My AI assistant`.
4. You'll see two values:
   * A **public key** starting with `pub_...` — safe to show, used on every call.
   * A **secret key** starting with `sec_...` — **keep this private**, unlocks write operations.
5. Copy both into a password manager. You will paste them into your AI tool in Step 2.

> **Tip** — make a dedicated key pair just for the MCP. If something ever feels off, you can revoke it from the dashboard without breaking your other integrations.

#### Step 2 — Pick your AI tool and install

Two ways:

**Option A — One-click install page (easiest for Cursor)**

Open [**https://mcp.fungies.io/install**](https://mcp.fungies.io/install), paste your keys, and click **Install read-only** or **Install read + write**. Cursor opens and asks you to confirm. Done.

*Your keys never touch our servers — the install page assembles the config in your browser and hands it off to Cursor through a local deep link.*

**Option B — Manual config for your specific tool**

Follow the [tool-specific guide below](https://github.com/dukenukemall/fungies-mcp#pick-your-ai-tool).

#### Step 3 — Try it out

Ask your AI assistant:

> *"List my five most recent products on Fungies."*

If you see a list of products, you're done. If you hit an error, jump to [Troubleshooting](https://github.com/dukenukemall/fungies-mcp#troubleshooting).
