n24q02m Claude Plugins

A collection of 7 MCP servers for Claude AI coding agents, enhancing productivity and development.

n24q02m Claude Plugins

7 MCP servers for Claude Code, Codex, and other AI coding agents.

Install

/plugin marketplace add n24q02m/claude-plugins
/plugin install <plugin-name>@n24q02m-plugins

Or browse all plugins: run /plugin and go to the Discover tab.

Plugins

PluginCategoryDescriptionEnv Vars
wet-mcpResearchWeb search, content extraction, media downloadAPI_KEYS (optional)
mnemo-mcpProductivityPersistent AI memory across sessionsAPI_KEYS (optional)
better-notion-mcpProductivityNotion API — 10 tools, ~95% coverageNOTION_TOKEN
better-email-mcpCommunicationEmail IMAP/SMTP — multi-accountEMAIL_CREDENTIALS
better-telegram-mcpCommunicationTelegram dual-mode (Bot + MTProto) — messages, chats, mediaTELEGRAM_BOT_TOKEN
better-godot-mcpDevelopmentGodot Engine — 17 composite tools for game devGODOT_PATH (optional)
better-code-review-graphDevelopmentKnowledge graph for code reviewsAPI_KEYS (optional)

Configuration

After installing, configure env vars in ~/.claude/settings.local.json under the env block, or export in your shell profile. Plugins that need credentials (email, telegram, notion stdio) require them to function. Others (wet, mnemo, CRG) work in local mode without API keys.

Cloud Embedding (wet-mcp, mnemo-mcp, better-code-review-graph)

API_KEYS=GOOGLE_API_KEY:xxx,COHERE_API_KEY:yyy

Telegram

TELEGRAM_BOT_TOKEN=123456:ABC-DEF...

Email

[email protected]:app-password

Multiple accounts: [email protected]:pass1,[email protected]:pass2

Notion

NOTION_TOKEN=ntn_xxx

Get your token from notion.so/my-integrations.

Skills

Each plugin includes skills (slash commands):

PluginSkills
wet-mcp/fact-check, /compare
mnemo-mcp/session-handoff, /knowledge-audit
better-telegram-mcp/setup-bot, /channel-post
better-code-review-graph/review-delta, /review-pr, /refactor-check
better-notion-mcp/organize-database, /bulk-update
better-email-mcp/inbox-review, /follow-up
better-godot-mcp/build-scene, /debug-issue, /add-mechanic

Other MCP Clients

Each plugin works with any MCP client. Run directly:

Python plugins (uvx / pipx / docker):

uvx --python 3.13 wet-mcp
uvx --python 3.13 mnemo-mcp
uvx --python 3.13 better-telegram-mcp
uvx --python 3.13 better-code-review-graph

TypeScript plugins (npx / bunx / docker):

npx -y @n24q02m/better-notion-mcp
npx -y @n24q02m/better-email-mcp
npx -y @n24q02m/better-godot-mcp

Add to any MCP client's settings.json:

{
  "mcpServers": {
    "wet": {
      "command": "uvx",
      "args": ["--python", "3.13", "wet-mcp"]
    }
  }
}

License

MIT