<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: curatedmcp</title>
    <description>The latest articles on DEV Community by curatedmcp (@sam_curatedmcp).</description>
    <link>https://dev.to/sam_curatedmcp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3873835%2F034ea75d-2b0d-43f2-b352-778777c2e837.png</url>
      <title>DEV Community: curatedmcp</title>
      <link>https://dev.to/sam_curatedmcp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sam_curatedmcp"/>
    <language>en</language>
    <item>
      <title>Salesforce MCP: Give Claude Direct Access to Your CRM</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Sun, 12 Jul 2026 10:55:22 +0000</pubDate>
      <link>https://dev.to/curatedmcp/salesforce-mcp-give-claude-direct-access-to-your-crm-ml4</link>
      <guid>https://dev.to/curatedmcp/salesforce-mcp-give-claude-direct-access-to-your-crm-ml4</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/salesforce-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Salesforce MCP: Give Claude Direct Access to Your CRM
&lt;/h1&gt;

&lt;p&gt;The official Salesforce MCP server turns Claude into a CRM agent. Instead of bouncing between Salesforce, Slack, and email, you can now query records, create deals, pull Einstein AI insights, and manage your entire sales pipeline through natural language in Claude or your IDE.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Salesforce MCP is an OAuth-authenticated bridge that grants AI agents granular access to your Salesforce org. It ships with 20+ tools covering the full CRM lifecycle:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search &amp;amp; retrieve&lt;/strong&gt; any Salesforce object — Accounts, Contacts, Opportunities, Cases, custom objects&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Create and update records&lt;/strong&gt; across standard and custom fields&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run SOQL queries&lt;/strong&gt; for complex data retrieval without leaving Claude&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Access Einstein AI&lt;/strong&gt; predictions and insights baked into your data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manage pipeline&lt;/strong&gt; — view forecasts, update stages, handle approvals&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pull reports and dashboards&lt;/strong&gt; — render them interactively in Claude's chat window&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Track activity&lt;/strong&gt; — view email history, task logs, and engagement data&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Because it's OAuth-authenticated with Salesforce permission sets, your agent respects the same access controls as your team. It works with Enterprise, Unlimited, and Developer editions.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @salesforce/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add it to your Claude Desktop config:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"salesforce-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @salesforce/mcp"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You'll be prompted to authenticate with your Salesforce org on first run.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Morning standup in Claude&lt;/strong&gt; — "Summarize my pipeline for Q1: show all opportunities in negotiation stage, their win probability from Einstein, and which ones have no activity in the last week."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lead triage in Cursor&lt;/strong&gt; — "Create a contact from this email, auto-match it to an existing Account, and move the related lead to 'qualified' with a summary of the company research I just did."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deal intelligence&lt;/strong&gt; — "Pull all closed-won deals from the last 90 days with deal size, sales rep, and close date. What's the average sales cycle by industry?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/salesforce-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Hugging Face MCP: Search, Run, and Deploy 500k+ AI Models Directly from Your Agent</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Sat, 11 Jul 2026 10:38:10 +0000</pubDate>
      <link>https://dev.to/curatedmcp/hugging-face-mcp-search-run-and-deploy-500k-ai-models-directly-from-your-agent-54cm</link>
      <guid>https://dev.to/curatedmcp/hugging-face-mcp-search-run-and-deploy-500k-ai-models-directly-from-your-agent-54cm</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/hugging-face-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Hugging Face MCP: Search, Run, and Deploy 500k+ AI Models Directly from Your Agent
&lt;/h1&gt;

&lt;p&gt;The Hugging Face MCP server connects your AI agent directly to the world's largest open-source AI model repository. Instead of switching tabs between Claude and the Hugging Face Hub, you can now search models, run inference, access datasets, and deploy Spaces entirely through conversation — making it dramatically faster to prototype with cutting-edge open-source models.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;This server unlocks full programmatic access to Hugging Face's ecosystem. Your AI agent can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Search intelligently&lt;/strong&gt; across 500,000+ models filtered by task (NLP, vision, audio), framework (PyTorch, TensorFlow), and performance metrics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Run inference&lt;/strong&gt; on any model via the Inference API without local hardware&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Access 150,000+ datasets&lt;/strong&gt; with schema inspection and preview capabilities&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manage Spaces&lt;/strong&gt; — deploy, update, and share interactive Gradio/Streamlit applications&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compare performance&lt;/strong&gt; using the Open LLM Leaderboard and community benchmarks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download weights and configs&lt;/strong&gt; for fine-tuning or local deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're building with open-source models, this eliminates friction. No more copy-pasting model IDs or manually checking dataset schemas. Your agent becomes a Hugging Face power user.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @huggingface/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop configuration:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"hugging-face-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @huggingface/mcp"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;See the &lt;a href="https://huggingface.co/docs/hub/mcp" rel="noopener noreferrer"&gt;official documentation&lt;/a&gt; for Cursor, Windsurf, and advanced setup options.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Model Search &amp;amp; Evaluation&lt;/strong&gt;: "Find me the best open-source sentiment analysis model under 1B parameters with recent updates. Show me the benchmarks and community discussions."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inference on Demand&lt;/strong&gt;: "Run this customer feedback through Mistral-7B and give me the top 3 themes." No local GPU required — inference happens via API.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dataset Discovery&lt;/strong&gt;: "What datasets exist for training a code completion model? Show me the schema and a sample of rows."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/hugging-face-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Exa MCP: Semantic search for AI agents that actually understands what you're looking for</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Fri, 10 Jul 2026 10:38:08 +0000</pubDate>
      <link>https://dev.to/curatedmcp/exa-mcp-semantic-search-for-ai-agents-that-actually-understands-what-youre-looking-for-2ba5</link>
      <guid>https://dev.to/curatedmcp/exa-mcp-semantic-search-for-ai-agents-that-actually-understands-what-youre-looking-for-2ba5</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/exa-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Exa MCP: Semantic search for AI agents that actually understands what you're looking for
&lt;/h1&gt;

&lt;p&gt;Traditional keyword search is dead weight for AI workflows. Exa MCP connects your Claude, Cursor, or Windsurf agent to neural search — meaning your AI can find conceptually related content, research papers by similarity, and discover competitors doing the same thing as your target company, even without keyword overlap.&lt;/p&gt;

&lt;p&gt;This is the search layer for research-intensive AI tasks. Exa understands meaning. It filters by date. It knows academic papers from GitHub repos from news articles. Your agent stops guessing keyword combinations and starts finding what actually matters.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Exa MCP gives your AI agent a search engine built for semantic understanding, not keyword matching. Instead of phrase-matching, it finds content by concept — so a query like "companies doing Figma but for 3D modeling" actually returns relevant startups, not just pages mentioning those words together.&lt;/p&gt;

&lt;p&gt;Key capabilities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Neural search&lt;/strong&gt;: Find content by meaning across the entire web&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Similarity matching&lt;/strong&gt;: "Show me papers like this arXiv abstract" — instant conceptual discovery&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Research mode&lt;/strong&gt;: Multi-source synthesis for comprehensive answers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Temporal precision&lt;/strong&gt;: Filter results to specific date ranges (find what was written &lt;em&gt;before&lt;/em&gt; 2023)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Domain targeting&lt;/strong&gt;: Search academic papers, GitHub repos, news, or technical docs specifically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Structured extraction&lt;/strong&gt;: Get highlighted passages and clean content, not just links&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For developers, this unlocks AI agents that can actually do research, competitive analysis, and discovery without you hand-crafting search queries.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; exa-mcp-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop configuration:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"exa-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y exa-mcp-server"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Grab your free Exa API key at &lt;a href="https://exa.ai" rel="noopener noreferrer"&gt;exa.ai&lt;/a&gt;, set it as an environment variable, and you're live.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Competitor research&lt;/strong&gt;: Ask Claude to find companies building AI-powered design tools like Figma, get semantically matched results instead of keyword noise&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Research synthesis&lt;/strong&gt;: "Find academic papers on federated learning from the last two years, then summarize the consensus" — your agent pulls relevant papers and synthesizes findings&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Documentation discovery&lt;/strong&gt;: Help Cursor find implementation examples across GitHub and technical blogs without exact keyword matches — find the &lt;em&gt;pattern&lt;/em&gt;, not the phrase&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/exa-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Cloudinary MCP: Give Claude Direct Access to Your Media Pipeline</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Thu, 09 Jul 2026 10:38:07 +0000</pubDate>
      <link>https://dev.to/curatedmcp/cloudinary-mcp-give-claude-direct-access-to-your-media-pipeline-3l26</link>
      <guid>https://dev.to/curatedmcp/cloudinary-mcp-give-claude-direct-access-to-your-media-pipeline-3l26</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/cloudinary-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Cloudinary MCP: Give Claude Direct Access to Your Media Pipeline
&lt;/h1&gt;

&lt;p&gt;The Cloudinary MCP server connects AI agents like Claude and Cursor directly to your media management workflow. Instead of describing image transformations or manually handling asset uploads, you can now ask Claude to do it—resize product photos, convert formats, remove backgrounds, analyze content, and generate optimized delivery URLs all through natural language commands.&lt;/p&gt;

&lt;p&gt;This is the official Cloudinary integration, meaning it has full API access to the platform's transformation engine, CDN, and AI-powered features. For teams managing hundreds or thousands of media assets, this cuts manual work significantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Cloudinary MCP unlocks four core capabilities:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upload &amp;amp; Manage&lt;/strong&gt;: Send images or videos directly from URLs or file paths into your Cloudinary account. Organize them into folders and tag them for later retrieval.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Transform &amp;amp; Optimize&lt;/strong&gt;: Resize, crop, format-convert, and quality-compress images on the fly. Ask Claude to "convert all PNGs to WebP at 80% quality" and it handles the batch job.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AI-Powered Analysis&lt;/strong&gt;: Leverage Cloudinary's background removal, object detection, and content analysis. Claude can identify what's in an image and auto-generate alt text.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Generate Delivery URLs&lt;/strong&gt;: Get responsive image URLs for different breakpoints or CDN-optimized links with transformations baked in—perfect for web and mobile workflows.&lt;/p&gt;

&lt;p&gt;This works because Claude can parse Cloudinary's API responses and chain commands together. You ask once; the agent figures out the steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;p&gt;Install via npm:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; cloudinary-mcp-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then configure for Claude Desktop by adding this to your &lt;code&gt;claude_desktop_config.json&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"cloudinary-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y cloudinary-mcp-server"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"CLOUDINARY_CLOUD_NAME"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_cloud_name"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"CLOUDINARY_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_key"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"CLOUDINARY_API_SECRET"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_secret"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Get your credentials from your &lt;a href="https://cloudinary.com/console" rel="noopener noreferrer"&gt;Cloudinary dashboard&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;E-commerce workflows&lt;/strong&gt;: Upload a product image, auto-generate responsive sizes for mobile/tablet/desktop, and get CDN URLs in one Claude prompt.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Batch media processing&lt;/strong&gt;: "Remove backgrounds from all 50 product photos in my /catalog folder and convert them to PNG."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Content analysis&lt;/strong&gt;: "What objects are in these 10 images? Generate alt text for each."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Cloudinary powers 2 million developers and companies like Fiverr, TED, and The Guardian. The MCP server is free to use with your existing Cloudinary account (free tier available).&lt;/p&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/cloudinary-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Upstash MCP: Give Claude Direct Access to Serverless Redis and Kafka</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Wed, 08 Jul 2026 10:38:07 +0000</pubDate>
      <link>https://dev.to/curatedmcp/upstash-mcp-give-claude-direct-access-to-serverless-redis-and-kafka-5087</link>
      <guid>https://dev.to/curatedmcp/upstash-mcp-give-claude-direct-access-to-serverless-redis-and-kafka-5087</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/upstash-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Upstash MCP: Give Claude Direct Access to Serverless Redis and Kafka
&lt;/h1&gt;

&lt;p&gt;Managing caches, rate limits, and message queues shouldn't require context-switching out of your AI agent. Upstash MCP bridges that gap by giving Claude, Cursor, and Windsurf direct access to Upstash's serverless Redis and Kafka services — all through a single, unified interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Upstash MCP unlocks two core capabilities for AI agents:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Redis operations&lt;/strong&gt;: Get, set, and delete keys with full TTL support. Work with strings, lists, hashes, sets, and sorted sets. Inspect key patterns, check database statistics, and manage multiple databases across regions — all without leaving your agent's context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Kafka management&lt;/strong&gt;: Create and manage topics, inspect consumer group lag, and monitor message throughput directly from Claude.&lt;/p&gt;

&lt;p&gt;This is particularly valuable if you're already using Context7 MCP (Upstash's documentation layer) — now you can manage the Redis cache powering it directly from your agent. The pay-per-request pricing model means zero idle costs, making it perfect for intermittent AI workloads that don't justify always-on infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;p&gt;Install via npm:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @upstash/mcp-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop &lt;code&gt;claude_desktop_config.json&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"upstash-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @upstash/mcp-server"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"UPSTASH_REDIS_REST_URL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your-redis-url"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"UPSTASH_REDIS_REST_TOKEN"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your-redis-token"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"UPSTASH_KAFKA_REST_URL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your-kafka-url"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"UPSTASH_KAFKA_REST_TOKEN"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your-kafka-token"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Get credentials from your &lt;a href="https://console.upstash.com" rel="noopener noreferrer"&gt;Upstash console&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Cache inspection during debugging&lt;/strong&gt;: Ask Claude to check what's currently cached, inspect TTLs, and clear specific keys without SSH-ing into infrastructure.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rate limit management&lt;/strong&gt;: Have your agent adjust rate-limit counters in Redis or check current thresholds while troubleshooting API behavior.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Event queue monitoring&lt;/strong&gt;: Query Kafka consumer lag, topic throughput, and message rates to diagnose streaming pipeline issues in real time.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/upstash-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>PlanetScale MCP: Deploy Schema Changes Without Downtime via AI</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Tue, 07 Jul 2026 10:38:07 +0000</pubDate>
      <link>https://dev.to/curatedmcp/planetscale-mcp-deploy-schema-changes-without-downtime-via-ai-425i</link>
      <guid>https://dev.to/curatedmcp/planetscale-mcp-deploy-schema-changes-without-downtime-via-ai-425i</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/planetscale-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  PlanetScale MCP: Deploy Schema Changes Without Downtime via AI
&lt;/h1&gt;

&lt;p&gt;PlanetScale MCP connects your AI agents directly to PlanetScale's serverless MySQL platform, unlocking a workflow that's been impossible with traditional databases: propose schema changes, test them in isolated branches, and deploy to production with zero downtime.&lt;/p&gt;

&lt;p&gt;Whether you're using Claude, Cursor, or Windsurf, this server gives your AI agent full control over database operations—from executing queries to managing the branching and deploy request system that makes PlanetScale unique. It's the database layer your AI agent was missing.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;PlanetScale MCP exposes core database operations as tools your AI can invoke:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Execute queries&lt;/strong&gt; across any of your PlanetScale databases&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Create and manage branches&lt;/strong&gt; for safe, isolated schema changes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open deploy requests&lt;/strong&gt; to safely migrate schema changes to production without blocking reads or writes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monitor performance&lt;/strong&gt; with query insights and slow query analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manage credentials&lt;/strong&gt; securely—connection strings, passwords, and access controls&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Inspect deployments&lt;/strong&gt; with rollback capabilities if something goes wrong&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analyze cache performance&lt;/strong&gt; on Boost-enabled databases&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Handle data migrations&lt;/strong&gt; and imports&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The killer feature: your AI can now propose a schema migration, create a branch to test it, validate the change works, and open a deploy request—all without you writing a single migration script or worrying about downtime. It's VCS for your database.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @planetscale/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop config:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"planetscale-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @planetscale/mcp"&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Authenticate with your PlanetScale service token. Full setup instructions are in the &lt;a href="https://planetscale.com/docs/concepts/mcp" rel="noopener noreferrer"&gt;PlanetScale MCP docs&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rapid feature development&lt;/strong&gt;: Ask Claude to add a new column to your schema, test it in a branch, and automatically open a deploy request—no manual SQL scripts required.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance optimization&lt;/strong&gt;: Have your AI analyze slow queries from Insights, propose index changes, test them in isolation, and deploy safe improvements.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data migrations at scale&lt;/strong&gt;: Let your agent handle imports and migrations across branches while your production database stays live and serving traffic.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/planetscale-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>MCP Ecosystem Week 28: Cross-IDE Standardization Now Matters—Here's Why Your Allowlist Needs It</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Mon, 06 Jul 2026 10:38:18 +0000</pubDate>
      <link>https://dev.to/curatedmcp/mcp-ecosystem-week-28-cross-ide-standardization-now-matters-heres-why-your-allowlist-needs-it-je6</link>
      <guid>https://dev.to/curatedmcp/mcp-ecosystem-week-28-cross-ide-standardization-now-matters-heres-why-your-allowlist-needs-it-je6</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.curatedmcp.com/blog/week-2026-28" rel="noopener noreferrer"&gt;curatedmcp.com/blog/week-2026-28&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  MCP Ecosystem Week 28: Cross-IDE Standardization Now Matters—Here's Why Your Allowlist Needs It
&lt;/h1&gt;

&lt;p&gt;The MCP ecosystem is fragmenting faster than most platform teams can track. This week's data reveals a critical shift: developers are standardizing on a small set of high-utility servers—GitHub, OpenAI, Figma, Anthropic Claude—but they're running them across four different AI coding environments (Claude Code, Cursor, Windsurf, GitHub Copilot). That means your allowlist policy isn't just about &lt;em&gt;which&lt;/em&gt; servers you approve; it's about &lt;em&gt;ensuring they work identically wherever your team uses them&lt;/em&gt;. One new server this week underscores exactly that challenge.&lt;/p&gt;

&lt;h2&gt;
  
  
  This Week in MCP
&lt;/h2&gt;

&lt;p&gt;We added one new risk-classified server to the catalog:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.curatedmcp.com/marketplace/threadctx-mcp" rel="noopener noreferrer"&gt;threadctx-mcp&lt;/a&gt;&lt;/strong&gt; — A shared memory server for AI coding agents. The governance signal here is straightforward: threadctx-mcp runs identically in Claude Code and Cursor without config drift. If your team uses both IDEs (and most do), this is a candidate for your core allowlist. No authentication, no external data connectors, minimal supply-chain risk. The decision tree: Does your team need persistent conversation state across coding sessions? If yes, test in a pilot group before rolling out. If no, block it to reduce agent complexity.&lt;/p&gt;

&lt;p&gt;The catalog now holds 74 risk-classified servers—all free tier, zero paid MCP dependencies emerging this week. That's a quiet win for cost transparency, but the real governance challenge isn't cost; it's &lt;em&gt;velocity&lt;/em&gt;. Your developers see these servers in the marketplace and ask to use them. Your allowlist either keeps pace or becomes a friction point that drives shadow MCP adoption.&lt;/p&gt;

&lt;h2&gt;
  
  
  On the Radar
&lt;/h2&gt;

&lt;p&gt;Five servers dominated developer attention this week:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GitHub Copilot MCP&lt;/strong&gt; (98k views) — Direct integration of GitHub's code intelligence. Governance consideration: does your org allow Copilot's use of private repo data? This server surfaces that question immediately.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;OpenAI MCP&lt;/strong&gt; (87k views) — GPT-4o, DALL-E, Whisper, and Embeddings. Red flag: token spend attribution. If you're not logging calls through this server, you won't see third-party model costs on your bill.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Figma MCP&lt;/strong&gt; (82k views) — Design system access. Auth model: typically OAuth to Figma workspace. Ensure your IT team has audited the token scope before allowlisting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GitHub MCP&lt;/strong&gt; (76k views) — Repo and workflow management. High leverage, high risk if approval flows are weak; a misconfigured agent could merge unapproved PRs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Anthropic Claude MCP&lt;/strong&gt; (76k views) — Claude-as-sub-agent. Nested model calls multiply token spend and latency; if you're measuring Claude spend, this one needs per-call observability.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;All five are high-signal, high-touch. None should be allowlisted without a risk review specific to your org's auth model, data classification, and audit posture.&lt;/p&gt;

&lt;h2&gt;
  
  
  Governance Take
&lt;/h2&gt;

&lt;p&gt;Here's the hard truth: most platform teams have an allowlist for &lt;em&gt;one&lt;/em&gt; AI coding environment and assume it applies everywhere. It doesn't. Cursor reads from one config file. Claude Code reads from another. GitHub Copilot doesn't read allowlists at all—it respects org-level policy, but that's coarse-grained. Windsurf has its own model. Result: developers end up running different MCP stacks on different machines, and your central audit log has blind spots.&lt;/p&gt;

&lt;p&gt;Start here: inventory which MCP servers are actually running across your four main IDEs this week. Don't assume you know. Use machine-level telemetry if you have it, or run a voluntary audit sweep. Then pick your five highest-leverage servers (GitHub, Anthropic Claude, OpenAI is a safe trio) and enforce the same risk classification across all four IDEs. Document the exceptions. Use TokenShield to build a live spend ledger by IDE and server, so when someone asks "why is our Claude spend up 40%?" you can trace it to a specific server and a specific cohort of developers.&lt;/p&gt;

&lt;p&gt;The teams winning at this aren't trying to block everything; they're winning by &lt;em&gt;knowing what's running&lt;/em&gt; and &lt;em&gt;keeping the allowlist synchronized&lt;/em&gt;. That's governance at scale.&lt;/p&gt;




&lt;p&gt;Govern MCP usage across your team with &lt;a href="https://www.curatedmcp.com" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt; — or scan your own stack free at &lt;a href="https://www.curatedmcp.com/auditor" rel="noopener noreferrer"&gt;https://www.curatedmcp.com/auditor&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Datadog MCP: Let Claude Debug Your Stack in Real Time</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Mon, 06 Jul 2026 10:38:13 +0000</pubDate>
      <link>https://dev.to/curatedmcp/datadog-mcp-let-claude-debug-your-stack-in-real-time-1ch2</link>
      <guid>https://dev.to/curatedmcp/datadog-mcp-let-claude-debug-your-stack-in-real-time-1ch2</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/datadog-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Datadog MCP: Let Claude Debug Your Stack in Real Time
&lt;/h1&gt;

&lt;p&gt;If you're tired of tab-switching between your code editor, Datadog dashboards, and logs trying to figure out what broke, there's a better way. The official &lt;strong&gt;Datadog MCP&lt;/strong&gt; server connects Claude (or your favorite AI agent) directly to your full observability stack—metrics, logs, traces, and incidents—turning "something is wrong" into "here's why and how to fix it" within the same conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Datadog MCP is a Model Context Protocol server that gives AI agents read and write access to your entire observability layer. Query metrics with PromQL/DQL expressions, tail logs in real time, inspect distributed traces and service maps, check monitor status, and pull incident timelines—all programmatically.&lt;/p&gt;

&lt;p&gt;The magic is in the workflow: when an alert fires, Claude can autonomously fetch the metric spike, pull correlated logs from the same time window, trace the request across services, and propose a root cause and fix—without you context-switching. You get structured data from your observability platform piped directly into your AI's reasoning loop.&lt;/p&gt;

&lt;p&gt;Features include APM service performance queries, infrastructure and host health inspection, synthetic test result analysis, and the ability to create dashboards and widgets on the fly. For teams already invested in Datadog, this eliminates the friction of manual investigation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;p&gt;Install the server via npm:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @datadog/mcp-server
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then add it to your Claude Desktop configuration:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"datadog-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @datadog/mcp-server"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"DATADOG_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_key_here"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"DATADOG_APP_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_app_key_here"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"DATADOG_SITE"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"datadoghq.com"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Grab your API and app keys from your Datadog account settings. Full setup guides for Cursor and Windsurf are in the docs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Incident triage in Claude&lt;/strong&gt;: Paste an alert into your chat. Claude queries the metric, pulls logs, finds the trace, and hands you a diagnosis and diff—all in one response.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;On-call automation in Cursor&lt;/strong&gt;: Your CI/CD alert hits. Ask Claude to check host health, check related monitors, and suggest scaling actions—all pulling live data from your infrastructure map.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Postmortem data gathering&lt;/strong&gt;: Generate a timeline of events, correlated logs, and affected services from an incident—Claude assembles the narrative without you hunting through tabs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/datadog-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Tavily MCP: Web search built for AI agents, not humans</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Sun, 05 Jul 2026 10:38:06 +0000</pubDate>
      <link>https://dev.to/curatedmcp/tavily-mcp-web-search-built-for-ai-agents-not-humans-doo</link>
      <guid>https://dev.to/curatedmcp/tavily-mcp-web-search-built-for-ai-agents-not-humans-doo</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/tavily-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Tavily MCP: Web search built for AI agents, not humans
&lt;/h1&gt;

&lt;p&gt;When Claude or Cursor needs to search the web, you don't want raw HTML noise—you want structured, factual results ready for LLM consumption. Tavily MCP bridges that gap.&lt;/p&gt;

&lt;p&gt;Tavily is a search API purpose-built for AI agents. Unlike general search engines, it returns clean, parsed content optimized for language models: no ads, no layout markup, no irrelevant cruft. Just the facts, with source citations attached. It's trusted by LangChain, AutoGPT, and thousands of agent builders because it actually understands what an AI needs to reason about the real world.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Tavily MCP gives your AI agents real-time web search with source attribution. You get structured results with content previews, publication dates, and URLs—everything your agent needs to ground responses in actual sources.&lt;/p&gt;

&lt;p&gt;Control search depth with basic (fast) or advanced (comprehensive) modes. Filter by domain to focus on trusted sources or exclude unreliable ones. Switch to news mode for recent events. Extract raw content from any URL directly. The API returns up to 20 results per query, each with a summary and full citation data.&lt;/p&gt;

&lt;p&gt;The key difference: Tavily was built for agents, not humans. The output format, filtering options, and relevancy tuning all assume an LLM on the other end, not a human clicking links.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; tavily-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop config:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"tavily-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y tavily-mcp"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"TAVILY_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your-api-key-here"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Sign up for a free API key at &lt;a href="https://tavily.com" rel="noopener noreferrer"&gt;Tavily's dashboard&lt;/a&gt;. Free tier includes 1,000 searches per month.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Fact-checking in real-time&lt;/strong&gt;: Ask Claude to verify current market prices, recent news, or live event outcomes without hallucination risk.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Research automation in Cursor&lt;/strong&gt;: Build a code research tool that searches for library documentation, GitHub issues, and Stack Overflow answers—all with proper citations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;News-driven workflows&lt;/strong&gt;: Set up alerts or batch jobs that search for recent developments in your industry and summarize findings with sources.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/tavily-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Neon MCP: Let AI Safely Test and Migrate Your Production Database</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Sat, 04 Jul 2026 10:32:10 +0000</pubDate>
      <link>https://dev.to/curatedmcp/neon-mcp-let-ai-safely-test-and-migrate-your-production-database-fba</link>
      <guid>https://dev.to/curatedmcp/neon-mcp-let-ai-safely-test-and-migrate-your-production-database-fba</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/neon-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Neon MCP: Let AI Safely Test and Migrate Your Production Database
&lt;/h1&gt;

&lt;p&gt;The Neon MCP server connects Claude, Cursor, and other AI agents directly to Neon's serverless PostgreSQL platform — giving your AI assistant full control over database provisioning, branching, schema inspection, and migrations. It's the official integration, built by Neon's team.&lt;/p&gt;

&lt;p&gt;The killer feature here: &lt;strong&gt;database branching&lt;/strong&gt;. Your AI can create an isolated copy of your production database, run destructive operations or complex migrations in that branch, then merge or discard the changes. This makes AI-driven schema changes dramatically safer than running them directly on prod.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;This MCP server unlocks several powerful capabilities:&lt;/p&gt;

&lt;p&gt;Execute raw SQL queries against your Neon databases. Create and manage database branches — isolated, ephemeral copies perfect for testing. Provision new projects and databases instantly via API. Inspect table schemas and relationships so the AI understands your data structure. Run migrations and schema changes safely in branched environments. Monitor compute usage and configure auto-suspend for cost control.&lt;/p&gt;

&lt;p&gt;The serverless architecture is particularly useful for AI workflows that run intermittently — you pay zero when the agent isn't active. No idle compute tax.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @neondatabase/mcp-server-neon
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop configuration:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"neon-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @neondatabase/mcp-server-neon"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"NEON_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_key_here"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Grab your API key from the Neon console, then restart Claude.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Automated schema migrations&lt;/strong&gt;: Ask Claude to refactor your database schema. It creates a branch, runs the migration, validates the result, and reports back—all without touching production.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data exploration and testing&lt;/strong&gt;: "Analyze my users table and suggest an index strategy." Claude inspects your schema, runs test queries on a branch, and shows you the performance impact.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rapid prototyping&lt;/strong&gt;: Spin up new databases and branches on the fly as part of your development workflow, all from within Claude's conversation interface.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/neon-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Firecrawl MCP: Web scraping and autonomous research for AI agents</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Thu, 02 Jul 2026 10:41:19 +0000</pubDate>
      <link>https://dev.to/curatedmcp/firecrawl-mcp-web-scraping-and-autonomous-research-for-ai-agents-33k9</link>
      <guid>https://dev.to/curatedmcp/firecrawl-mcp-web-scraping-and-autonomous-research-for-ai-agents-33k9</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/firecrawl-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Firecrawl MCP: Web scraping and autonomous research for AI agents
&lt;/h1&gt;

&lt;p&gt;Web scraping with Claude just got serious. &lt;strong&gt;Firecrawl MCP&lt;/strong&gt; connects your AI agents to the full web — handling JavaScript-rendered pages, PDFs, entire site crawls, and even autonomous research tasks that would normally require manual browsing.&lt;/p&gt;

&lt;p&gt;If you've hit walls with basic fetch tools, this is why: Firecrawl renders JavaScript like a real browser, extracts clean markdown instead of raw HTML, handles anti-bot detection with residential proxies, and returns LLM-optimized output that doesn't waste token budget on noise. It's built for the messy internet, not toy websites.&lt;/p&gt;

&lt;p&gt;The standout feature is the Deep Research agent — point it at a topic, and it autonomously researches across multiple sources for hours, returning structured findings. For everything else: single-URL scraping, multi-page crawls with depth control, structured data extraction via custom schemas, PDF parsing, sitemap discovery. All the tools modern web automation actually needs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Firecrawl unlocks two core capabilities for your AI agents:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web intelligence&lt;/strong&gt;: Scrape any page to clean markdown, crawl entire websites with filtering, extract structured data using schemas you define, and map site structure automatically. Works on SPAs, paywall-adjacent content, and sites that block simple scrapers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Autonomous research&lt;/strong&gt;: Deploy the Deep Research agent to handle multi-hour research tasks independently — perfect for market analysis, competitor tracking, or knowledge synthesis that would kill your token budget if done interactively.&lt;/p&gt;

&lt;p&gt;This means Claude and other agents can now access real-time web data, reason about it, and compile findings without you manually copying URLs or parsing HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; firecrawl-mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add to your Claude Desktop config:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"firecrawl-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y firecrawl-mcp"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"FIRECRAWL_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_api_key_here"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Grab a free API key at &lt;a href="https://firecrawl.dev" rel="noopener noreferrer"&gt;firecrawl.dev&lt;/a&gt; — 500 credits/month included.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Competitive analysis&lt;/strong&gt;: Crawl competitor pricing pages, product catalogs, or blog archives. Ask Claude to extract pricing tiers, feature comparisons, and publishing cadence in one shot.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data extraction at scale&lt;/strong&gt;: Need structured data from 50+ product pages? Define a schema (name, price, rating, stock), hand it to Firecrawl batch scraping, and feed the results back to Claude for synthesis.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Research automation&lt;/strong&gt;: Ask Claude to research "market sizing for AI testing tools" — the Deep Research agent runs autonomously, gathers findings from multiple sources, and returns a structured report without you touching it.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/firecrawl-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
    <item>
      <title>Resend MCP: Send transactional emails directly from your AI agent</title>
      <dc:creator>curatedmcp</dc:creator>
      <pubDate>Wed, 01 Jul 2026 10:26:49 +0000</pubDate>
      <link>https://dev.to/curatedmcp/resend-mcp-send-transactional-emails-directly-from-your-ai-agent-453f</link>
      <guid>https://dev.to/curatedmcp/resend-mcp-send-transactional-emails-directly-from-your-ai-agent-453f</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Install guide and config at &lt;a href="https://www.curatedmcp.com/install/resend-mcp/claude-desktop" rel="noopener noreferrer"&gt;curatedmcp.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Resend MCP: Send transactional emails directly from your AI agent
&lt;/h1&gt;

&lt;p&gt;Building email workflows into AI agents just became frictionless. &lt;strong&gt;Resend MCP&lt;/strong&gt; is the official Model Context Protocol server that gives Claude, Cursor, and other AI tools direct access to Resend's email API—no manual API calls, no context switching.&lt;/p&gt;

&lt;p&gt;Instead of writing code to send emails, you can ask your AI agent: "Send a welcome email to users who signed up today" or "Check yesterday's delivery rate." The agent handles template rendering, domain management, audience segmentation, and analytics tracking through natural language.&lt;/p&gt;

&lt;p&gt;This is the same email infrastructure trusted by Vercel, Clerk, and thousands of developer teams. Now it's accessible to your AI workflows.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;Resend MCP unlocks five core capabilities for AI agents:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Send emails&lt;/strong&gt; — plain text or HTML, with variables and template support&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manage domains&lt;/strong&gt; — configure sending domains, verify DNS records, and monitor reputation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Track delivery&lt;/strong&gt; — monitor open rates, click-through rates, bounces, and complaints in real time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Segment audiences&lt;/strong&gt; — create, update, and manage email lists programmatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Schedule campaigns&lt;/strong&gt; — queue emails and access detailed analytics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The server translates these operations into tools your AI agent can invoke conversationally. No SDK wrestling. No boilerplate. Just ask the agent to handle your email logic.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install
&lt;/h2&gt;

&lt;p&gt;Install the Resend MCP server:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx &lt;span class="nt"&gt;-y&lt;/span&gt; @resend/mcp
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then configure it in your AI tool's settings. For Claude Desktop, add this to your &lt;code&gt;claude_desktop_config.json&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"mcpServers"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"resend-mcp"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"command"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"npx -y @resend/mcp"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"env"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
        &lt;/span&gt;&lt;span class="nl"&gt;"RESEND_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"your_resend_api_key_here"&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Get your API key from &lt;a href="https://resend.com/api-keys" rel="noopener noreferrer"&gt;resend.com/api-keys&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Real-World Use Cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Onboarding automation&lt;/strong&gt; — "Send a personalized welcome email to all users who signed up in the last 24 hours, then add them to the onboarding-cohort audience segment."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Delivery monitoring&lt;/strong&gt; — "Pull the analytics for our weekly digest sent yesterday—what's the open rate, and which domains had bounce issues?"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Template management&lt;/strong&gt; — "Create a password reset email template that uses our brand colors, then test it with a sample recipient."&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full install guides for Claude Desktop, Cursor, Windsurf, and more at &lt;a href="https://www.curatedmcp.com/marketplace/resend-mcp" rel="noopener noreferrer"&gt;CuratedMCP&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>claude</category>
      <category>cursor</category>
    </item>
  </channel>
</rss>
