> For the complete documentation index, see [llms.txt](https://eolas.gitbook.io/eolas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eolas.gitbook.io/eolas/getting-started/ai-workspace-integration.md).

# AI Workspace Integration

Copy/paste the provided config block into your MCP configuration file:

{% stepper %}
{% step %}

#### Copy/Paste

Insert Eolas MCP servers into your AI app's MCP JSON config by pasting in the snippet

```
{
  "mcpServers": {
    "eolas-edge-mcp": {
      "command": "npx",
      "args": ["eolas-edge-mcp"]
    },
    "eolas-reach-mcp": {
      "command": "npx", 
      "args": ["eolas-reach-mcp"],
      "env": {
        "REPLICATE_API_TOKEN": "r8_...",  
        "CREATOR_BID_API_KEY": "your_creator_bid_api_key",
        "TELEGRAM_BOT_TOKEN": "your_telegram_bot_token"
      }
    }
  }
}
```

{% hint style="info" %}
Keys needed:

* Creator Bid (posting): `CREATOR_BID_API_KEY`
* Telegram bot: `TELEGRAM_BOT_TOKEN`
* Replicate (image/video tools): `REPLICATE_API_TOKEN`
  {% endhint %}
  {% endstep %}

{% step %}

#### Start

Open your app and ask the LLM to start EolasEdge. Use a prompt like: `Start EolasEdge` or `Load EolasEdge`.
{% endstep %}

{% step %}

#### Fund

{% hint style="info" %}
See examples such as Claude, Cursor, Gemini and other popular clients [here.](/eolas/getting-started/ai-workspace-integration/mcp-clients.md)
{% endhint %}

The LLM will return a unique wallet address. Fund it to enable on-chain trades. These funds are used directly by your AI for trading operations.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Wallets are secured via your system’s [OS keychain](https://en.wikipedia.org/wiki/Keychain_\(software\)). No need to manage keys manually, but please take necessary precautions.
{% endhint %}
