NINJAMCP
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., "@NINJAMCPlist all characters in the Iga clan"
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.
NINJAMCP
CryptoNinja のキャラクター設定・世界観を AI に提供する MCP(Model Context Protocol)サーバー です。
Claude Desktop / Claude Code などの MCP クライアントに接続すると、AI が CryptoNinja 全42キャラの公式設定や世界観を正確に参照しながら、二次創作の相談・ストーリー作成・設定確認などを手伝えるようになります。
提供ツール
ツール | 説明 |
| 全キャラクター一覧(クラン絞り込み対応:伊賀・甲賀・風魔・雑賀・天界・根の国) |
| 名前(日本語/英語)または ID( |
| キャラの公式イラスト画像を取得(2D / 3D 切り替え可) |
| 世界観(シーズン時系列・クラン相関・未確定設定メモなど)を取得 |
| キーワードで全設定テキストを横断全文検索 |
Related MCP server: Loreum MCP Server
セットアップ
npm install
npm run buildMCP クライアントへの登録
Claude Code
claude mcp add NINJAMCP -- node /path/to/MCP/dist/index.jsClaude Desktop(claude_desktop_config.json)
設定ファイルの場所:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"NINJAMCP": {
"command": "node",
"args": ["/path/to/MCP/dist/index.js"]
}
}
}追記後、Claude Desktop を再起動すると 🔌 アイコンにツールが表示されます。
OpenAI Codex CLI(~/.codex/config.toml)
[mcp_servers.ninjamcp]
command = "node"
args = ["/path/to/MCP/dist/index.js"]または CLI から:
codex mcp add ninjamcp -- node /path/to/MCP/dist/index.jsその他の MCP クライアント(Cursor / Windsurf など)
stdio トランスポート対応のクライアントなら同じ形式で登録できます。コマンドは共通で node /path/to/MCP/dist/index.js です。
/path/to/MCPは、このリポジトリを clone した実際のパスに置き換えてください。事前にnpm install && npm run buildが必要です。
リモートサーバー版(Cloudflare Workers)
worker/ ディレクトリに、同じ5ツールを HTTP で公開するリモート MCP サーバー(Streamable HTTP・依存ライブラリなし)が入っています。デプロイすると claude.ai の Web / スマホアプリや、URL 指定に対応した MCP クライアントから接続できます。
デプロイ
cd worker
npm install
npx wrangler login # 初回のみ(Cloudflareアカウントが必要・無料枠でOK)
npx wrangler deployデプロイ後の MCP エンドポイントは https://ninjamcp.<your-subdomain>.workers.dev/mcp です。
リモート版への接続
claude.ai(Web / スマホ): 設定 → コネクタ → 「カスタムコネクタを追加」で上記 URL を登録。
Claude Code:
claude mcp add --transport http NINJAMCP https://ninjamcp.<your-subdomain>.workers.dev/mcpCodex CLI(~/.codex/config.toml):
[mcp_servers.ninjamcp]
url = "https://ninjamcp.<your-subdomain>.workers.dev/mcp"開発
npm run dev # tsx で src/index.ts を直接実行データは data/characters.json(キャラ設定)と data/worldview.json(世界観)にあり、編集すれば再ビルドなしで反映されます。
データ出典
CryptoNinja は Ninja DAO / イケハヤ氏によるNFTプロジェクトです。二次創作・商用利用の範囲は公式ガイドラインを確認してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access Published NFT documentation, NFT collections, Flow blockchain info, pricing, and other literary marketplace data through MCP tools.MIT

Loreum MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceConnects MCP-compatible AI assistants to query and modify worldbuilding data (entities, relationships, timelines, etc.) with changes going through a review queue.2AGPL 3.0- AlicenseNot gradedqualityCmaintenanceEnables AI-powered chat and DeFi operations (swap, transfer) via MCP-compliant tools, integrating with LLMs for onchain actions.8MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Cocofolia TRPG tool that enables character generation, NPC batch creation, session analysis, random events, and rule assistance via natural language.MIT
Related MCP Connectors
Save AI conversations into your Worldku memory and recall them from any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/omikirin/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server