Safie Api
FreeNot checkedMCP server that enables AI Agents to use images and events from Safie camera devices
About
MCP server that enables AI Agents to use images and events from Safie camera devices
README
Safie APIを利用してデバイスの情報取得や操作を行うためのMCP (Model Context Protocol) サーバ
[!NOTE] 本実装はプレビュー版であり一部の機能のみを試験的に提供しています。 サポート対象外となりますのでご了承の上、お使いください。
Requirements
- Python 3.10+, uv or docker
Features
Tools
- list_devices
- デバイス一覧を取得します
- get_device_image
- 指定されたデバイスから画像を取得します
- list_device_media
- 指定されたデバイスで録画されている映像(メディア)の一覧を取得します
- get_device_location
- 指定されたデバイスの現在のGPS位置情報を取得します
- get_device_thumbnail
- 指定されたデバイスの最新サムネイルを取得します
- list_device_standard_events
- 指定されたデバイスの標準イベント情報一覧を取得します
Configuration
以下の環境変数のどちらかが設定されている必要があります
ACCESS_TOKEN: Safie Developers OAuth2認証アプリケーションで発行したOAuth2アクセストークンAPI_KEY: Safie Developers APIキー認証アプリケーションで発行したAPIキー
両方指定した場合、ACCESS_TOKEN が利用されます
Usage
With Claude Desktop
Using python/uv
Python 3.10+, uvが手元にインストールされている場合は以下の設定を追加することで利用できます
{
"mcpServers": {
"Safie API": {
"command": "uv",
"args": [
"run",
"--with",
"git+https://[email protected]/SafiePublic/safie-api-mcp-server.git",
"safie-api-mcp-server"
],
"env": {
"ACCESS_TOKEN": "******"
}
}
}
}
Using docker
Dockerを用いて利用する場合は、まず以下のようにイメージをビルドします
$ docker build -t safie-api-mcp-server .
その後、以下の設定を追加することで利用できます
{
"mcpServers": {
"Safie API": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ACCESS_TOKEN",
"-e",
"API_KEY",
"safie-api-mcp-server"
],
"env": {
"ACCESS_TOKEN": "******"
}
}
}
}
Installing Safie Api
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/SafiePublic/safie-api-mcp-serverFAQ
Is Safie Api MCP free?
Yes, Safie Api MCP is free — one-click install via Unyly at no cost.
Does Safie Api need an API key?
No, Safie Api runs without API keys or environment variables.
Is Safie Api hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Safie Api in Claude Desktop, Claude Code or Cursor?
Open Safie Api on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Safie Api with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
