MCP Server
MCP
io.github.drannakurasova/kobotoolbox-mcp-server
MCP server for KoboToolbox: list forms, fetch submissions, and export field data.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "kobotoolbox-mcp-server",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "KoboToolbox API token — find it under Account Settings → Security → Display.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KOBO_API_TOKEN"
},
{
"description": "KoboToolbox host: kf.kobotoolbox.org (global, default) or eu.kobotoolbox.org (EU/Ireland)",
"format": "string",
"name": "KOBO_SERVER"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment