You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/mcp.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ icon: plug
5
5
6
6
# MCP
7
7
8
-
Connect AIMLAPI to your AI client — **Claude Desktop, Claude (web), Cursor, Claude Code**, and other MCP-capable apps — over the [Model Context Protocol](https://modelcontextprotocol.io/) using **OAuth**.
8
+
Connect AI/ML API to your AI client — **Claude Desktop, Claude (web), Cursor, Claude Code**, and other MCP-capable apps — over the [Model Context Protocol](https://modelcontextprotocol.io/) using **OAuth**.
9
9
10
-
You sign in with your AIMLAPI account in the browser; there is **no API key to copy or paste**. Once connected, you can discover and compare models, run inference (LLM / image / video / audio / embeddings), manage long-running generation jobs, and check your balance — directly from the client.
10
+
You sign in with your AI/ML API account in the browser; there is **no API key to copy or paste**. Once connected, you can discover and compare models, run inference (LLM / image / video / audio / embeddings), manage long-running generation jobs, and check your balance — directly from the client.
11
11
12
12
Usage is billed to your AIMLAPI account, exactly like the REST API.
13
13
@@ -19,7 +19,7 @@ Prefer to paste an API key instead of signing in? That method is also supported
19
19
20
20
## Prerequisites
21
21
22
-
* An **AIMLAPI account** — create one at [https://aimlapi.com](https://aimlapi.com/).
22
+
* An **AI/ML API account** — create one at [https://aimlapi.com](https://aimlapi.com/).
23
23
* A client that supports **remote MCP servers over Streamable HTTP with OAuth** (all clients below do).
24
24
* A balance on your account if you plan to run billable inference (top up at [https://aimlapi.com/app/billing](https://aimlapi.com/app/billing)).
25
25
@@ -53,9 +53,9 @@ Your client registers itself and opens your browser.
53
53
{% endstep %}
54
54
55
55
{% step %}
56
-
## Sign in and approve access
56
+
## Signs you in and connects
57
57
58
-
You **sign in to AIMLAPI** and **approve access**; the client receives a token and connects.
58
+
You **sign in to AI/ML API** and **approve access**; the client receives a token and connects.
59
59
{% endstep %}
60
60
{% endstepper %}
61
61
@@ -83,7 +83,7 @@ Set **Name:** `AIMLAPI` · **Remote MCP server URL:** `https://mcp.aimlapi.com/m
83
83
84
84
Click **Add**. A browser window opens → **sign in to AIMLAPI** → **approve access**.
85
85
86
-
The connector appears as **connected**, and the AIMLAPI tools become available in your chats.
86
+
The connector appears as **connected**, and the AI/ML API tools become available in your chats.
87
87
{% endstep %}
88
88
{% endstepper %}
89
89
@@ -107,7 +107,7 @@ Enter the URL `https://mcp.aimlapi.com/mcp` and add it.
107
107
{% step %}
108
108
## Complete the browser flow
109
109
110
-
A browser flow opens → **sign in to AIMLAPI** → **approve** → connected.
110
+
A browser flow opens → **sign in to AI/ML API** → **approve** → connected.
111
111
{% endstep %}
112
112
{% endstepper %}
113
113
@@ -139,7 +139,7 @@ Open **Cursor Settings → Tools & Integrations**, find **aimlapi**, and click *
139
139
{% step %}
140
140
## Sign in and allow access
141
141
142
-
A browser opens → **sign in to AIMLAPI** → **Allow**.
142
+
A browser opens → **sign in to AI/ML API** → **Allow**.
143
143
{% endstep %}
144
144
145
145
{% step %}
@@ -149,7 +149,7 @@ The server turns green when connected.
149
149
{% endstep %}
150
150
{% endstepper %}
151
151
152
-
## Claude Code (CLI)
152
+
## Claude Code
153
153
154
154
```bash
155
155
claude mcp add --transport http aimlapi https://mcp.aimlapi.com/mcp
| Browser didn't open, or the client is stuck "connecting" | Remove the connector and add it again; make sure you completed the AIMLAPI sign-in in the browser.|
209
+
| Browser didn't open, or the client is stuck "connecting" | Remove the connector and add it again; make sure you completed the AI/ML API sign-in in the browser. |
210
210
| Connected, but inference fails with an insufficient-balance error | Top up at [https://aimlapi.com/app/billing](https://aimlapi.com/app/billing). |
211
211
| The client connects but never asks you to sign in | You likely added an `Authorization` header — with a header the client uses API-key auth, not OAuth. Remove the header to use OAuth. |
212
-
| "Sign-in failed" / authorization error | Confirm you're signing in to the correct AIMLAPI account, then retry from the client.|
212
+
| "Sign-in failed" / authorization error | Confirm you're signing in to the correct AI/ML API account, then retry from the client. |
0 commit comments