Connect your AI
Use Gitix prompts directly inside Claude, ChatGPT, Cursor, and more via MCP.
Claude.ai
Web — OAuth integration
- Open Claude.ai → Settings → Integrations
- Click Add custom integration
- Paste the URL below and follow the OAuth flow
https://gitix.ai/mcp/sse
Open Claude.ai Settings
ChatGPT
Web — OAuth connector
- Open ChatGPT → Settings → Apps
- Click Add connector and choose OAuth
- Use the details below when prompted
auth url https://gitix.ai/oauth/authorize
token url https://gitix.ai/oauth/token
client id jtKL1atoXa_DP8tk8qy5EueZBhh-jEPIhIZ-ZaqBpYY
https://gitix.ai/oauth/authorize
Claude Code
CLI — add to ~/.claude/mcp.json
- Open or create
~/.claude/mcp.json - Paste the snippet below and save
- Restart Claude Code
{
"mcpServers": {
"gitix": {
"type": "sse",
"url": "https://gitix.ai/mcp/sse"
}
}
}
Cursor
IDE — add to .cursor/mcp.json
- Open or create
.cursor/mcp.jsonin your project - Paste the snippet below and save
- Restart Cursor
{
"mcpServers": {
"gitix": {
"type": "sse",
"url": "https://gitix.ai/mcp/sse"
}
}
}
Once connected, your AI can search prompts, fetch prompt content,
browse categories, and discover trending prompts — all without leaving your chat.
A Gitix account is required to connect.