Claude FileMaker MCP Server
An MCP server that connects Claude to FileMaker databases via the Data API, enabling natural language queries, record management, layout exploration, and script execution.
README
Claude FileMaker MCP Server
An MCP server that connects Claude to FileMaker databases via the Data API. Query records, explore layouts, run scripts, and manage data using natural language.
Features
- Query, create, update, and delete records
- Explore database layouts and field definitions
- Run FileMaker scripts with parameters
- Multi-database support
- Session caching for performance
- Self-signed SSL certificate support
Quick Install (Claude Code CLI)
One command to add the FileMaker server to all your Claude Code projects:
claude mcp add -s user \
filemaker \
"npx -y github:ayushshah31/Claude-Filemaker-Mcp" \
-e FM_PROTOCOL=https \
-e FM_API_VERSION=v1 \
-e FM_SSL_VERIFY=false \
-e NODE_TLS_REJECT_UNAUTHORIZED=0 \
-e FM_SERVER_MYDB=your-filemaker-server.com \
-e FM_DATABASE_MYDB=YourDatabase \
-e FM_ACCOUNT_MYDB=your_username \
-e FM_PASSWORD_MYDB=your_password
Replace the MYDB suffix and values with your own. The suffix is a database identifier -- it can be anything, but must match across all four env vars (FM_SERVER_, FM_DATABASE_, FM_ACCOUNT_, FM_PASSWORD_).
Then restart Claude Code. Run /mcp inside a session to verify the server is connected.
Manual Install (from source)
Prerequisites
- Node.js 18 or higher
- FileMaker Server with Data API enabled
- A FileMaker account with the
fmrestextended privilege enabled
Step 1: Clone and install
git clone https://github.com/ayushshah31/Claude-Filemaker-Mcp.git
cd Claude-Filemaker-Mcp
npm install
Step 2: Register the server
Claude Code (CLI) -- works on Linux, macOS, and Windows:
claude mcp add -s user \
filemaker \
"node /absolute/path/to/Claude-Filemaker-Mcp/server.js" \
-e FM_PROTOCOL=https \
-e FM_API_VERSION=v1 \
-e FM_SSL_VERIFY=false \
-e NODE_TLS_REJECT_UNAUTHORIZED=0 \
-e FM_SERVER_MYDB=your-filemaker-server.com \
-e FM_DATABASE_MYDB=YourDatabase \
-e FM_ACCOUNT_MYDB=your_username \
-e FM_PASSWORD_MYDB=your_password
Claude Desktop:
Go to Settings > Developers > Edit Config to open claude_desktop_config.json and add:
{
"mcpServers": {
"filemaker": {
"command": "node",
"args": ["/absolute/path/to/Claude-Filemaker-Mcp/server.js"],
"env": {
"FM_PROTOCOL": "https",
"FM_API_VERSION": "v1",
"FM_SSL_VERIFY": "false",
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
"FM_SERVER_MYDB": "your-filemaker-server.com",
"FM_DATABASE_MYDB": "YourDatabase",
"FM_ACCOUNT_MYDB": "your_username",
"FM_PASSWORD_MYDB": "your_password"
}
}
}
}
Windows users: Use backslashes in the path, e.g.
"C:\\Users\\you\\Claude-Filemaker-Mcp\\server.js"
Step 3: Restart and test
Restart Claude Code or Claude Desktop, then try:
- "What layouts are available in my FileMaker database?"
- "Show me the first 10 records from PatientList"
- "What scripts are available?"
Multiple Databases
Add more databases by using different suffixes in your env vars:
FM_SERVER_PROD=prod-server.com
FM_DATABASE_PROD=Production
FM_ACCOUNT_PROD=api_user
FM_PASSWORD_PROD=prod_password
FM_SERVER_DEV=dev-server.com
FM_DATABASE_DEV=Development
FM_ACCOUNT_DEV=dev_user
FM_PASSWORD_DEV=dev_password
Available Tools
| Tool | Description |
|---|---|
fm_list_databases |
List all configured databases |
fm_test_connection |
Test connection to a database |
fm_get_metadata |
Get all layouts in a database |
fm_get_layout_metadata |
Get fields and details for a specific layout |
fm_query_records |
Query records with filtering, sorting, and pagination |
fm_create_record |
Create a new record |
fm_update_record |
Update an existing record |
fm_delete_record |
Delete a record |
fm_get_scripts |
List all available scripts |
fm_run_script |
Execute a FileMaker script with optional parameters |
fm_clear_cache |
Clear data, session, or all caches |
SSL Configuration
| Setting | Description |
|---|---|
FM_SSL_VERIFY=false + NODE_TLS_REJECT_UNAUTHORIZED=0 |
Accept self-signed certificates (development) |
FM_SSL_VERIFY=true + NODE_TLS_REJECT_UNAUTHORIZED=1 |
Require valid certificates (production) |
Troubleshooting
Tools show up but return empty results
- Make sure
NODE_TLS_REJECT_UNAUTHORIZED=0is set if using a self-signed certificate - Verify the FileMaker account has the
fmrestextended privilege enabled
"No valid FileMaker database configurations found"
- Check that all four env vars (
FM_SERVER_,FM_DATABASE_,FM_ACCOUNT_,FM_PASSWORD_) use the same suffix - Make sure the values are not empty
Connection test works but data calls fail
- Clear the cache: ask Claude to "clear the FileMaker cache"
- Restart Claude Code / Claude Desktop
Server not showing in /mcp
- Run
claude mcp listto check registration - Verify the path to
server.jsis absolute - Make sure
npm installcompleted successfully - Check that Node.js 18+ is installed:
node --version
FileMaker Server Requirements
Your FileMaker Server account needs:
- Data API access enabled on the server
- An account with the
fmrestextended privilege - Appropriate privilege set for the operations you need (read-only for queries, full access for create/update/delete)
License
MIT
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。