CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
ke4qqq avatar

Groupsio

ke4qqq/groupsio-mcp-server
1authSTDIOregistry active
Summary

This server connects Claude to the Groups.io REST API, letting you query and manage mailing list data directly from your conversation. You get read access to subscriptions, messages, topics, archives, members, files, wiki pages, and events, plus write operations to update subscription settings or unsubscribe from groups. Useful when you're working with community data from Groups.io and want to search archives, pull member lists, or adjust your email preferences without leaving your workflow. Requires a Groups.io API key and runs via stdio transport with Node.js.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

groupsio-mcp-server

MCP server for consuming and managing Groups.io data via the Groups.io REST API.

Prerequisites

  • Node.js 18+
  • A Groups.io API key (get one at https://groups.io/settings/apikeys)

Installation

git clone https://github.com/ke4qqq/groupsio-mcp-server.git
cd groupsio-mcp-server
npm install

Configuration

Add the server to your MCP client configuration. The exact file varies by client:

ClientConfig file
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Kiro~/.kiro/settings/mcp.json
VS Code (Copilot).vscode/mcp.json in your workspace

Add this entry to the mcpServers object in your config:

{
  "mcpServers": {
    "groupsio": {
      "command": "node",
      "args": ["/path/to/groupsio-mcp-server/index.js"],
      "env": {
        "GROUPSIO_API_KEY": "your_key_here"
      }
    }
  }
}

Dependencies

PackageVersionLicensePurpose
@modelcontextprotocol/sdk^1.29.0MITMCP server framework and stdio transport
zod^4.3.6MITInput schema validation

Tools

ToolDescription
list_subscriptionsList all groups you're subscribed to
get_groupGet group settings by ID or name
get_subgroupsGet subgroups of a parent group
get_subgroups_by_categoryGet subgroups organized by category
get_topicsGet message threads in a group
get_topicGet messages within a specific topic
get_messageGet a single message by number
get_messagesGet messages in a group
search_archivesSearch message archives
get_membersGet members of a group
get_member_directoryGet public member directory
search_membersSearch members by email or name
get_hashtagsGet hashtags in a group
get_message_historyGet monthly message count history
get_permissionsGet your permissions in a group
get_eventsGet upcoming events
get_filesGet files in a group
get_wiki_pagesGet wiki pages in a group
get_databasesGet databases in a group
update_subscriptionUpdate your subscription settings (email delivery, message selection, etc.)
delete_subscriptionUnsubscribe from a group

License

This project is released under the MIT-0 license.

Attribution

Written with the aid of Kiro.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

GROUPSIO_API_KEY*secret

Groups.io API key from https://groups.io/settings/apikeys

Categories
Data & Analytics
Registryactive
Package@ke4qqq/groupsio-mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 11, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
kochava avatar
Kochava for Advertisers — Official MCP Server

io.github.kochava/kochava-for-advertisers-mcp-server

No account needed — connect, sign up, and query mobile attribution data from any AI tool
1
kochetkov-ma avatar
BrewPage MCP

io.github.kochetkov-ma/brewpage-mcp

Publish HTML, Markdown, KV, JSON, and files to brewpage.app from AI assistants. No signup.
1
localprodev avatar
LocalPro — Verified US Local Service Provider Data

io.github.localprodev/local-services

Verified US local service provider data across trades. Ratings, services, pricing.
1
mharnett avatar
Reddit Ads

io.github.mharnett/reddit-ads

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.
1
mukundakatta avatar
Agentcast

io.github.mukundakatta/agentcast

Structured-output enforcer: extract and validate JSON from messy LLM text.
1
orbiads avatar
OrbiAds — Google Ad Manager

io.github.orbiads/gam

Automate Google Ad Manager: campaigns, line items, creatives, inventory, reporting — 51 tools.
1