Claude Code plugin marketplace for the n24q02m MCP servers -- install web search, memory, Notion, email, Telegram, Godot, code review, and image/video tools in one command.
$git clone https://github.com/n24q02m/claude-pluginsInstalls into the current project.
Install claude-plugins by running `git clone https://github.com/n24q02m/claude-plugins`, then use it for the current task and follow its documentation at https://github.com/n24q02m/claude-plugins.
| 1 | # n24q02m Claude Plugins |
| 2 | |
| 3 | <!-- BEGIN: AUTO-GENERATED-CROSS-PROMO --> |
| 4 | <details> |
| 5 | <summary><strong>Sister projects from n24q02m</strong> (click to expand)</summary> |
| 6 | |
| 7 | | Project | Tagline | Tag | |
| 8 | |---|---|---| |
| 9 | | [better-code-review-graph](https://github.com/n24q02m/better-code-review-graph) | Knowledge graph for token-efficient code reviews -- semantic search and call-... | MCP | |
| 10 | | [better-email-mcp](https://github.com/n24q02m/better-email-mcp) | IMAP/SMTP email for AI agents -- read, send, organize folders, and manage att... | MCP | |
| 11 | | [better-godot-mcp](https://github.com/n24q02m/better-godot-mcp) | Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted g... | MCP | |
| 12 | | [better-notion-mcp](https://github.com/n24q02m/better-notion-mcp) | Markdown-first Notion for AI agents -- pages, databases, blocks, and comments... | MCP | |
| 13 | | [better-telegram-mcp](https://github.com/n24q02m/better-telegram-mcp) | Telegram for AI agents -- messages, chats, media, and contacts across both bo... | MCP | |
| 14 | | [claude-plugins](https://github.com/n24q02m/claude-plugins) | Claude Code plugin marketplace for the n24q02m MCP servers -- install web sea... | Marketplace | |
| 15 | | [imagine-mcp](https://github.com/n24q02m/imagine-mcp) | Image and video understanding + generation for AI agents -- across Gemini, Op... | MCP | |
| 16 | | [jules-task-archiver](https://github.com/n24q02m/jules-task-archiver) | Chrome Extension for bulk operations on Jules tasks via batchexecute API -- a... | Tooling | |
| 17 | | [mcp-core](https://github.com/n24q02m/mcp-core) | Shared foundation for building MCP servers -- Streamable HTTP transport, OAut... | MCP | |
| 18 | | [mnemo-mcp](https://github.com/n24q02m/mnemo-mcp) | Persistent AI memory with hybrid search and embedded sync. Open, free, unlimi... | MCP | |
| 19 | | [qwen3-embed](https://github.com/n24q02m/qwen3-embed) | Lightweight Qwen3 text embedding and reranking via ONNX Runtime and GGUF | Library | |
| 20 | | [skret](https://github.com/n24q02m/skret) | Secrets without the server. | CLI | |
| 21 | | [tacet](https://github.com/n24q02m/tacet) | TACET: a self-distilling neuro-symbolic cascade that amortises LLM cost in kn... | Tooling | |
| 22 | | [web-core](https://github.com/n24q02m/web-core) | Shared web infrastructure package for search, scraping, HTTP security, and st... | Library | |
| 23 | | [wet-mcp](https://github.com/n24q02m/wet-mcp) | Open-source MCP server for AI agents: web search, content extraction, and lib... | MCP | |
| 24 | |
| 25 | </details> |
| 26 | <!-- END: AUTO-GENERATED-CROSS-PROMO --> |
| 27 | |
| 28 | ## Table of contents |
| 29 | |
| 30 | - [Install](#install) |
| 31 | - [Plugins](#plugins) |
| 32 | - [Configuration](#configuration) |
| 33 | - [Skills](#skills) |
| 34 | - [Other MCP Clients](#other-mcp-clients) |
| 35 | - [License](#license) |
| 36 | |
| 37 | |
| 38 | |
| 39 | 8 MCP servers for Claude Code, Codex, and other AI coding agents. |
| 40 | |
| 41 | **Full documentation: [mcp.n24q02m.com](https://mcp.n24q02m.com)** — unified docs for all 8 servers + the `mcp-core` foundation library. Covers setup methods, modes (stdio / local-relay / remote-relay / remote-oauth), multi-user deployment, and per-server tool reference. |
| 42 | |
| 43 | ## Install |
| 44 | |
| 45 | ```bash |
| 46 | /plugin marketplace add n24q02m/claude-plugins |
| 47 | /plugin install <plugin-name>@n24q02m-plugins |
| 48 | ``` |
| 49 | |
| 50 | Or browse all plugins: run `/plugin` and go to the **Discover** tab. |
| 51 | |
| 52 | ## Plugins |
| 53 | |
| 54 | | Plugin | Category | Description | Config (env / userConfig) | |
| 55 | |--------|----------|-------------|----------| |
| 56 | | **wet-mcp** | Research | Web search, content extraction, library docs, media download | All optional: `JINA_AI_API_KEY`, `GEMINI_API_KEY`, `GOOGLE_VERTEX_EXPRESS_API_KEY`, `OPENAI_API_KEY`, `COHERE_API_KEY`, `GITHUB_TOKEN` | |
| 57 | | **mnemo-mcp** | Productivity | Persistent AI memory across sessions | All optional: `JINA_AI_API_KEY`, `GEMINI_API_KEY`, `GOOGLE_VERTEX_EXPRESS_API_KEY`, `OPENAI_API_KEY`, `COHERE_API_KEY` | |
| 58 | | **better-notion-mcp** | Productivity | Notion API — 11 composite tools, ~95% coverage | `NOTION_TOKEN` (required) | |
| 59 | | **better-email-mcp** | Communication | Email IMAP/SMTP — multi-account | `EMAIL_CREDENTIALS` (required) | |
| 60 | | **better-telegram-mcp** | Communication | Telegram dual-mode (Bot API + MTProto) — messages, chats, media | `TELEGRAM_BOT_TOKEN` (optional; required for bot mode) | |
| 61 | | **better-godot-mcp** | Development | Godot Engine — 17 composite tools for game dev | `GODOT_PATH`, `GODOT_PROJECT_PATH` (both optional) | |
| 62 | | **better-code-review-graph** | Development | Knowledge graph for token-efficient code reviews | All optional: `JINA_AI_API_KEY`, `GEMINI_API_KEY`, `GOOGLE_VERTEX_EXPRESS_API_KEY`, `OPENAI_API_KEY`, `COHERE_API_KEY` | |
| 63 | | **imagine-mcp** | Multimodal | Image/video understanding + generation across Gemini, OpenAI, Grok | All optional: `XAI_API_KEY` (default provider), `GEMINI_API_KEY`, `GOOGLE_VERTEX_EXPRESS_API_KEY`, `OPENAI_API_KEY` | |
| 64 | |
| 65 | ## Configuration |
| 66 | |
| 67 | When you run `/plugin install`, Claude Code prompts for that plugin's credentials (declared in each plugin's `userConfig`) and stores sensitive values in your system keychain. You can also set them via the `env` block in `~/.claude/settings.local.json`, or `export` them in |