Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced/mcp/cli.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Mintlify MCP Server"
description: "Learn how to install and use the Mintlify's MCP Server"
description: "Learn how to install and use the Mintlify MCP Server"
---
<Tip>
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/overview) page.
Expand All @@ -14,7 +14,7 @@
<Step title="Install the server through the CLI">
Run the following command to install the server:
```bash
npx mcp add mintlify

Check warning on line 17 in advanced/mcp/cli.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/cli.mdx#L17

Did you really mean 'npx'?

Check warning on line 17 in advanced/mcp/cli.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/cli.mdx#L17

Did you really mean 'mcp'?
```
</Step>
<Step title="Add the authentication token">
Expand All @@ -35,7 +35,7 @@

## Use your server with Claude
<Note>
Download the the [Claude Desktop App](https://claude.ai/download)

Check warning on line 38 in advanced/mcp/cli.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/cli.mdx#L38

'the' is repeated!
</Note>

Once you have the Claude Desktop App installed, follow these steps:
Expand All @@ -46,7 +46,7 @@
Add the following to the `claude_desktop_config.json`:
```json
{
"mcpServers": {

Check warning on line 49 in advanced/mcp/cli.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

advanced/mcp/cli.mdx#L49

Did you really mean 'mcpServers'?
"mintlify": {
"command": "npm",
"args": [
Expand Down