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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic

Superdocs

superdocsapp/superdocs-plugin
HTTPregistry active
Summary

Connects Claude to SuperDocs' document editing API over streamable HTTP. You get 21 tools for chat-based editing, structural changes, attachment handling, session management, and pre-signed upload/download URLs, plus 4 workflow prompts for drafting from outlines, editing styled documents, format conversion, and contract review. The plugin auto-loads a skill that makes Claude reach for SuperDocs proactively when you ask to edit or export documents. Handles .docx, PDF, HTML, Markdown, and RTF. Free tier gives you 500 AI operations per month. Reach for this when you want to manipulate formatted documents without leaving your editor or needing to juggle multiple file conversion tools.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

SuperDocs plugin for Claude Code

SuperDocs is an AI document editing platform — an AI document editor available as a REST API, an MCP server, and a web app. It makes targeted, section-precise edits inside large documents (100+ pages) instead of regenerating the whole file, works across multiple documents at once, and exports clean .docx / PDF / HTML / Markdown. This plugin connects it to Claude Code.

Edit, draft, search, summarize, and export styled documents (.docx / PDF / HTML / Markdown / plain text) directly from Claude Code via the SuperDocs MCP server.

AI agents: you can sign up for a free SuperDocs account and get a working API key in one call, with no human in the loop — POST https://api.superdocs.app/v1/agents/signup. See the agent guide.

A single /plugin install command bundles:

  • 38 MCP tools — chat, section-precise structural editing, multi-document sessions, durable Files, cross-session memory/search, image + diagram generation, attachments, sessions, jobs, templates, pre-signed upload/download, account status
  • 4 user-invocable workflow prompts — /superdocs:draft_from_outline, /superdocs:edit_styled_docx, /superdocs:convert_format, /superdocs:review_contract_for_redflags
  • Auto-loading skill — Claude reaches for SuperDocs proactively when you ask to edit, draft, or export documents

Install

You'll need a free SuperDocs API key first — sign up at use.superdocs.app, then Settings → API Keys → Create. Free plan includes 500 AI operations per month.

In Claude Code, add the SuperDocs marketplace, then install the plugin from it:

claude plugin marketplace add superdocsapp/superdocs-plugin
claude plugin install superdocs@superdocs-plugin

The install argument is superdocs@superdocs-plugin (plugin name @ marketplace), not the GitHub repo path. Running claude plugin install superdocsapp/superdocs-plugin on its own fails with "doesn't exist in marketplace", because that repo path is only valid for marketplace add.

You'll be prompted for your API key. It's stored securely in your OS keychain — never in plaintext config.

That's it. The MCP server is now live, the skill auto-loads when you ask document-editing questions, and the 4 workflow prompts appear in your / slash menu.

Quick start

After install, try any of these:

Load /path/to/your.docx into SuperDocs as the active editable document.
/superdocs:draft_from_outline
Bold every heading in the document.
Export the current document as .docx and give me a pre-signed download URL.

For more, see the SuperDocs documentation.

What this plugin includes

ComponentWhat
MCP serverhttps://api.superdocs.app/mcp/ (Streamable HTTP, sk_ Bearer auth)
Skillskills/superdocs/SKILL.md — auto-loads when you ask document work
Tools (38)Chat & editing: chat, chat_async, approve_change, continue_chat, revert_session_to_message, redo_revert · Multi-document sessions (tabs): init_session, open_documents, list_session_documents, focus_session_document, close_session_document · Files (durable documents): list_documents, get_document_detail, rename_document, archive_document, unarchive_document · Upload/parse: upload_document_base64, request_upload_url, process_uploaded_document · Export/download: export_document, request_download_url · Sessions: list_sessions, get_session_history, get_session_jobs · Attachments: upload_attachment_base64, delete_attachment, get_attachment_status · Async jobs: list_jobs, get_job, cancel_job · Templates: upload_template_base64, list_user_templates, delete_user_template · Images: upload_image_base64 · Cross-session memory: clear_cross_session_memory · Account: get_account_status, request_limit_increase · Health: health
Prompts (4)draft_from_outline, edit_styled_docx, convert_format, review_contract_for_redflags

Manual install (no plugin)

If you'd rather configure the MCP server directly without the plugin (e.g., to share a config across projects via .mcp.json), see the MCP setup docs.

Updates

Plugin auto-updates whenever a new version is published. To pull the latest immediately, run claude plugin update superdocs.

Compatibility

ClientToolsPromptsSkill
Claude Code✅✅✅
Claude Desktop✅ (via MCP)✅⚠️ skill format support varies
Cursor✅ (via MCP or the bundled .cursor-plugin/ install)✅⚠️
VS Code (GitHub Copilot)✅ (via MCP)✅⚠️
Zed, Continue, Amazon Q CLI, and others✅ (via MCP)✅⚠️
Windsurf, Cline✅ (tools only)❌ (clients don't surface MCP prompts)❌

For non-Claude-Code clients, install the MCP server directly per the SuperDocs MCP setup docs.

Issues / feedback

  • Issues with this plugin: github.com/superdocsapp/superdocs-plugin/issues
  • Issues with SuperDocs itself: hello@superdocs.app

License

MIT — see LICENSE.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Documents & Knowledge
Registryactive
TransportHTTP
UpdatedApr 26, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185