Skip to main content

MCP server for KoboToolbox - deploy surveys and fetch submissions

Project description

Kobo MCP

PyPI version

An MCP server for KoboToolbox that enables Claude to deploy surveys and fetch submissions.

Documentation

Features

  • list_forms - List all KoboToolbox surveys
  • get_form - Get detailed form information
  • get_submissions - Fetch survey responses
  • deploy_form - Upload and deploy XLSForm files
  • replace_form - Update existing forms preserving submissions
  • export_data - Export data as CSV or Excel

Installation

pip install kobo-mcp

Or run directly with uvx (no install):

uvx kobo-mcp

Configuration

1. Get your API token

Go to KoboToolbox → Account Settings → Security → Display

2. Add to Claude

Add to ~/.claude.json:

{
  "mcpServers": {
    "kobotoolbox": {
      "type": "stdio",
      "command": "kobo-mcp",
      "env": {
        "KOBO_API_TOKEN": "your-token-here"
      }
    }
  }
}

Or with uvx:

{
  "mcpServers": {
    "kobotoolbox": {
      "type": "stdio",
      "command": "uvx",
      "args": ["kobo-mcp"],
      "env": {
        "KOBO_API_TOKEN": "your-token-here"
      }
    }
  }
}

For EU server, add "KOBO_SERVER": "https://eu.kobotoolbox.org" to env.

Development

git clone https://github.com/bbdaniels/kobo-mcp.git
cd kobo-mcp
pip install -e .

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kobo_mcp-0.1.4.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kobo_mcp-0.1.4-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file kobo_mcp-0.1.4.tar.gz.

File metadata

  • Download URL: kobo_mcp-0.1.4.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for kobo_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 31004f33de19729b64b1d58c52a8cadeeec419e967fe5223c30b2a78ce1af471
MD5 92eee106593f2b33bc08619b09dac66f
BLAKE2b-256 9eea8437141631431b38bcb2327753b84cb25f909713bd8a1a58e42d56562d79

See more details on using hashes here.

Provenance

The following attestation bundles were made for kobo_mcp-0.1.4.tar.gz:

Publisher: publish.yml on bbdaniels/kobo-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file kobo_mcp-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: kobo_mcp-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for kobo_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c7cfab9e95a7e09dab410f96059e0ef0f929f0e3eeed6af683a701ddbceff460
MD5 eba5679d77979e21cc1687304a2ef30e
BLAKE2b-256 2f50b533d8c533738cc2c073e7e2351308122fe48de6529d4926a15e1fe898c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for kobo_mcp-0.1.4-py3-none-any.whl:

Publisher: publish.yml on bbdaniels/kobo-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page