Skip to content

Commit e1cdf6a

Browse files
Documentation edits made through Mintlify web editor (#625)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent abbfbf0 commit e1cdf6a

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

advanced/mcp/generate.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
22
title: "MCP Generator"
3-
description: "Learn how to set up your own MCP Server"
3+
description: "Learn how to set up an MCP Server for your docs"
44
---
55

66
<Tip>
7-
This page is dedicated to setting up your own MCP Server. If you are looking
8-
for information on using the Mintlify MCP Server, please refer to the
9-
[Installing and using the Mintlify MCP Server](/advanced/mcp/quickstart) page.
7+
This page to learn how to set up an MCP Server for your own documentation. If you are looking for information on using the Mintlify MCP Server, please refer to the [Installing and using the Mintlify MCP Server](/advanced/mcp/quickstart) page.
108
</Tip>
119

1210
## Get started
1311

1412
Run `npm i @mintlify/mcp` to install the `@mintlify/mcp` CLI.
1513

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.
14+
In the [dashboard](https://dashboard.mintlify.com/products/mcp), navigate to `MCP Server`to see your unique installation command. This is the command to install your MCP Server with the `@mintlify/mcp` CLI.
1715

1816
<Note>
1917
Make sure to toggle OpenAPI access to allow the MCP server to access **all**
@@ -25,17 +23,17 @@ In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Serve
2523
<Steps>
2624
<Step title="Install the server through the CLI">
2725
Run the following command to install the server:
28-
26+
2927
```bash
3028
npx @mintlify/mcp add [your subdomain]
3129
```
3230
</Step>
3331
<Step title="Add the authentication token if applicable">
3432
If your API requires an authentication token, tell your end-customer to get
35-
it and apply it when given this response: ``` > What is the Authorization
36-
(basic token)? ``` Otherwise, you can skip this step.
33+
it and apply it when given this response: `> What is the Authorization
34+
(basic token)?` Otherwise, you can skip this step.
3735
</Step>
3836
<Step title="Start your MCP server">
39-
You can now run: ```bash npm --prefix ~/.mcp/[your subdomain] start ```
37+
You can now run: `bash npm --prefix ~/.mcp/[your subdomain] start `
4038
</Step>
41-
</Steps>
39+
</Steps>

advanced/mcp/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Quickstart"
3-
description: "Generate an MCP server to help connect your product to LLMs"
3+
description: "Generate an MCP server to help connect your product to AI apps"
44
---
55

66
## Introduction
77

8-
The MCP Generator is a CLI tool that generates an MCP server based on your company's documentation & OpenAPI specification if available. It takes in your documentation and a OpenAPI spec and outputs an MCP server that can be used with any MCP client. The MCP Generator is delivered via [npm package](https://www.npmjs.com/package/mcp) and generates an MCP server that can be used with any MCP client.
8+
Mintlify's MCP Generator is a CLI tool that generates an MCP server based on your company's documentation & OpenAPI specification (if available). The MCP Generator is delivered via [npm package](https://www.npmjs.com/package/mcp).
99

10-
Mintlify enables you to create an MCP server that allows AI tools to interact with your docs in these key scenarios:
10+
Your MCP server can then be used with any MCP client for these key scenarios:
1111

1212
1. **Docs Q&A**, similar to our AI Chat. This is automatically enabled for your docs, no setup required.
1313
2. **Real-time API querying**, if you have an OpenAPI spec, head to the `Mintlify Dashboard > Products > MCP Server` and hit the toggle to enable your OpenAPI spec.
@@ -20,7 +20,7 @@ Mintlify enables you to create an MCP server that allows AI tools to interact wi
2020
## Install the MCP server
2121

2222
<Tip>
23-
This page is dedicated to the Mintlify MCP Server. If you are looking for information on generating your MCP, please refer to the [MCP Generator](/advanced/mcp/generate) page.
23+
This page is dedicated to installing the Mintlify MCP Server. If you are looking for information on generating your own MCP server, please refer to the [MCP Generator](/advanced/mcp/generate) page.
2424
</Tip>
2525

2626
## Example installation with the Mintlify MCP server
@@ -34,7 +34,7 @@ To use the Mintlify MCP server you will need an [API key](https://mintlify.com/d
3434
Run the following command to install the server:
3535

3636
```bash
37-
npx @mintlify/mcp add mintlify
37+
npx @mintlify/mcp@latest add mintlify
3838
```
3939
</Step>
4040
<Step title="Add the authentication token">

0 commit comments

Comments
 (0)