- Explore MCP Servers
- MCP-FileMaker
Mcp Filemaker
What is Mcp Filemaker
MCP-FileMaker is a server implementation that integrates the FileMaker Data API with the Model Context Protocol (MCP), providing access to FileMaker databases.
Use cases
Use cases for MCP-FileMaker include automating data access for applications, integrating FileMaker databases with other software systems, and enhancing data retrieval processes for business applications.
How to use
To use MCP-FileMaker, install the necessary dependencies using ‘npm install’, configure the environment variables for your FileMaker server, and set up the client application with the appropriate configuration.
Key features
Key features include token-based authentication management, retrieval of layout metadata, and the ability to search records in the database.
Where to use
MCP-FileMaker can be used in various fields where FileMaker databases are utilized, such as business management, inventory tracking, and customer relationship management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Filemaker
MCP-FileMaker is a server implementation that integrates the FileMaker Data API with the Model Context Protocol (MCP), providing access to FileMaker databases.
Use cases
Use cases for MCP-FileMaker include automating data access for applications, integrating FileMaker databases with other software systems, and enhancing data retrieval processes for business applications.
How to use
To use MCP-FileMaker, install the necessary dependencies using ‘npm install’, configure the environment variables for your FileMaker server, and set up the client application with the appropriate configuration.
Key features
Key features include token-based authentication management, retrieval of layout metadata, and the ability to search records in the database.
Where to use
MCP-FileMaker can be used in various fields where FileMaker databases are utilized, such as business management, inventory tracking, and customer relationship management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
FileMaker Data API MCP Server
FileMaker Data API を Model Context Protocol(MCP)に対応させるサーバー実装です。FileMaker データベースへのアクセスを提供します。
機能
- トークンベースの認証管理
- レイアウトメタデータの取得
- レコードの検索機能
Tools
-
get_token
- FileMaker Data API のトークンを取得
- 入力:
- 認証情報は環境変数から自動的に取得
-
abandon_token
- FileMaker Data API のトークンを破棄
- 入力:
token(string): 破棄するトークン
-
get_layout_metadata
- レイアウトのメタデータを取得
- 入力:
token(string): 有効なアクセストークン
-
find_records
- データベースのレコードを検索
- 入力:
token(string): 有効なアクセストークンfieldName(string): 検索対象のフィールド名searchText(string): 検索テキスト
インストール
npm install
ビルド
npm run build
設定
環境変数の設定
以下の環境変数を設定する必要があります:
FILEMAKER_SERVER: FileMaker サーバーのホスト名FILEMAKER_DATABASE: データベース名(ファイル名)FILEMAKER_USERNAME: ユーザー名FILEMAKER_PASSWORD: パスワード
クライアントアプリでの使用方法:例としてclaude_desktop
claude_desktop_config.jsonに以下を記述して追加:
{
"mcpServers": {
"filemaker": {
"command": "node",
"args": [
"</ABSOLUTE/PATH/TO/>filemaker/build/index.js"
],
"env": {
"FILEMAKER_SERVER": "your-server-host",
"FILEMAKER_DATABASE": "your-database",
"FILEMAKER_LAYOUT": "target-layout",
"FILEMAKER_USERNAME": "your-username",
"FILEMAKER_PASSWORD": "your-password"
}
}
}
}
依存関係
- Node.js
- TypeScript
- @modelcontextprotocol/sdk: ^1.8.0
- zod: ^3.24.2
ライセンス
ISC
注意事項
- FileMaker Server が稼働している必要があります
- FileMaker Data API が有効化されている必要があります
- 適切な認証情報(ユーザー名、パスワード)が必要です
- API アクセスに必要な権限が付与されている必要があります
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










