By n24q02m
Comprehensive Notion API integration — 9 composite tools, ~95% coverage
npx claudepluginhub n24q02m/claude-plugins --plugin better-notion-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
Notion workspace and database integration
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Comprehensive Notion API integration — 9 composite tools, ~95% coverage
Notion Skills + Notion MCP server packaged as a Claude Code plugin.
Claude Code skill pack for Notion (30 skills)
Notion API interaction skill for AI agents. Manage pages, databases, blocks, search, and comments through a simple CLI interface.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer