Loading MCP server directory, please wait...
MCP server for KoboToolbox: list forms, fetch submissions, and export field data.
npx @getmcp/cli add io.github.drannakurasova/kobotoolbox-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
KOBO_API_TOKENKoboToolbox API token — find it under Account Settings → Security → Display.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.drannakurasova/kobotoolbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"kobotoolbox-mcp-server"
],
"env": {
"KOBO_API_TOKEN": "",
"KOBO_SERVER": ""
}
}
}
}