Skip to main content
Glama

MCP Webcam Server

by evalstate

mcp-ウェブカメラ

Web カメラを使用して、ライブ画像を Claude Desktop (またはその他の MCP クライアント) に送信します。

Claude がウェブカメラからフレームを取得したり、スクリーンショットの撮影を開始したりできるようにするための"capture"および"screenshot"ツールを提供します。

current view from the webcamも提供します。

インストール

NPM パッケージは@llmindset/mcp-webcamです。

お使いのプラットフォーム用の最新バージョンのNodeJSをインストールし、 claude_desktop_config.jsonファイルのmcpServersセクションに次のコードを追加します。

"webcam": { "command": "npx", "args": [ "-y", "@llmindset/mcp-webcam" ] }

Claude Desktop 0.78 以上を使用している限り、Windows と MacOS の両方で動作します。

組み込み Express サーバーのポートを設定するために、単一の引数を取ります。

デフォルトのポートは3333です (Inspector で使用する場合の競合を回避するため)。

使用法

Claude Desktopを起動し、 http://localhost:3333に接続します。すると、Claudeに「 get the latest picture from my webcam 」と頼んだり、「 Claude, take a look at what I'm holdingとかwhat colour top am i wearing?と頼んだりできます。現在の画像を「フリーズ」すると、ライブキャプチャではなく、Claudeに返されます。

スクリーンショットをリクエストできます。リクエストが届いたらブラウザを開いて、キャプチャ領域を指定してください。スクリーンショットはClaudeが操作しやすいように自動的にサイズ調整されます(4K画面をお持ちの場合に便利です)。このボタンは、プラットフォーム固有のスクリーンショットUXをテストするためのもので、Claudeからのリクエストに備えるためのものです。Safariではこの機能は動作しません。これは、ユーザーが操作を開始する必要があるためです。

MCPサンプリング

「何を持っているの?」ボタンを押すと、画像とWhat is the User holding?質問を含むサンプリング要求がクライアントに送信されます。

[!TIP] Claude Desktopは現在サンプリングをサポートしていません。マルチモーダルサンプリングリクエストに対応できるクライアントが必要な場合は、 https://github.com/evalstate/fast-agent/をお試しください。

その他の注意事項

本当にそれです。

この MCP サーバーは、MCP サーバー上でユーザー インターフェイスを公開し、ライブ リソースを Claude Desktop に返す方法を示すために構築されました。

このプロジェクトは、ローカルでインタラクティブな MCP サーバーを構築する場合に役立つ可能性があります。

テストとセットアップに協力してくれたhttps://github.com/tadasantに感謝します。

LLM / MCP チャット アプリケーションでのファイルとリソースの処理方法と、これを行う理由の詳細については、 https://llmindset.co.uk/posts/2025/01/resouce-handling-mcpの記事をお読みください。

サードパーティのMCPサービス

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

ユーザーがライブ ウェブカメラの画像を Claude Desktop またはその他の MCP クライアントに送信できるようにし、画像やスクリーンショットをキャプチャしたり、視覚入力用のウェブカメラ ビューを提供したりすることで対話を容易にします。

  1. インストール
    1. 使用法
      1. MCPサンプリング
        1. その他の注意事項
          1. サードパーティのMCPサービス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
              Last updated -
              2
              6
              TypeScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Allows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.
              Last updated -
              19
              11,148
              3,479
              JavaScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A utility tool that enables Claude Desktop to interact with external tools via the Model Context Protocol, providing features like email sending and simple calculations while simplifying the MCP setup process.
              Last updated -
              129
              9
              JavaScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A server that enables interaction with Telegram chats directly through MCP-compatible hosts like Claude for Desktop, providing tools to retrieve chats, get messages, and send messages.
              Last updated -
              134
              Python
              Apache 2.0
              • Apple
              • Linux

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/evalstate/mcp-webcam'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server