Laugh Tale
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., "@Laugh TaleSeek the One Piece"
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.
๐ดโโ ๏ธ Laugh Tale
The capstone of the Grand Line stack. Collect every tool, and it reveals the One Piece.
A Model Context Protocol (MCP) server โ one focused tool you plug into an MCP-compatible client (Claude Desktop, Claude Code, Cursor, and others).
What it does
Laugh Tale is the final tool of the set. On its own it does nothing โ it stays locked until you've installed the rest of the Grand Line stack.
Each tool, when it runs, leaves a marker in a shared folder
(~/.grandline/poneglyphs/). Laugh Tale reads that folder. While any tool is
missing, it tells you which ones you still need. Once every tool is present, the
markers line up and it reveals the One Piece.
Related MCP server: Hello World MCP Server
Usage
One tool:
seek_the_one_pieceโ locked until every Grand Line tool is installed. Run it anytime: it either lists the tools still missing, or, when all are present, reveals the One Piece.
The reveal is a bit of fun, not a new capability โ the other tools are the real treasure. It works purely off the shared marker folder, so the tools can live in completely separate packages and still count toward the unlock.
Tool reference: seek_the_one_piece()
How it works
No API key, fully local. It only reads the shared marker folder on your machine.
Install
Requires Python 3.10 or newer.
pip install laugh-tale-mcpThis installs the laugh-tale command.
Then register it with your MCP client โ either run claude mcp add laugh-tale -- laugh-tale,
or add this to the client's config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"laugh-tale": { "command": "laugh-tale" }
}
}Restart the client and the tool is available.
The Grand Line stack
Laugh Tale is part of a four-tool set. Each tool stands alone, but installing all of them unlocks a final surprise via Laugh Tale.
Package | ||
๐ฟ | Road Poneglyph | |
โ๏ธ | Conqueror's Haki | |
โณ | Toki Toki no Mi | |
๐ดโโ ๏ธ | Laugh Tale ยท โ this repo |
Develop
git clone https://github.com/xfloukiex-lab/laugh-tale
cd laugh-tale
python -m venv .venv && . .venv/Scripts/activate # macOS/Linux: source .venv/bin/activate
pip install -e ".[dev]"
python tests/test_laugh_tale.pyAttribution & license
Released under the Apache-2.0 license. The icon is original artwork
(see icon.svg), generated locally; the repository ships no third-party assets.
This is a fan-inspired project. It is not affiliated with, sponsored by, or endorsed by the creators or rights holders of One Piece (Eiichiro Oda / Shueisha / Toei Animation). "One Piece" and related names are used only as thematic flavour and remain the property of their respective owners.
Maintenance
Tools
Latest Blog Posts
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/xfloukiex-lab/laugh-tale'
If you have feedback or need assistance with the MCP directory API, please join our Discord server