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