Rekvira

Install one row per assistant

Install Rekvira in the assistant you already use.

The server is https://mcp.rekvira.com/mcp, streamable HTTP, no account first. Every row below was tested on the date it shows. If your app is not here, the setup guide has the generic steps, and the one-sentence install on the connect page lets your assistant do it for you.

  1. Claude web · desktop · tested 2026-09-16

    Settings → Connectors → Add custom connector. Name it and paste the URL. The free plan allows one custom connector.

    https://mcp.rekvira.com/mcp
  2. Claude Code terminal · tested 2026-09-16

    One command; the assistant can also run it itself when you paste the connect-page sentence.

    claude mcp add --transport http rekvira https://mcp.rekvira.com/mcp
    Details
  3. ChatGPT connectors · tested 2026-09-16

    Settings → Connectors → Advanced → Developer mode, then Create and paste the URL. Authentication: none.

    https://mcp.rekvira.com/mcp
  4. Cursor mcp.json · tested 2026-09-16

    Settings → MCP → Add, or paste this into .cursor/mcp.json.

    { "mcpServers": { "rekvira": { "url": "https://mcp.rekvira.com/mcp" } } }
    Details
  5. VS Code GitHub Copilot · untested here

    Command palette → MCP: Add Server → HTTP, paste the URL. The generic steps apply; we have not run this one ourselves yet, and this line will change the day we do.

    { "servers": { "rekvira": { "type": "http", "url": "https://mcp.rekvira.com/mcp" } } }
  6. Codex CLI terminal · untested here

    One command. Same honesty as VS Code: the generic steps apply and this row is untested on our side today.

    codex mcp add rekvira --url https://mcp.rekvira.com/mcp