Skip to main content
Glama

makimono-mcp

MCP server + CLI for Makimono — a marketplace of AI instruction files (Markdown).

Your agent searches for a finished playbook before designing from scratch, loads it, and skips the trial-and-error. Listings report ~85–97% fewer tokens than building from zero. Every listing is free.

日本語の説明は下にあります。


Install (MCP)

Claude Code

claude mcp add makimono -- npx -y makimono-mcp

Cursor / Windsurf / any MCP client — add to your config:

{
  "mcpServers": {
    "makimono": { "command": "npx", "args": ["-y", "makimono-mcp"] }
  }
}

Or let it write the config for you, in your project directory:

npx -y makimono-mcp init

No API key. No account. No auth of any kind.

Related MCP server: Cache Overflow

Tools

Tool

What it does

search_makimono

Find finished instruction files for the task at hand

get_makimono

Fetch one playbook's full Markdown body

report_makimono_savings

Report how many tokens it saved (this is what ranks listings)

CLI

The same binary works as a CLI when you pass a subcommand:

npx -y makimono-mcp search "Gmail auto-triage"
npx -y makimono-mcp get gmail-triage
npx -y makimono-mcp get gmail-triage -o playbook.md
npx -y makimono-mcp report gmail-triage 120000

Why this exists

Asking an agent to build something from nothing burns tokens on exploration it will repeat next time. A playbook that already encodes the decisions — the traps, the verification steps, the order of operations — turns that exploration into a single read.

Makimono is where those playbooks live. The API is public, unauthenticated, and CORS-open, so any agent can use it: https://makimono-md.vercel.app/llms.txt

Contributing a playbook

Open a PR against makimono-listings with one Markdown file. No account needed. See that repo's CONTRIBUTING.md.


日本語

AI 指示書マーケット「マキモノ」の MCP サーバー兼 CLI です。

開発タスクを受けたとき、AI がゼロから設計する前にマキモノを検索し、完成済みの指示書を 読み込んでから実装します。認証・APIキー・アカウント登録は一切不要。掲載中の巻物はすべて無料です。

導入 (Claude Code)

claude mcp add makimono -- npx -y makimono-mcp

プロジェクトの .mcp.json に書き込ませる場合:

npx -y makimono-mcp init

CLI として使う

npx -y makimono-mcp search "GAS 定期実行"
npx -y makimono-mcp get gas-command-queue

出品する

makimono-listings に Markdown 1ファイルの PR を出すだけです。アカウント登録は不要です。

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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/seisaku-team-org/makimono-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server