MCP tee shirt
Zoomed in design
Man wearing the shirt

MCP tee shirt

Free through MCP

Size

Minimalist, mysterious, and maybe a little meta.

This sleek tee features the MCP vibes and the phrase "Context is Everything". Whether you're a machine learning enthusiast, a protocol purist, or just someone who loves obscure tech references, this shirt delivers subtle nerd cred with style.

  • Soft, lightweight cotton blend
  • Unisex fit, pre-shrunk
  • Printed with durable, fade-resistant ink

Join the protocol. Set the context.

MCP Shop Instructions

Welcome to MCP Shop's LLM storefront! Place your order by connecting your favorite MCP-compatible LLM to MCP Shop's MCP server.

MCP Shop uses AuthKit, so after you've installed the MCP server, you'll be prompted to sign up for an MCP Shop account.

Option 1: Claude Integrations

Claude recently added support for Integrations, which support remote MCP servers. With WorkOS, we can add authorization to that MCP server.

If your Claude account has Integrations available, go to the Integrations section of the Settings menu, select "Add more", and enter "MCP Shop" in the name, and https://mcp.shop/sse in the URL field.

Screenshot of Claude Desktop's Settings screen, with the add-custom-integration screen showing.

Option 2: Local MCP

You can also order MCP swag via a local MCP server via mcp-remote.

In Claude, add the following to your claude_desktop_config.json file. If you already have stuff in there, make sure to add it, and not replace it. (And maybe back up the file first!)

{
  "mcpServers": {
    "mcp.shop": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.shop/mcp"]
    }
  }
}

Setup for other tools (like Goose) is generally pretty similar: a command string, and an `args` list of strings. Support for remote MCP servers is still new, so for now a lot of tools will require a proxy like mcp-remote.