npx claudepluginhub n24q02m/claude-plugins --plugin wet-mcp7 MCP servers for Claude Code, Codex, and other AI coding agents.
/plugin marketplace add n24q02m/claude-plugins
/plugin install <plugin-name>@n24q02m-plugins
Or browse all plugins: run /plugin and go to the Discover tab.
| Plugin | Category | Description | Env Vars |
|---|---|---|---|
| wet-mcp | Research | Web search, content extraction, media download | API_KEYS (optional) |
| mnemo-mcp | Productivity | Persistent AI memory across sessions | API_KEYS (optional) |
| better-notion-mcp | Productivity | Notion API — 9 tools, ~95% coverage | NOTION_TOKEN |
| better-email-mcp | Communication | Email IMAP/SMTP — multi-account | EMAIL_CREDENTIALS |
| better-telegram-mcp | Communication | Telegram dual-mode (Bot + MTProto) — messages, chats, media | TELEGRAM_BOT_TOKEN |
| better-godot-mcp | Development | Godot Engine — 17 composite tools for game dev | GODOT_PATH (optional) |
| better-code-review-graph | Development | Knowledge graph for code reviews | API_KEYS (optional) |
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.
API_KEYS=GOOGLE_API_KEY:xxx,COHERE_API_KEY:yyy
Or use a LiteLLM proxy:
LITELLM_PROXY_URL=http://your-litellm:4000
TELEGRAM_BOT_TOKEN=123456:ABC-DEF...
EMAIL_CREDENTIALS=user@gmail.com:app-password
Multiple accounts: user1@gmail.com:pass1,user2@outlook.com:pass2
NOTION_TOKEN=ntn_xxx
Get your token from notion.so/my-integrations.
Each plugin includes skills (slash commands):
| Plugin | Skills |
|---|---|
| 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 |
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"]
}
}
}
MIT
Tavily web search and content extraction MCP with hooks and skills for optimal tool selection.
Share bugs, ideas, or general feedback.
Web content fetching and HTTP requests
A blazing-fast MCP server for multi-engine web search, written in Rust. Supports 9 search engines and 7 MCP tools with no runtime dependencies.
Pull docs from any URL into Claude Code. Indexes static docs sites in seconds with conditional-GET caching, then exposes them as MCP tools (fetch_url, ensure_docs, list_sources, list_indexed, grep_docs, read_doc, add_source, remove_source). Local, browser-free, no API keys.
Comprehensive research workflow with MCP server integration, multi-source synthesis, structured documentation output, and progressive INDEX.md management. Supports parallel execution, fallback strategies, identity disambiguation, and automatic marketplace detection.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.