> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowra.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Use MCP in Cursor

> Register an MCP server in Flowra and connect Cursor using the install config from the dashboard.

**Goal:** Call Flowra project tools from Cursor via MCP.

## Prerequisites

* Flowra project with tools or MCP servers configured
* Cursor installed

## Steps

<Steps>
  <Step title="Register or open MCP in the dashboard">
    Open [MCP Servers](https://flowra.dev/dashboard/mcp). Create a server if needed, load tools, and choose Normal or Smart mode. Details: [MCP in the dashboard](/product/mcp-in-dashboard).
  </Step>

  <Step title="Copy client config">
    Use **Install & Config** on the server row. Copy the JSON or download the file the UI provides for Cursor / Claude Desktop.
  </Step>

  <Step title="Add the server in Cursor">
    Paste the configuration into Cursor’s MCP settings (follow the on-screen host path from the dashboard). Restart or reload MCP if Cursor requires it.
  </Step>

  <Step title="Smoke-test a tool">
    In Cursor Agent chat, ask it to list or call one of your Flowra tools. Confirm the call succeeds.
  </Step>
</Steps>

## Verify

* Cursor shows the MCP server as connected
* A tool from your project appears and returns a successful result

## Developers deep dive

* [MCP](/guides/mcp) — Smart vs Normal, API registration
* [Native tools: Meta](/guides/native-tools/meta) — discovery tools used in Smart mode
