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: advanced/mcp/generate.mdx
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ description: "Learn how to set up your own MCP Server"
11
11
12
12
## Get started
13
13
14
-
Run `npm i mcp` to install the `mcp` CLI.
14
+
Run `npm i @mintlify/mcp` to install the `@mintlify/mcp` CLI.
15
15
16
-
In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Server`, on this page toggle to see your unique installation command. This is the command to install your MCP Server with the `mcp` CLI.
16
+
In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Server`, on this page toggle to see your unique installation command. This is the command to install your MCP Server with the `@mintlify/mcp` CLI.
17
17
18
18
<Note>
19
19
Make sure to toggle OpenAPI access to allow the MCP server to access **all**
@@ -24,8 +24,11 @@ In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Serve
24
24
25
25
<Steps>
26
26
<Steptitle="Install the server through the CLI">
27
-
Run the following command to install the server: ```bash npx mcp add [your
28
-
subdomain] ```
27
+
Run the following command to install the server:
28
+
29
+
```bash
30
+
npx @mintlify/mcp add [your subdomain]
31
+
```
29
32
</Step>
30
33
<Steptitle="Add the authentication token if applicable">
31
34
If your API requires an authentication token, tell your end-customer to get
0 commit comments