MCP Server
MCP
io.github.juliu1980/formlab-mcp
Read-only MCP for FormLab — talk to your local lab notebook via Claude. Data stays local.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "formlab-mcp",
"version": "0.1.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Absolute path to a FormLab export JSON file (Data → Export JSON in the FormLab UI).",
"isRequired": true,
"format": "filepath",
"value": "/path/to/formlab-export.json",
"type": "positional",
"name": "exportPath"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment