---
title: Futrou MCP
description: Connect an MCP-compatible AI client to your Futrou workspace.
---

## Connect your AI client

Futrou provides a remote Model Context Protocol (MCP) server so compatible AI clients can work with your workspace, projects, and services using natural language.

Use this server URL in your MCP client configuration:

```text
https://mcp.futrou.com
```

For example, clients that accept a remote MCP server URL can use a configuration shaped like this:

```json
{
  "mcpServers": {
    "futrou": {
      "url": "https://mcp.futrou.com"
    }
  }
}
```

Your client handles the sign-in flow and uses your Futrou account to authorize access. Keep the server URL unchanged; do not embed API tokens in shared configuration files.

## What you can do

Once connected, your agent can use Futrou context to work with resources in your workspace, including projects and services. Give it a precise goal, review proposed changes, and keep normal access controls in place.

## Learn more

The [MCP API reference](https://api.futrou.com/#v2/description/mcp-api) documents the available MCP interface. For terminal-driven workflows, see [Futrou CLI](/docs/cli/).