PluginBench
MCP Server
Active
MIT

Lolipop MCP Server MCP Server

io.github.pepabo/lolipop-mcp

What is the Lolipop MCP Server MCP server?

Official remote MCP server for Lolipop Rental Server by GMO Pepabo.

How to install Lolipop MCP Server

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Personal Access Token issued from the Lolipop user panel, sent as: Bearer lp_pat_...

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lolipop-mcp": {
      "url": "https://lolipop.jp/api/v1/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lolipop-mcp": {
      "serverUrl": "https://lolipop.jp/api/v1/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lolipop-mcp": {
      "type": "http",
      "url": "https://lolipop.jp/api/v1/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "lolipop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://lolipop.jp/api/v1/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http lolipop-mcp https://lolipop.jp/api/v1/mcp

Related MCP servers

Official remote MCP server for Color Me Shop.

1
JavaScript
MIT
View repository →

Official remote MCP server bridge for Muumuu Domain.

1
JavaScript
MIT
View repository →

Official remote MCP server for SUZURI.

0
MIT
View repository →