Skip to main content

Setup for Personal Accounts

How to setup IPRally MCP using personal accounts

Written by JP - John Paul Keeler

If you manage your own AI tools, you can connect to IPRally MCP directly. Most modern AI applications support adding remote MCP servers through a "custom connector" or similar option. Your application will open a browser window where you sign in with your IPRally account. The connection is secured with OAuth 2.1 and PKCE, handled automatically by your application.

Claude (claude.ai)

  1. Open Settings > Connectors

  2. Click Add custom connector within +Add

  3. Enter the server URL: https://mcp.iprally.com/mcp

  4. Click Add. You'll be redirected to sign in with your IPRally account.

  5. After authenticating, IPRally tools will appear in your conversations

Claude Code (CLI)

Run the following command in your terminal:

claude mcp add iprally --transport http https://mcp.iprally.com/mcp

Claude Code will open a browser window for authentication on first use.

ChatGPT

  1. Go to Settings > Plugins and click + to add a new plugin

  2. Enter the server URL: https://mcp.iprally.com/mcp

  3. Authenticate with your IPRally credentials when prompted

Did this answer your question?