I made it up

Getting Started

I Made It Up runs entirely inside AI chat clients — no separate app or website needed. Everything is managed through simple conversation.

Requirements

MCP Server URL

All clients use the same URL:

https://mcp.imadeitup.ai/mcp

Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings → Connectors
  3. Click Add custom connector
  4. Enter the URL: https://mcp.imadeitup.ai/mcp
  5. Authenticate with your Google account — this creates a matching free-tier account
  6. Start with: "What can you tell me about I Made It Up?"

Claude Web (claude.ai)

  1. Go to claude.ai
  2. Open Settings → Connectors
  3. Click Add custom connector
  4. Enter the URL: https://mcp.imadeitup.ai/mcp
  5. Authenticate with your Google account
  6. In any chat, the I Made It Up tools are now available

ChatGPT Desktop and Web

  1. Open ChatGPT (desktop app or web)
  2. Go to Settings → Apps & Connectors
  3. Enable developer mode
  4. Return to Connectors and click Create (top right)
  5. Enter the MCP Server URL: https://mcp.imadeitup.ai/mcp
  6. Authenticate with your Google account
  7. In any chat, select +MoreI Made It Up to enable the tools

Claude Code (CLI)

Run one of these commands depending on where you want the server available:

# All your projects
claude mcp add --transport http --scope user imadeitup https://mcp.imadeitup.ai/mcp

# Current project only
claude mcp add --transport http imadeitup https://mcp.imadeitup.ai/mcp

# Current project, shared with your team via .mcp.json
claude mcp add --transport http --scope project imadeitup https://mcp.imadeitup.ai/mcp

On first use, Claude Code will open a browser for OAuth sign-in with your Google account.

Other MCP Clients

Any MCP-compatible client can connect using the server URL https://mcp.imadeitup.ai/mcp with OAuth 2.0 authentication (Google sign-in). The server implements the standard MCP HTTP transport.

First Steps

Once connected, try these prompts:

See the API Reference for the full list of tools and their parameters.

← Documentation