CAT
/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

Cross AI Tools

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

Humanify Mcp

morebetterclaw/humanify-mcp
authSTDIOregistry active
Summary

Connects Claude to the Humanify API to rewrite marketing copy with better human readability and GEO optimization for AI search engines. Exposes a single tool, humanify_transform, that takes your AI-generated text and returns transformed copy, a 0-100 human readability score, and a list of specific improvements made. Requires a Humanify API key, which gets you 50 free credits to start or pay-as-you-go at roughly a penny per transform. Useful if you're generating marketing content at scale and need it to sound less robotic while still ranking in AI-powered search results. Installs via npx and plugs straight into Claude Desktop with environment variable configuration.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try 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 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try 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 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@morebetterclaw/humanify-mcp

MCP server for Humanify — transform AI-generated marketing copy into human-sounding, GEO-optimised content that gets cited by AI search engines.

What it does

Exposes a single tool (humanify_transform) that takes AI-generated copy and returns:

  • Transformed copy — rewritten to sound human and rank in AI search
  • Score (0–100) — human-readability rating
  • Improvements — list of changes made

Install

npx @morebetterclaw/humanify-mcp

Configuration

Set your API key as an environment variable:

export HUMANIFY_API_KEY=hfy_live_xxxx

Get a key at https://humanifyit.ai/api-docs

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "humanify": {
      "command": "npx",
      "args": ["-y", "@morebetterclaw/humanify-mcp"],
      "env": {
        "HUMANIFY_API_KEY": "hfy_live_xxxx"
      }
    }
  }
}

Pricing

  • Free: 50 credits on signup (no card required)
  • Pay-as-you-go: $10 = 1,000 transforms (~$0.01 each)
  • Pro subscribers: Unlimited API calls

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try 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 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

HUMANIFY_API_KEY*secret

Your Humanify API key. Get one at https://humanifyit.ai/api-docs

Registryactive
Package@morebetterclaw/humanify-mcp
TransportSTDIO
AuthRequired
UpdatedMar 28, 2026
View on GitHub