Overview
GeMCP lets you connect Gem to an AI assistant that supports MCP, so you can ask questions about your Gem data in plain language.
MCP stands for Model Context Protocol. Gem's MCP server gives your connected AI assistant a governed way to use supported Gem tools and data, based on your existing Gem permissions.
Use GeMCP when you want to:
- Summarize candidate, job, Project, or pipeline information
- Ask follow-up questions about recruiting activity
- Explore analytics or dashboard-style questions
- Create repeatable digests or summaries from Gem data
- Use supported write actions where they are available and permitted
Requirements
Before you connect GeMCP, make sure you have:
- A Gem account with access to the data you want to use.
- An AI assistant or developer tool that supports MCP connectors.
- Permission from your organization to connect third-party AI tools to Gem data.
- For Claude Team or Enterprise plans, an Owner or Primary Owner may need to add the connector before individual users can connect.
GeMCP follows your existing Gem permissions. If you cannot access something in Gem, GeMCP should not expose it through your AI assistant.
Connect GeMCP in Claude
Free, Pro, or Max plans
- Open Claude in your browser, desktop app, or Claude Desktop.
- Go to Settings > Connectors or Customize > Connectors.
- Select the + button next to Connectors, then choose Add custom connector.
- Enter a name, such as
Gem. - Enter the GeMCP URL:
https://mcp.gem.com/mcp. - Select Add.
- In your connectors list, select Connect on the Gem connector.
- Complete the authentication prompt to sign in to Gem.
When Claude asks you to authorize Gem, confirm that you are signed in to the correct Gem account and choose the access level your organization wants to allow.
After GeMCP is connected, enable the Gem connector in a Claude conversation. Claude can then start working with the Gem data your user has permission to access.
Connect GeMCP in ChatGPT
- Navigate to Plugins from the left siderail
- Click the + button in the top right of the page
- Fill out the information for Name and add the connection
https://mcp.gem.com/mcp

Connect GeMCP in Gemini
Refer to Google’s Help Article on adding MCPs to Gemini.
Connect GeMCP in Copilot
Refer to Microsoft’s Help Article on adding MCPs to Copilot
Connect GeMCP in developer tools
Claude Code
claude mcp add --transport http gem-mcp https://mcp.gem.com/mcpCodex
codex mcp add gem-mcp --url https://mcp.gem.com/mcpCursor
- Go to Cursor Settings > Tools & MCPs > New MCP Server.
- Add the following configuration:
{
"mcpServers": {
"gem-mcp": {
"type": "http",
"url": "https://mcp.gem.com/mcp"
}
}
}After you add the configuration, Cursor can connect to GeMCP using the Gem MCP server URL.
Confirm the right Gem account is connected
GeMCP connects to the Gem account you authenticate during setup. If you use more than one Gem instance, confirm that you are logged in to the correct Gem account before connecting.
If you need to switch accounts:
- Disconnect the GeMCP connector from your AI assistant.
- Log in to the correct Gem account.
- Reconnect the GeMCP connector.
- Start a new conversation before using customer or sensitive data.
After you reconnect, GeMCP uses the Gem account and permissions from your new authentication session.
Additional resources
To learn more about GeMCP, check out the following resources.
Relevant articles
- GeMCP prompt examples and use cases
- GeMCP FAQ and troubleshooting
Have any issues or questions on this topic? Please feel free to contact your dedicated Gem Customer Success Manager directly or our Support team at support@gem.com.