kobo-mcp-server

tagnonkoua-ux/kobo-mcp-server
★ 0 stars Python AI/LLM Updated 3d ago
MCP server giving Claude (and other AI assistants) full read+write access to KoBoToolbox: create multilingual forms, deploy, attach media, submit data, all from chat.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kobo-mcp-server": {
      "command": "uvx",
      "args": [
        "kobo-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install kobo-mcp-server