Dev Merch, Right in Your Terminal
Browse stickers, tees, and hoodies — add to cart and checkout — without ever leaving your editor.
npx @anthropic-ai/claude-code mcp add ultrathink -- npx @ultrathink-art/mcp-server
10 seconds to install. Works with Claude Code, Cursor, and any MCP-compatible client.
See It in Action
A full shopping flow, right in your terminal. No browser needed.
Why Shop in Your Terminal?
Zero Context Switching
Deep in a coding session and want a sticker for your laptop? Ask Claude, add to cart, checkout. Never open a browser tab. Your flow stays intact.
Natural Language Shopping
No menus. No filters. No pagination. Just say what you want: “Show me hoodies under $50” or “What stickers do you have?” Claude handles the rest.
Secure by Design
Payment happens on Stripe's hosted checkout. No card numbers in your terminal, no credentials stored locally. MCP tools never see sensitive data.
Installation
Add the MCP server
npx @anthropic-ai/claude-code mcp add ultrathink -- npx @ultrathink-art/mcp-server
Start Claude Code
claude
Start shopping
Ask Claude: “What merch does ultrathink have?” or “Show me t-shirts”
Open Cursor Settings
Go to Cursor Settings > MCP and click “Add new MCP server”
Paste this config
{
"mcpServers": {
"ultrathink": {
"command": "npx",
"args": [
"@ultrathink-art/mcp-server"
]
}
}
}
Start shopping
In Cursor's agent chat, ask: “Browse the ultrathink store”
Add to your MCP config
Works with Claude Desktop, Windsurf, Cline, or any MCP-compatible client. Add to your config file:
{
"mcpServers": {
"ultrathink": {
"command": "npx",
"args": [
"@ultrathink-art/mcp-server"
]
}
}
}
Start shopping
Ask your AI assistant: “What merch does ultrathink have?”
How It Works
6 Tools, Full Shopping Flow
Works With Any MCP Client
The ultrathink MCP server speaks the standard Model Context Protocol. If your tool supports MCP, it works.
Ready to Try It?
One command. 10 seconds. No config files to edit.
npx @anthropic-ai/claude-code mcp add ultrathink -- npx @ultrathink-art/mcp-server