CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. JMAP Email

JMAP Email

Editor's Note

A JMAP protocol wrapper that gives you programmatic access to email operations like querying, moving, flagging, and deleting messages, plus mailbox management and Sieve script editing. Built on the Go MCP SDK and talks to any JMAP-compatible server (Fastmail, Cyrus, etc). You get tight mappings to JMAP methods from RFC 8621, so email_query hits Email/query, email_set handles mutations, and mailbox operations work as you'd expect. Email sending and Sieve tools are gated behind flags since they're higher risk. Runs in stdio mode for local use or HTTP mode for shared deployments, with per-request auth tokens in the latter. Reach for this when you need Claude to interact with JMAP mail providers directly instead of fumbling with IMAP.

Install

claude mcp add --transport stdio mikluko-jmap-mcp -- docker run -i --rm ghcr.io/mikluko/jmap-mcp:0.10.0
GitHub Stars1
Registryactive
Packageghcr.io/mikluko/jmap-mcp:0.10.0
TransportSTDIO
AuthRequired
Votes
0
View on GitHub

Comments

Login to comment

Related Communication & Messaging MCP Servers

View all →
QR Rápido

site.qrrapido/qr-generator

0
Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.
WhatsApp

lharries/whatsapp-mcp

0
5.6k
Exposes a MCP server to search, read, and send WhatsApp messages and media via Claude
Playwright

executeautomation/mcp-playwright

0
5.5k
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Magic

21st-dev/magic-mcp

0
4.9k
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Gitlab Mcp

zereight/gitlab-mcp

1
1.6k
GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more.
Slack

korotovsky/slack-mcp-server

0
1.6k
Provides Slack workspace access via MCP with channels, DMs, history, search, and safe posting via multiple transports.