HomeMCP / Tooling名刺をMCP化した話 — LINEに送った名刺を、ClaudeやChatGPTから自然言語で呼び出せるようにするまで

名刺をMCP化した話 — LINEに送った名刺を、ClaudeやChatGPTから自然言語で呼び出せるようにするまでThe author built a business-card manager called Meishibako that uses AI-OCR via…

AI要点サマリSummary highlight

LINEに送った名刺をAI-OCRで解析・保存する「めいしばこ」を開発し、MCP対応によりClaudeやChatGPTなどから自然言語で名刺を検索・呼び出せる仕組みを実現した。

The author built a business-card manager called Meishibako that uses AI-OCR via LINE, then added MCP support so Claude and ChatGPT can retrieve contacts through natural-language queries.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

LINEに名刺を送るとAI-OCRが数秒で読み取り、そのままAIアシスタントから自然言語で呼び出せる——。個人が開発した名刺管理サービス「めいしばこ」が、Model Context Protocol(MCP)に対応した経緯を、作者がブログで公開した。

同サービスの基本的な流れはシンプルだ。撮影した名刺の画像をLINEに送信すると、AI-OCRが氏名・会社・部署・役職・電話番号・メールアドレス・住所などの項目を自動で読み取り、整理して保存する。手入力の手間を省ける点は、既存の名刺管理アプリと共通する発想と言える。

作者が「尖っている」と位置づけるのは、そのデータをMCPで扱えるようにした部分だ。MCPは、AIモデルと外部のデータやツールを接続するためのオープンな規格で、Anthropicが提唱した。対応するツールであれば、AIが決められた手順で外部サービスの機能を呼び出せる。めいしばこはMCPサーバーを備えることで、ClaudeChatGPTなどMCP対応のAIツールから、自分の名刺情報を自然言語で検索・参照できるようにしたという。

記事によれば、開発のきっかけは「名刺はAIに渡せない」という課題意識にあった。紙の名刺やアプリ内に閉じた連絡先は、そのままではAIアシスタントの文脈に持ち込みにくい。MCP化することで、会話の中で特定の人物や会社を尋ねると、保存済みの名刺から該当情報を引き出せる形を目指したと見られる。

名刺管理の分野では、法人向けのSansanや個人向けのEightなどが広く知られている。一方で、AIアシスタント側から手持ちのデータへアクセスさせるMCPの活用は比較的新しい領域であり、身近な業務データを自然言語で扱う一例として参考になりそうだ。

作者自身は本稿を「宣伝というより、名刺をMCP化してみたら思ったより実用だったという作った話」と説明している。個人開発でもAI-OCRMCPを組み合わせれば、日常的な情報を対話型AIから引き出す仕組みを構築できることを示した事例と言えるだろう。

A Japanese developer has published a technical write-up describing Meishibako, a business-card management service that combines AI-powered optical character recognition with the Model Context Protocol (MCP) so that saved contacts can be retrieved conversationally from assistants such as Claude and ChatGPT. The project matters because it illustrates a practical, low-friction way to turn a familiar analog artifact, the paper business card, into structured data that AI tools can actually query.

The workflow starts with a channel most people in Japan already use daily. A user photographs a business card and sends the image to Meishibako through LINE, the widely adopted messaging platform. According to the author, an AI-OCR step then reads the card within seconds, extracting fields such as name, company, department, job title, phone number, email address, and postal address, before organizing and storing the parsed result. This part of the system is essentially a modern take on established card-scanning apps, which have long promised to digitize contacts from a photo.

The author is candid that the OCR-to-storage pipeline is not the novel part. The distinctive element, as framed in the write-up, is adding MCP support so that the stored contacts become reachable from MCP-compatible AI tools. Once connected, a user can search and call up their own cards using natural language rather than navigating a database interface or a dedicated app screen. The piece is presented less as marketing and more as a build log, explaining the system's structure and the reasoning behind choosing MCP.

Understanding why that choice is significant requires some background on the protocol itself. MCP is an open standard, introduced by Anthropic in late 2024, that defines how AI assistants connect to external data sources and tools. In practice, a developer exposes their service through an MCP server, and any MCP-aware client, such as Claude or certain ChatGPT configurations, can discover and invoke that server's capabilities. The appeal is standardization: instead of building a separate, bespoke integration for each assistant, a single MCP server can, in principle, be reused across multiple compatible clients. That design is what allows Meishibako's contact data to surface inside more than one AI tool.

The stated motivation, according to the article's opening, is the observation that business cards are something you cannot easily hand to an AI. A stack of cards, or even a conventional contacts app, tends to sit outside the context an assistant can see. By exposing the card data through MCP, the author appears to be trying to close that gap, letting the assistant treat personal contact records as a queryable source during a conversation. The claimed payoff is that the setup turned out to be more useful in practice than expected, though that assessment reflects the developer's own experience rather than an independent benchmark.

For readers weighing the approach, a few caveats are worth keeping in mind. AI-OCR accuracy can vary with image quality, layout, fonts, and languages, so extracted fields may still need verification, a limitation common to all card-scanning tools. Handling business-card data also raises privacy and personal-information considerations, since names, phone numbers, and addresses belong to third parties; the source excerpt does not detail how storage, consent, or security are managed. Pricing, availability outside the described LINE-based flow, and the specific models used are likewise not spelled out in the material provided here.

The project also fits a broader industry pattern. Since MCP's release, a growing ecosystem of community and vendor-built servers has emerged to connect assistants to files, databases, and third-party services, and the specification has drawn interest from multiple AI vendors as a way to reduce integration overhead. Meishibako is a modest, personal example of that trend applied to a very concrete problem, and it demonstrates how consumer messaging apps like LINE can serve as an accessible front door for data capture while MCP handles the retrieval side. Whether this particular pattern scales into a mainstream contact-management workflow is not yet clear, but as a proof of concept it shows how existing OCR techniques and an emerging interoperability standard can be combined to make everyday information available to conversational AI.

  • 出典SourceZenn MCPコミュニティCommunity
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatブログBlog
  • 重要度Importance重要度 MediumMedium priority(MCP / Tooling 116件中、同等以上 116件)(116 of 116 MCP / Tooling entries are equal or higher)
  • 情報の寿命Half-life📘 中期 (チュートリアル)Medium-term (tutorial)
  • 原文言語Source languageJA
  • 収集日時Collected2026/07/31 14:22

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (zenn.dev) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (zenn.dev).

🔗MCP / Tooling の他の記事More from MCP / Toolingもっと見る →View more →