SUZURI MCP Server
Rank #34,776io.github.pepabo/suzuri-mcp
Official remote MCP server for SUZURI.
SUZURI MCP Server is a Model Context Protocol (MCP) server published by pepabo. It ranks #34,776 of 115,591 servers tracked on MCP Toplist. SUZURI MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 80,815 of 115,591 servers on MCP Toplist.
Use SUZURI MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http suzuri-mcp https://mcp.suzuri.jp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.suzuri-mcp]
url = "https://mcp.suzuri.jp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.suzuri.jp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"suzuri-mcp": {
"url": "https://mcp.suzuri.jp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"suzuri-mcp": {
"type": "http",
"url": "https://mcp.suzuri.jp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"suzuri-mcp": {
"serverUrl": "https://mcp.suzuri.jp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"suzuri-mcp": {
"url": "https://mcp.suzuri.jp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pepabo%2Fsuzuri-mcp)<a href="https://mcptoplist.com/server/io.github.pepabo%2Fsuzuri-mcp"><img src="https://mcptoplist.com/badge/io.github.pepabo%2Fsuzuri-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pepabo
Other servers by pepabo
- Lolipop MCP Server#32,488 · 1 ver
- Muumuu Domain MCP Server#33,562 · 1 ver
- Color Me Shop MCP Server#54,587 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | May 29, 2026 |
Frequently asked questions
- Who maintains SUZURI MCP Server?
- SUZURI MCP Server is maintained by pepabo, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is SUZURI MCP Server listed on the Official MCP Registry?
- Yes — SUZURI MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SUZURI MCP Server have?
- MCP Toplist tracks 1 version of SUZURI MCP Server, most recently published on May 29, 2026.
- Where can I find the source code for SUZURI MCP Server?
- The source code for SUZURI MCP Server is hosted at github.com/pepabo/suzuri-mcp.