← Back to Plugins
MCP Server MCP

io.github.drannakurasova/kobotoolbox-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server for KoboToolbox: list forms, fetch submissions, and export field data.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...