suzuri-mcp
OfficialAllows OpenAI Codex CLI agents to manage SUZURI materials, create products, and search merchandise.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@suzuri-mcpCreate a mug with a gradient design from my image"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SUZURI MCP Server
日本語版 README はこちら / Japanese README
The official remote Model Context Protocol (MCP) server for SUZURI — a print-on-demand merchandise platform operated by GMO Pepabo, Inc.
Upload images or generate text designs, place them on 450+ items to create original goods, and search and explore products — all through natural language conversations with AI assistants.
Endpoint
https://mcp.suzuri.jp/mcpTransport: Streamable HTTP. Authentication: OAuth 2.1 (handled automatically by supported clients).
Related MCP server: OpenPrints MCP
Features
Material management — upload image materials, generate text materials, analyze reference images, and manage your existing materials
Product creation — place materials onto items to create products, preview and compare placements, and use placement presets
Product discovery — search and browse products, view recommendations, similar items, and curated selections
Favorites & collections — manage favorites and organize products into "Choice" collections
Account & activity — view your profile, the users you follow, and your activity feed
Pricing: MCP server access is free. Standard SUZURI fees apply when producing or purchasing goods.
Quick Start
Choose your client below.
Claude Code
claude mcp add --transport http suzuri https://mcp.suzuri.jp/mcpThen run /mcp inside Claude Code and select Authenticate to complete the OAuth flow.
Claude Desktop / claude.ai
Settings → Connectors → Add custom connector → enter:
https://mcp.suzuri.jp/mcpOAuth is handled automatically by Claude.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"suzuri": {
"url": "https://mcp.suzuri.jp/mcp"
}
}
}OpenAI Codex CLI
codex mcp add suzuri --url https://mcp.suzuri.jp/mcpGemini CLI
See the Gemini CLI MCP server documentation for adding remote MCP servers.
Local stdio bridge (advanced)
For clients that only support stdio transport, use mcp-remote:
{
"mcpServers": {
"suzuri": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.suzuri.jp/mcp"]
}
}
}Requirements
A SUZURI account
An MCP-compatible client (Claude Desktop, Claude Code, Cursor, OpenAI Codex CLI, Gemini CLI, etc.)
Privacy Policy
Privacy Policy: GMO Pepabo, Inc. Privacy Policy
Terms of Service: SUZURI Terms of Service
Contact: SUZURI contact form
What this server accesses
The server calls the SUZURI API on your behalf using an OAuth 2.1 access token you grant when connecting. Each tool calls one fixed SUZURI endpoint.
Read — your SUZURI profile, materials, products, sales records, favorites, collections, and activity feed, plus the public catalog (products, users, items).
Write — only through the write tools you approve: creating and editing materials and products, and managing favorites and collections. This server does not handle purchases or payments; checkout happens on suzuri.jp.
Image URLs you supply — when you create a material from an image or ask for a reference image to be analyzed, the server fetches that URL so the image can be relayed to SUZURI or inspected.
Storage and retention
Your SUZURI content (products, materials, sales data) is not cached or stored by this server. Every tool call goes straight to the SUZURI API.
OAuth tokens are encrypted at rest (AES-256-GCM) and expire automatically: authorization sessions and codes after 10 minutes, access tokens at their expiry.
An audit log line is recorded when you complete authorization, containing the MCP client ID, your SUZURI user ID and user name, and the granted scope. Access tokens are never logged.
Tool arguments and conversation content are not logged or stored.
Third parties
Outbound requests go only to suzuri.jp and to image URLs you explicitly supply. No data is shared with any other third party by this server.
Your controls
Disconnect the connector in your MCP client at any time to stop all access.
Access tokens can be revoked through SUZURI's OAuth revocation endpoint, and expire on their own.
For disclosure, correction, or deletion of your personal data, see section 13 of the Privacy Policy.
Support
For service-related inquiries: SUZURI contact form
For issues with this repository: please open a GitHub Issue
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects Printful's print-on-demand API to AI assistants like Claude and Cursor to automate business operations. It enables users to browse catalogs, manage orders, generate mockups, and calculate shipping rates through natural language.1924MIT

OpenPrints MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to browse products, upload designs, place print orders, track shipments, and manage account balance via natural language.14MIT- Alicense-qualityDmaintenanceEnables AI agents to manage Shopify stores via natural language, with tools for products, orders, inventory, customers, and analytics.9MIT
- Alicense-qualityCmaintenanceEnables AI assistants to run a print-on-demand store by creating products on Printify, pricing from production cost, publishing to Shopify and its sales channels, and generating ad creative from mockups.1ISC
Related MCP Connectors
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Manage your Jumpseller store with AI. Products, orders, customers, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pepabo/suzuri-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server