# FLORA MCP

The FLORA MCP server lets your AI agent, run [techniques](/nodes/techniques.md), and work with your projects directly inside FLORA. Anything you can do in the FLORA app, an agent connected over MCP can do for you.

{% hint style="info" %}
**MCP** (Model Context Protocol) is an open standard for connecting AI applications to tools and data. Any MCP-compatible client can connect.
{% endhint %}

## Endpoint

```
https://mcp.flora.ai/mcp
```

## Install

### Claude Code

```bash
claude mcp add FLORA https://mcp.flora.ai/mcp
```

A browser window opens to sign you in to FLORA. Once authorized, the FLORA tools become available in any Claude Code session.

### Claude Desktop

**Settings → Connectors → Add custom connector**, then enter `https://mcp.flora.ai/mcp`. Claude Desktop walks you through sign-in.

### Cursor

**Settings → MCP → Add new MCP server**, paste `https://mcp.flora.ai/mcp`, save. Cursor handles the OAuth flow.

### Anything else

Add a remote MCP server pointing at `https://mcp.flora.ai/mcp`. The server publishes OAuth metadata at `/.well-known/oauth-protected-resource/mcp`, so any compliant client can discover sign-in automatically.

## Verify it's working

Once installed, ask your agent:

> "What FLORA workspaces do I have access to?"

If it lists your workspaces, you're connected.

## Need help?

* Send feedback through your agent ("file a Flora bug report that…") — it routes straight to the FLORA team.
* Email <support@florafauna.ai>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flora.ai/more/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
