Use your Praxy context in the AI app you already use.

Connect Claude, ChatGPT, Codex, Cursor, VS Code, or another compatible app. It can read the Praxy context you approve: your chats, mock interviews, resumes, and jobs relevant to you.

One address for every compatible app

Praxy MCP server URL

You will sign in to Praxy in your browser before anything is shared.

https://mcp.praxy.me/mcp

Start with the app you use

These two routes need no terminal or config file.

Claude

The easiest setup for most people. Claude supports remote custom connectors on web, desktop, and mobile.

Available on Free, Pro, Max, Team, and Enterprise. Free accounts can add one custom connector.

  1. 1Open Customize → Connectors in Claude.
  2. 2Select +, then "Add custom connector."
  3. 3Name it Praxy and paste https://mcp.praxy.me/mcp.
  4. 4Select Add, then Connect. Sign in to Praxy and approve read-only access.
  5. 5In a chat, select + → Connectors and turn Praxy on for that conversation.
Claude's connector guide

ChatGPT

Use Praxy as a custom app in ChatGPT. Praxy is read-only, so it fits ChatGPT's read and fetch access.

ChatGPT Pro can connect read-only MCP apps in Developer mode. On Business, Enterprise, and Edu, a workspace admin must enable access. ChatGPT MCP apps currently work on web, not mobile.

  1. 1On ChatGPT web, open Settings → Apps → Advanced Settings and enable Developer mode.
  2. 2Return to Apps and select Create. Name the app Praxy and paste the server URL below.
  3. 3Choose OAuth when asked, then select Scan Tools. Sign in to Praxy and approve access.
  4. 4Select Create. In a new chat, choose Praxy from the tools menu before you ask a question.
ChatGPT's MCP app guide

Codex, Claude Code, Cursor, and VS Code

Pick the tool you already have. Each option connects to the same private Praxy server.

CodexAdd Praxy once, then complete OAuth in your browser.
codex mcp add praxy --url https://mcp.praxy.me/mcp
codex mcp login praxy
Claude CodeAdd the remote HTTP server, then run /mcp inside Claude Code to sign in.
claude mcp add --transport http --scope user praxy https://mcp.praxy.me/mcp
Open official setup guide
CursorAdd this to ~/.cursor/mcp.json. Cursor will open the Praxy sign-in flow when it connects.
{
  "mcpServers": {
    "praxy": {
      "url": "https://mcp.praxy.me/mcp"
    }
  }
}
Open official setup guide
VS CodeRun MCP: Add Server from the Command Palette, choose HTTP, paste the URL, and save it to your user profile. Or use this user configuration.
{
  "servers": {
    "praxy": {
      "type": "http",
      "url": "https://mcp.praxy.me/mcp"
    }
  }
}
Open official setup guide
Another MCP appIf your app supports remote Streamable HTTP servers and OAuth, add the URL below with the name Praxy. Apps that only accept local stdio servers need a bridge and will not connect directly.
https://mcp.praxy.me/mcp

What the connection gives your assistant

Pick up from your Praxy chats

Bring a past conversation or transcript into the assistant you are using now.

Use the resume you already saved

Pull in a saved resume without uploading the same file again.

Revisit a mock interview

Ask about your answers, scores, and Praxy's feedback from an earlier practice call.

Bring relevant jobs into the conversation

Use the roles tied to your Praxy context, including jobs you saved.

Private and read-only

  • Nothing is shared until you sign in to Praxy and approve the connection.
  • The connection cannot apply to jobs, send messages, edit a resume, or change your Praxy account.
  • Jobs are limited to roles relevant to you and jobs you saved. This is not access to Praxy's public job index.
  • Disconnect Praxy from the AI app at any time. Access stops immediately.

Read the full detail in our Privacy Policy.

Connection not showing up?

Check your app plan and workspace permissions first. If Praxy still will not connect, email build@praxel.in. A person reads it.