<?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: Jiae</title>
    <description>The latest articles on DEV Community by Jiae (@jiaek).</description>
    <link>https://dev.to/jiaek</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2565229%2Fc3c4cc68-e119-413b-87c2-c79a615d9abc.png</url>
      <title>DEV Community: Jiae</title>
      <link>https://dev.to/jiaek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jiaek"/>
    <language>en</language>
    <item>
      <title>MCP Integration Tutorial: Create a News Monitoring App with Claude</title>
      <dc:creator>Jiae</dc:creator>
      <pubDate>Thu, 29 May 2025 04:55:39 +0000</pubDate>
      <link>https://dev.to/kintonedevprogram/mcp-integration-tutorial-create-a-news-monitoring-app-with-claude-1op3</link>
      <guid>https://dev.to/kintonedevprogram/mcp-integration-tutorial-create-a-news-monitoring-app-with-claude-1op3</guid>
      <description>&lt;h2&gt;
  
  
  Table of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;li&gt;Prerequisites&lt;/li&gt;
&lt;li&gt;Prepare the Kintone Environment&lt;/li&gt;
&lt;li&gt;
Prepare the Claude Desktop Mode &lt;/li&gt;
&lt;li&gt;
Prepare the Firecrawl MCP Server &lt;/li&gt;
&lt;li&gt;
Prepare the Kintone MCP Server &lt;/li&gt;
&lt;li&gt;
Send the Prompts &lt;/li&gt;
&lt;li&gt;
Make an Announcement &lt;/li&gt;
&lt;li&gt;
Conclusion &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a id="intro"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;In the rapidly changing world of technology, it’s crucial to stay informed about the latest relevant news. Sharing this information with your team and learning from one another will enhance teamwork across the company. &lt;/p&gt;

&lt;p&gt;Using automation for news monitoring and documentation can significantly reduce manual work, particularly with tools like Model Context Protocol (MCP) and Kintone. This article will walk you through &lt;strong&gt;how to utilize a content scraping MCP server to extract a recent related article from a news site, summarize it, and automatically create a record in Kintone&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a id="prerequisites"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Prerequisites
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://code.visualstudio.com/Download" rel="noopener noreferrer"&gt;VSCode&lt;/a&gt;　as the file editor&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nodejs.org/en" rel="noopener noreferrer"&gt;Node.js (LTS)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a id="prepare-kintone"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Prepare the Kintone Environment
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What is Kintone?
&lt;/h3&gt;

&lt;p&gt;Kintone is a no-code platform for business applications that improves data management and collaboration. &lt;/p&gt;

&lt;p&gt;There is another great blog about the basics of Kintone if you are interested:&lt;br&gt;
👉 &lt;a href="https://dev.to/kintonedevprogram/quick-start-on-using-kintone-web-database-in-a-hackathon-project-3fh7"&gt;Quick Start on Using Kintone Web Database in a Hackathon Project&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Get your Kintone Environment
&lt;/h3&gt;

&lt;p&gt;Developers are entitled to use the Kintone Developer License - an environment that can be used for free🤘&lt;/p&gt;

&lt;p&gt;Get your Kintone Developer License by filling out the form.&lt;br&gt;
&lt;a href="https://kintone.dev/en/developer-license-registration-form/" rel="noopener noreferrer"&gt;https://kintone.dev/en/developer-license-registration-form/&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Create a News Summary App
&lt;/h3&gt;

&lt;p&gt;Refer to the page &lt;a href="https://get.kintone.help/k/en/id/040638.html" rel="noopener noreferrer"&gt;Creating an App from Scratch&lt;/a&gt; and follow the table below to create a simple News summary App.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Field Type&lt;/th&gt;
&lt;th&gt;Field Name&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Text&lt;/td&gt;
&lt;td&gt;Title&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Date&lt;/td&gt;
&lt;td&gt;Date&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Link&lt;/td&gt;
&lt;td&gt;Link&lt;/td&gt;
&lt;td&gt;URL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rich text&lt;/td&gt;
&lt;td&gt;Summary&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Once the App is ready, it will look like this👇&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0e5pwpv2e39p8avar6e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk0e5pwpv2e39p8avar6e.png" alt="News summary App" width="800" height="674"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To generate the App’s API token, aka API key, follow the steps on the &lt;a href="https://get.kintone.help/k/en/id/040471.html" rel="noopener noreferrer"&gt;Generating API Tokens&lt;/a&gt; page.&lt;/p&gt;

&lt;p&gt;⚠️ Make sure to select the checkboxes under Permissions for View records, Add records, and Edit records.&lt;/p&gt;

&lt;p&gt;Also, remember your App ID. The number following &lt;code&gt;https://&amp;lt;your domain&amp;gt;.kintone.com/k/&lt;/code&gt; is the App ID.&lt;/p&gt;

&lt;p&gt;&lt;a id="prepare-claude"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Prepare the Claude Desktop Mode
&lt;/h2&gt;

&lt;p&gt;To access developer mode, you need the Claude desktop app. Visit &lt;a href="https://claude.ai/download" rel="noopener noreferrer"&gt;here&lt;/a&gt; to download the appropriate OS version　and install it. &lt;/p&gt;

&lt;p&gt;Next, open your Claude desktop and log in to your claude.ai account. If you don't have an account, sign up with your email.&lt;/p&gt;

&lt;p&gt;On your Claude desktop, first go to &lt;strong&gt;settings&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmt9tewowuhuuknjjk48j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmt9tewowuhuuknjjk48j.png" alt="Claude desktop settings" width="710" height="572"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the settings, click the &lt;strong&gt;Developer&lt;/strong&gt; button, and then click the &lt;strong&gt;Edit Config&lt;/strong&gt; button.&lt;br&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw4cwx677iexp18c7ra6m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw4cwx677iexp18c7ra6m.png" alt="Claude desktop edit config button" width="800" height="566"&gt;&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;This will display the &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file.&lt;br&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fizbdotzn1qwek7jvdamv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fizbdotzn1qwek7jvdamv.png" alt="claude_desktop_config.json file" width="800" height="432"&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;
When you open the file, it is currently empty, but this will serve as our main stage for the development. &lt;/p&gt;

&lt;p&gt;&lt;a id="prepare-firecrawl-mcp"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Prepare the Firecrawl MCP Server
&lt;/h2&gt;

&lt;p&gt;Your Firecrawl API key is required for content scraping. If you don't have one, create an account at the &lt;a href="https://www.firecrawl.dev/" rel="noopener noreferrer"&gt;Firecrawl Site&lt;/a&gt;. Once logged in, you will see an API key on your page.&lt;/p&gt;

&lt;p&gt;We utilize &lt;a href="https://github.com/mendableai/firecrawl-mcp-server" rel="noopener noreferrer"&gt;firecrawl-mcp-server&lt;/a&gt; as the server. &lt;br&gt;
Copy the provided &lt;a href="https://github.com/mendableai/firecrawl-mcp-server?tab=readme-ov-file#usage-with-claude-desktop" rel="noopener noreferrer"&gt;Usage with Claude Desktop&lt;/a&gt; code into your &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;⚠️ Ensure that you add your Firecrawl API key. &lt;/p&gt;

&lt;p&gt;Now your &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file should look like this👇&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "mcpServers": {
    "mcp-server-firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_API_KEY_HERE",

        "FIRECRAWL_RETRY_MAX_ATTEMPTS": "5",
        "FIRECRAWL_RETRY_INITIAL_DELAY": "2000",
        "FIRECRAWL_RETRY_MAX_DELAY": "30000",
        "FIRECRAWL_RETRY_BACKOFF_FACTOR": "3",

        "FIRECRAWL_CREDIT_WARNING_THRESHOLD": "2000",
        "FIRECRAWL_CREDIT_CRITICAL_THRESHOLD": "500"
      }
    }
  }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;⚠️ After saving the file, it is important to fully exit Claude Desktop mode and restart it to apply the changes.&lt;/p&gt;

&lt;p&gt;Reopen your Claude Desktop app. &lt;br&gt;
The &lt;strong&gt;Search and tools&lt;/strong&gt; section of the Claude prompt chat window should indicate that several mcp-server-firecrawl mcp tools have been downloaded and are now ready for use.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fykmi970j5xii1bpq3ser.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fykmi970j5xii1bpq3ser.png" alt="Firecrawl mcp server on your Claude desktop" width="800" height="438"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a id="prepare-kintone-mcp"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  Prepare the Kintone MCP Server
&lt;/h2&gt;

&lt;p&gt;Now we perform the same procedure for the Kintone MCP server. &lt;/p&gt;

&lt;p&gt;We will use &lt;a href="https://github.com/macrat/mcp-server-kintone" rel="noopener noreferrer"&gt;mcp-server-kintone&lt;/a&gt; as the server. &lt;br&gt;
Follow the steps in the README and install the latest release.&lt;/p&gt;

&lt;p&gt;Next, copy the code from &lt;a href="https://github.com/macrat/mcp-server-kintone?tab=readme-ov-file#2-configure-mcp-client-like-claude-desktop" rel="noopener noreferrer"&gt;2. Configure MCP client like Claude Desktop&lt;/a&gt; and place it in your &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;⚠️ Make sure to change all the environment variables to your own values.&lt;/p&gt;

&lt;p&gt;Now your &lt;code&gt;claude_desktop_config.json&lt;/code&gt; file should look like this👇&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;{
  "mcpServers": {
    "mcp-server-firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_API_KEY_HERE",

        "FIRECRAWL_RETRY_MAX_ATTEMPTS": "5",
        "FIRECRAWL_RETRY_INITIAL_DELAY": "2000",
        "FIRECRAWL_RETRY_MAX_DELAY": "30000",
        "FIRECRAWL_RETRY_BACKOFF_FACTOR": "3",

        "FIRECRAWL_CREDIT_WARNING_THRESHOLD": "2000",
        "FIRECRAWL_CREDIT_CRITICAL_THRESHOLD": "500"
      }
    },
    "kintone": {
      "command": "&amp;lt;your/path/to/mcp-server-kintone.exe&amp;gt;",
      "env": {
        "KINTONE_BASE_URL": "https://&amp;lt;your domain&amp;gt;.kintone.com",
        "KINTONE_USERNAME": "&amp;lt;your username&amp;gt;",
        "KINTONE_PASSWORD": "&amp;lt;your password&amp;gt;",
        "KINTONE_API_TOKEN": "&amp;lt;your api token&amp;gt;",
        "KINTONE_ALLOW_APPS": "&amp;lt;your App number&amp;gt;",
        "KINTONE_DENY_APPS": ""
      }
    }
  }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;⚠️ Again, completely exit Claude Desktop mode and restart it to apply the changes.&lt;/p&gt;

&lt;p&gt;When you reopen, your &lt;strong&gt;Search and tools&lt;/strong&gt; section will look like this and will be ready for use👇&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F29plkcklci5m0b33ihfm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F29plkcklci5m0b33ihfm.png" alt="Claude desktop with Kintone and Firecrawl MCP servers" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a id="send-promts"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Send the Prompts
&lt;/h2&gt;

&lt;p&gt;This is the main part. Ask Claude to handle the process. &lt;br&gt;
Go back to your Claude desktop and start sending the prompts.&lt;/p&gt;

&lt;p&gt;Send the first prompt like this.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Use firecrawl to find a recent major news article about “Kintone” on techcrunch.com and provide a summary in an easy-to-read format. Be sure to include the link to the article summary. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After sending the prompt, a pop-up window will appear👇&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4nam4zh0s1x8olt2qbkk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4nam4zh0s1x8olt2qbkk.png" alt="Claude is asking permission to use the mcp server" width="800" height="609"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Claude determines which of the installed MCP servers should be used and requests permissions for that server. You can then simply grant those permissions by pressing the allow button. The process will begin using the MCP server.&lt;/p&gt;

&lt;p&gt;🤫 MCP typically employs various methods for web searching, which can quickly reach your daily free account limit. As a result, a paid account is necessary for improved performance, although it is still possible to perform some searches with a free account. &lt;br&gt;
If you’re feeling budget-conscious, you can forcibly stop the searching process by pressing the stop button after attempting a few searches.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftsnyjjshcskha6qm5ysp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftsnyjjshcskha6qm5ysp.png" alt="Forced stopped during the 1st prompt" width="800" height="783"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Next, instruct Claude to register the search result in Kintone using the following prompt.&lt;/p&gt;

&lt;p&gt;So the second prompt is like this. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Add the summary report in a format that can be viewed within the "News summary" App on "&lt;a href="https://your-domain.kintone.com" rel="noopener noreferrer"&gt;https://your-domain.kintone.com&lt;/a&gt;".&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After this prompt, Claude will ask you again if it can access the Kintone MCP server in the same way it did when inquiring about Firecrawl's server. Grant the permissions once more to proceed.&lt;/p&gt;

&lt;p&gt;Once the permissions are approved, Claude will locate the Kintone App and check the fields where the data needs to be entered.&lt;/p&gt;

&lt;p&gt;Claude will create a record based on the prompt. If it succeeds, Claude will return the following.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The record has been successfully created with ID #1 in the News Summary App.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you check your Kintone App, you will see a new record of a news summary like this🎉&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4w4id8vh7xwy0twouqwp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4w4id8vh7xwy0twouqwp.png" alt="A news summary record is made by mcp prompts" width="800" height="667"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a id="announcement"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Make an Announcement
&lt;/h2&gt;

&lt;p&gt;Here’s a further implementation of a simple trick for announcing the news summary and updating everyone on your Kintone Portal. &lt;br&gt;
&lt;a href="https://get.kintone.help/k/en/id/040702.html" rel="noopener noreferrer"&gt;Attaching Apps to the Announcement Section or Threads of a Space&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhxrlhug9g0k4tr7bexxt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhxrlhug9g0k4tr7bexxt.png" alt="A Kintone portal announcement of news summary" width="800" height="551"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not gonna lie. This is really easy, too! &lt;/p&gt;

&lt;p&gt;&lt;a id='“conclusion"'&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This applies in many ways to sharing your essential information within your CRM, ensuring everyone stays up-to-date. &lt;br&gt;
Sharing is caring🤝&lt;/p&gt;

&lt;p&gt;If you have questions or want to share your thoughts, we’re here for you! &lt;br&gt;
Visit &lt;a href="https://forum.kintone.dev/" rel="noopener noreferrer"&gt;Kintone Developer Forum&lt;/a&gt;&lt;br&gt;
Your input is always welcome.&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>kintone</category>
      <category>claude</category>
      <category>firecrawl</category>
    </item>
  </channel>
</rss>
