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
24 changes: 23 additions & 1 deletion docs/agents/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Get Started with Base MCP"
description: "Connect Base MCP to your agent in under 5 minutes"
keywords: ["Base MCP quickstart", "mcp.base.org setup", "Claude Desktop MCP", "ChatGPT MCP", "Claude Code MCP wallet", "Cursor MCP", "Codex MCP", "Hermes MCP"]
keywords: ["Base MCP quickstart", "mcp.base.org setup", "Claude Desktop MCP", "ChatGPT MCP", "Perplexity MCP", "Claude Code MCP wallet", "Cursor MCP", "Codex MCP", "Hermes MCP"]
---

import { WalletSetupDemo } from "/snippets/WalletSetupDemo.jsx"
Expand Down Expand Up @@ -56,6 +56,17 @@ import { TruncatedPrompt } from "/snippets/TruncatedPrompt.jsx"
5. Click **Create**
6. You will be automatically redirected to Base Account. Click **Allow** once to authorize.
</Tab>
<Tab title="Perplexity">
<a href="https://www.perplexity.ai/computer/connectors" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/badge/Add%20to%20Perplexity-1F1F1F?style=for-the-badge" alt="Add to Perplexity" noZoom />
</a>

Click the button above, or open [**Connectors**](https://www.perplexity.ai/computer/connectors) manually. Then:

1. Search for `Base` to find the **Base by Coinbase** connector
2. Click to add it
3. Approve the connection in Base Account. Click **Allow** once to authorize.
</Tab>
<Tab title="Claude Code">
Run this in your terminal to add the server to the current project:

Expand Down Expand Up @@ -189,6 +200,17 @@ import { TruncatedPrompt } from "/snippets/TruncatedPrompt.jsx"

See [Skills in ChatGPT](https://help.openai.com/en/articles/20001066-skills-in-chatgpt) for details.
</Tab>
<Tab title="Perplexity">
<a href="https://github.com/base/skills/releases/download/base-mcp-v0.2.0/base-mcp.zip" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/badge/Download%20skill-1F1F1F?style=for-the-badge&logo=download&logoColor=white" alt="Download for Perplexity" noZoom />
</a>

Click the button above to download `base-mcp.zip`, then:

1. In Perplexity, open [**Skills**](https://www.perplexity.ai/computer/skills)
2. Click **Create skill** and upload the downloaded `base-mcp.zip`
3. Enable the skill for the conversations where you want it active
</Tab>
<Tab title="Claude Code">
```bash Terminal
npx skills add base/skills --skill base-mcp -a claude-code
Expand Down
Loading