Connect your AI

Use Gitix prompts directly inside Claude, ChatGPT, Cursor, and more via MCP.

Claude.ai

Web — OAuth integration

  1. Open Claude.ai → Settings → Integrations
  2. Click Add custom integration
  3. Paste the URL below and follow the OAuth flow
https://gitix.ai/mcp/sse
Open Claude.ai Settings

ChatGPT

Web — OAuth connector

  1. Open ChatGPT → Settings → Apps
  2. Click Add connector and choose OAuth
  3. 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
Open ChatGPT Settings

Claude Code

CLI — add to ~/.claude/mcp.json

  1. Open or create ~/.claude/mcp.json
  2. Paste the snippet below and save
  3. Restart Claude Code
{
  "mcpServers": {
    "gitix": {
      "type": "sse",
      "url": "https://gitix.ai/mcp/sse"
    }
  }
}

Cursor

IDE — add to .cursor/mcp.json

  1. Open or create .cursor/mcp.json in your project
  2. Paste the snippet below and save
  3. 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.