Skip to content
Open
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
23 changes: 17 additions & 6 deletions snippets/atopile/guides/quick-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,23 @@ After installation it will prompt you to install the `ato` CLI. Click the `Insta
![atopile extension install](/atopile/images/vscode-plugin-install-popup.png)

<Accordion title="(Experimental) MCP server">
Set up an MCP server for this documentation with

``` sh
npx mint-mcp add atopile
```

Use the following to connect AI applications to this documentation

<Tabs>
<Tab title="URL">
```cURL
https://docs.atopile.io/mcp
```
</Tab>
<Tab title="Cursor">
[Install MCP Server](cursor://anysphere.cursor-deeplink/mcp/install?name=atopile-docs&config=eyJ1cmwiOiJodHRwczogLy9kb2NzLmF0b3BpbGUuaW8vbWNwIn0%3D)
</Tab>
<Tab title="Claude Code">
```bash
claude mcp add --transport http atopile-docs https://docs.atopile.io/mcp
```
</Tab>
</Tabs>
</Accordion>

## Installing KiCAD
Expand Down