Seam MCP Server
Enables control of smart locks through the Seam API, allowing users to lock/unlock doors, check status, and manage access codes across 100+ supported lock brands. Supports comprehensive access code management including temporary codes and multi-lock operations.
README
Seam MCP Server
A Model Context Protocol (MCP) server for controlling smart locks via the Seam API.
Features
This MCP server provides comprehensive tools for managing smart locks and access codes:
Lock Control
get_status- NEW! Get a comprehensive overview of all locks with battery levels, connectivity, and issueslist_locks- List all smart locks connected to your Seam accountget_lock- Get detailed information about a specific locklock_door- Lock a specific doorunlock_door- Unlock a specific doorget_lock_status- Get the current lock status with battery level and online status
Access Code Management
create_access_code- Create an access code on a single lock with optional time limitscreate_access_code_on_multiple_locks- Create the same code on multiple locks (with location filtering)list_access_codes- List all access codes, optionally filtered by deviceupdate_access_code- Update an existing access codedelete_access_code- Delete an access code
Prerequisites
- A Seam account - Sign up at https://console.seam.co/
- A Seam API key - Generate one from your Seam console
- At least one smart lock connected to your Seam account
Installation
Using with Smithery
- Install via Smithery:
npx @smithery/cli install seam-mcp
- Configure your Seam API key when prompted
Manual Installation (for development)
- Clone this repository:
git clone https://github.com/yourusername/seam-mcp.git
cd seam-mcp
- Install dependencies:
npm install
The build will run automatically after installation.
Usage
With Claude Desktop
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
If installed via npm:
{
"mcpServers": {
"seam": {
"command": "node",
"args": ["/path/to/seam-mcp/.smithery/stdio/index.cjs"],
"env": {
"SEAM_API_KEY": "your-seam-api-key-here"
}
}
}
}
Or using npx (after publishing):
{
"mcpServers": {
"seam": {
"command": "npx",
"args": ["-y", "seam-mcp"],
"env": {
"SEAM_API_KEY": "your-seam-api-key-here"
}
}
}
}
With Smithery
After installation via Smithery, configure your API key in the Smithery dashboard. The server will be automatically available to Claude and other MCP clients.
Development
Run the development server with live reload:
npm run dev
Build for production:
npm run build
Build for both stdio and HTTP transports:
npm run build:all
Example Usage
Once configured, you can ask Claude to:
Lock Control
- "Show me the status of all my locks" (comprehensive overview)
- "List all my smart locks"
- "Unlock the front door"
- "What's the status of my garage lock?"
- "Lock the back door"
- "Which locks need new batteries?"
Access Code Management
- "Create an access code 1234 named 'Guest Code' on all my locks in Seattle"
- "Create a temporary access code for my cleaner from January 1st to January 15th"
- "List all access codes on my front door"
- "Delete the access code named 'Old Guest Code'"
- "Create access code 5678 named 'Airbnb Guest' that works from next Monday at 3pm to next Friday at 11am"
Configuration
The server requires a Seam API key. Get yours from the Seam Console.
When using with Smithery, the API key is securely stored and managed through the Smithery platform.
Supported Lock Brands
Seam supports 100+ smart lock brands including:
- August
- Yale
- Schlage
- Kwikset
- Baldwin
- Lockly
- Tedee
- And many more...
Check the Seam Device Catalog for the complete list.
API Reference
Lock Control Tools
get_status()
NEW! Get a comprehensive status dashboard of all your locks. Returns:
- Lock states summary (how many locked/unlocked, percentage)
- Connectivity status (online/offline locks)
- Battery level analysis (low/medium battery warnings)
- Error and warning detection
- Quick visual summary with emojis
Perfect for: "Show me the status of all my locks" or "Do I have any issues with my locks?"
list_locks()
Returns all locks in your Seam account with basic information including name, manufacturer, model, lock status, battery level, and online status.
get_lock(device_id)
Gets detailed information about a specific lock including capabilities, errors, warnings, and location.
lock_door(device_id)
Locks the specified door and returns the action attempt details.
unlock_door(device_id)
Unlocks the specified door and returns the action attempt details.
get_lock_status(device_id)
Gets the current lock/unlock status along with battery level and online status.
Access Code Management Tools
create_access_code(device_id, name, code?, starts_at?, ends_at?)
Creates an access code on a single lock. The code parameter is optional (random code generated if not provided). Time limits are optional - omit them for permanent codes.
Example:
{
device_id: "abc123",
name: "Guest Code",
code: "1234",
starts_at: "2025-01-01T16:00:00Z",
ends_at: "2025-01-15T12:00:00Z"
}
create_access_code_on_multiple_locks(device_ids, name, code?, starts_at?, ends_at?, location_filter?)
Creates the same access code on multiple locks. Supports location-based filtering to target locks by location name.
Example with location filter:
{
device_ids: [], // Can be empty when using location_filter
name: "Seattle Guest Code",
code: "5678",
location_filter: "Seattle" // Will find all locks with "Seattle" in their location or name
}
list_access_codes(device_id?)
Lists all access codes. Optionally filter by device_id to see codes for a specific lock.
update_access_code(access_code_id, name?, code?, starts_at?, ends_at?)
Updates an existing access code. All parameters except access_code_id are optional.
delete_access_code(access_code_id)
Permanently deletes an access code from the lock.
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
For issues related to:
- This MCP server: Open an issue on GitHub
- Seam API: Visit Seam Docs or Seam Support
- MCP protocol: Visit MCP Documentation
Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。