03各客户端安装
每个客户端一张卡,步骤精确。
首页那一句 prompt 通常直接就成 —— 你的 AI 会自己认出客户端、把 Pairoa 装好。这里把每个客户端都列全了:MCP 系的各 IDE、ChatGPT(接入方式略有不同)、以及手动兜底。想要确切步骤就复制你客户端那张卡;AI 卡住时,把这页丢给它读也行。
CCClaude Code你的 AI 全自动Anthropic 的终端原生编码 agent
Install Pairoa MCP for me — I'm in Claude Code.
Server URL: https://mcp.pairoa.com
Use `claude mcp add --transport http pairoa https://mcp.pairoa.com`
if that command exists in my version; otherwise write the server entry
into my `.mcp.json` directly. After installing, restart or reload the
MCP session so the tools register.
When you're done, list the new tools (publish_need, poll_matches,
manage_need, decline_match, claim_account) to confirm Pairoa is up.
Then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is connected — 5 tools registered. Ready to publish your first need?遇到问题? → pairoa.com/install/claude-code
CUCursor你的 AI 全自动AI 原生代码编辑器
Install Pairoa MCP for me — I'm in Cursor.
Server URL: https://mcp.pairoa.com
Write the server into `~/.cursor/mcp.json` under the `mcpServers` key.
The entry should look like:
"pairoa": { "type": "streamable-http", "url": "https://mcp.pairoa.com" }
After saving, prompt me to reload Cursor (Cmd+Shift+P → "Reload Window")
so the MCP server picks up.
When you're done, list the new tools to confirm Pairoa is registered,
then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is in your Cursor MCP — reload and the tools appear in Composer.一键添加到 Cursor遇到问题? → pairoa.com/install/cursor
CLCline你的 AI 全自动VS Code 里的自主编码 agent
Install Pairoa MCP for me — I'm in Cline inside VS Code.
Server URL: https://mcp.pairoa.com
Open the Cline MCP settings (the "MCP Servers" panel in Cline's sidebar,
or via VS Code settings.json under `cline.mcpServers`) and add:
"pairoa": { "type": "streamable-http", "url": "https://mcp.pairoa.com" }
Save, then reconnect Cline (or restart VS Code if needed).
When you're done, list the new tools to confirm Pairoa is registered,
then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is in your Cline MCP servers — five new tools are live.遇到问题? → pairoa.com/install/cline
WSWindsurf你的 AI 全自动Codeium 的 agentic IDE
Install Pairoa MCP for me — I'm in Windsurf.
Server URL: https://mcp.pairoa.com
Write the server into `~/.codeium/windsurf/mcp_config.json` under the
`mcpServers` key:
"pairoa": { "type": "streamable-http", "url": "https://mcp.pairoa.com" }
After saving, prompt me to reload Windsurf so the MCP server picks up.
When you're done, list the new tools to confirm Pairoa is registered,
then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is in your Windsurf MCP — reload and the tools are available to Cascade.遇到问题? → pairoa.com/install/windsurf
VSCVS Code你的 AI 全自动VS Code 内置 MCP(Copilot agent 模式)
Install Pairoa MCP for me — I'm in VS Code.
Server URL: https://mcp.pairoa.com
Add the server to VS Code's MCP config — a `.vscode/mcp.json` in my
workspace (or the user-level mcp.json). VS Code uses a `servers` key
and `"type": "http"`:
{
"servers": {
"pairoa": { "type": "http", "url": "https://mcp.pairoa.com" }
}
}
After saving, reload VS Code (or press Start on the server in the MCP
view) so the tools register.
When you're done, list the new tools to confirm Pairoa is registered,
then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is in your VS Code MCP — reload and the tools appear in agent mode.一键添加到 VS Code遇到问题? → pairoa.com/install/vscode
CXCodex CLI你的 AI 全自动OpenAI 的终端编码 agent
Install Pairoa MCP for me — I'm in Codex CLI.
Server URL: https://mcp.pairoa.com
Add Pairoa to my Codex config (~/.codex/config.toml) through a local
bridge. Codex's native remote/OAuth MCP support is unreliable — it often
authenticates but never surfaces the tools — so run the server through
mcp-remote, a tiny local stdio bridge that handles the OAuth for you:
[mcp_servers.pairoa]
command = "npx"
args = ["-y", "mcp-remote", "https://mcp.pairoa.com"]
Don't configure Codex with a bare url for Pairoa — that path drops the
tools. After editing the config, FULLY QUIT AND REOPEN the Codex app
(Cmd-Q, not just a new chat) so it loads the bridge. On first use a
browser opens for the OAuth sign-in — click Connect (anonymous, no
signup). mcp-remote caches the token and refreshes it automatically, so
Pairoa stays connected.
If you don't see Pairoa's tools after the restart, run `codex mcp
list` to confirm pairoa is enabled, and make sure `npx` is on your PATH.
When you're done, list the new tools to confirm Pairoa is registered,
then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is wired into Codex — restart and you'll have 5 new tools.遇到问题? → pairoa.com/install/codex
CDClaude 桌面端你的 AI 带你点macOS & Windows 上的官方 Claude 应用
Install Pairoa MCP for me — I'm in Claude Desktop.
Server URL: https://mcp.pairoa.com
The reliable way — no download, nothing to break. Pairoa is a remote
connector, so it's added through Claude's Connectors UI (not a config
file). You only do this once: Claude syncs connectors across Desktop,
Cowork, web, and mobile.
This is my job, not yours: adding a connector is a one-time action in
Claude's own Settings that only I can do. Do NOT use computer-control,
screen-automation, or browser-clicking tools, and do NOT screenshot my
screen to click through it — just show me these steps and I'll click them:
1. Open this link → https://claude.ai/settings/connectors?modal=add-custom-connector
(or, inside the app: Settings → Connectors)
2. If the box isn't already open, click "Add custom connector"
3. Name: Pairoa URL: https://mcp.pairoa.com → Add
(leave the optional OAuth Client ID/Secret blank)
4. The first tool call opens Pairoa's authorization in my browser —
I just click "Connect" (you go in anonymously — no key, no signup),
then come back.
Do NOT put this in claude_desktop_config.json — that file is only for
local servers, and writing a remote url there can silently wipe my
other MCP servers. Remote server = Connectors UI.
When I'm back, list the new tools (publish_need, poll_matches,
manage_need, decline_match, claim_account) to confirm Pairoa is connected.
Then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is added as a connector — click Connect on the first tool call and it works across all your Claude apps.遇到问题? → pairoa.com/install/claude-desktop
加一次就够 —— Claude 会把这个连接器同步到桌面端、Cowork、网页和手机。
CaiClaude.ai你的 AI 带你点浏览器里的 Claude(免费版起)
Install Pairoa MCP for me — I'm in Claude.ai (the web app).
Server URL: https://mcp.pairoa.com
You don't have local file access from Claude.ai, and adding a connector
is a one-time action in Settings that only I can do — so do NOT use
computer-control, screen-automation, or browser-clicking tools, and do
NOT screenshot my screen. Just give me the link to open and the values
to fill, and I'll do it myself:
1. Open this link → https://claude.ai/settings/connectors?modal=add-custom-connector
2. If the box isn't already open, click "Add custom connector" (label may say "Browse" or "Add MCP"
— pick whichever leads to a URL input).
3. Name: Pairoa URL: https://mcp.pairoa.com → Add
(leave the optional OAuth Client ID/Secret blank)
4. The first tool call opens Pairoa's authorization — I click "Connect"
to go in anonymously (no key, no signup), then come back.
When I'm back, list the new tools (publish_need, poll_matches,
manage_need, decline_match, claim_account) to confirm Pairoa shows up
in this conversation, then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.
Note: custom connectors work on every Claude plan — Free, Pro, Max,
Team, Enterprise — though Free is limited to one custom connector. No
need to upgrade just for this.✓装好时你的 AI 会说:
Pairoa is in your Claude.ai connectors — click Connect and the tools appear here.一键添加到 Claude.ai遇到问题? → pairoa.com/install/claude-ai
GPTChatGPTCustom GPT · 或企业版 MCPOpenAI 的对话客户端 —— 企业版可挂 MCP,其余走 Custom GPT
Install Pairoa for me — I'm in ChatGPT.
Pairoa MCP server: https://mcp.pairoa.com
Pairoa GPT for regular ChatGPT users:
https://chatgpt.com/g/g-6a253afdb4988191bb093c83d98d82a9-pairoa
Pairoa OpenAPI schema for Custom GPT builders: https://pairoa.com/api/openapi
Setting this up is a one-time step I do in ChatGPT's own Settings — so do
NOT use computer-control, screen-automation, or browser-clicking tools, and
do NOT screenshot my screen. Just give me the path and I'll click it.
Pick the path that matches my plan:
(A) Business / Enterprise / Edu workspace: use ChatGPT Apps / remote MCP.
Full/write-capable MCP apps are available for these workspace plans,
not for individual Plus / Pro.
In Workspace Settings, enable
Developer mode (Apps — OpenAI renamed "Connectors" to "Apps"), then
create a custom MCP app and give it the MCP URL above → click
Connect to authorize (anonymous; no key).
(B) Individual Plus / Pro, or anyone who just wants to use Pairoa in
ChatGPT: open the Pairoa GPT link above. It uses Actions / OpenAPI
behind the scenes, and ChatGPT asks you to authorize Pairoa when the
first action runs. No client_id or client_secret is needed.
(C) Builders creating their own Custom GPT: use Actions (OpenAPI).
In the GPT builder, add an Action → Import from URL →
https://pairoa.com/api/openapi . Set Authentication to OAuth:
Authorization URL: https://pairoa.com/oauth/authorize
Token URL: https://pairoa.com/api/oauth/token
Scope: mcp
After ChatGPT shows the callback URL, create/register a Pairoa OAuth
client for that callback URL, then paste the returned client_id and
client_secret into the GPT action. This is a builder/admin step, not
something ordinary Pairoa GPT users do.
When you're done, confirm the path you installed:
- MCP app: Pairoa tools include publish_need, poll_matches, manage_need,
decline_match, and claim_account.
- Pairoa GPT / Custom GPT Action: Pairoa actions include publishNeed,
pollMatches, editNeed, closeNeed, declineMatch, sendContactCode,
and verifyContactCode.
Then walk me through publishing my first need.
What Pairoa does: a private matching market — I describe what I'm
looking for and what I can offer, and only get back contact info
when an LLM judge finds a mutual fit.✓装好时你的 AI 会说:
Pairoa is set up — try "I'm looking for a co-founder, here's what I'm building".遇到问题? → pairoa.com/install/chatgpt
用户有两条路:能开写能力 MCP 的 Business/Enterprise/Edu 团队走 Apps/远程 MCP;其他人直接用 Pairoa GPT。OpenAPI schema 是给创建 Custom GPT 的 builder 用的。
其他 MCP 客户端手动 JSON
自研客户端,或不支持 deep link 的老版本。
If your client speaks MCP but isn't in our list above, add this server
entry to your client's MCP config (path varies by client):
{
"mcpServers": {
"pairoa": {
"type": "streamable-http",
"url": "https://mcp.pairoa.com"
}
}
}
Use your client's current field for a remote HTTP server if it differs
(commonly "type": "streamable-http" with "url"; some clients just take
"url"). Reload your client. The first tool call opens Pairoa's authorization
in a browser — click Connect to authorize (anonymous, no key), and you're in.
Heads up: if you're reading this, your client is off our supported
list. We recommend going back up and trying the "tell your AI" prompt
for whatever client you're in — it'll usually figure it out.完整参考 → pairoa.com/install/manual
还是装不上 MCP?
不需要任何客户端 —— 注册后直接在浏览器里发需求。