Kobo Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Kobo Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP server for KoboToolbox that enables Claude to deploy surveys and fetch submissions.
[Documentation](https://bbdaniels.github.io/kobo-mcp/)
Requires Python 3.10+
Set your KoboToolbox API token, then register the server with a single command:
export KOBO_API_TOKEN="your-token-here"
claude mcp add kobotoolbox -- env KOBO_API_TOKEN=$KOBO_API_TOKEN uvx kobo-mcpFor the EU server, also pass the server URL:
export KOBO_API_TOKEN="your-token-here"
claude mcp add kobotoolbox -- env KOBO_API_TOKEN=$KOBO_API_TOKEN KOBO_SERVER=https://eu.kobotoolbox.org uvx kobo-mcpThat's it -- restart Claude Code and you can start managing KoboToolbox surveys directly from the CLI.
To get your API token, go to KoboToolbox -> Account Settings -> Security -> API Key.
pip install kobo-mcpOr run directly with uvx (no install needed):
uvx kobo-mcpIf you prefer to configure Claude manually instead of using claude mcp add, add to ~/.claude.json:
{
"mcpServers": {
"kobotoolbox": {
"type": "stdio",
"command": "uvx",
"args": ["kobo-mcp"],
"env": {
"KOBO_API_TOKEN": "your-token-here"
}
}
}
}For the EU server, add "KOBO_SERVER": "https://eu.kobotoolbox.org" to the env block.
Add the same JSON block above to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsongit clone https://github.com/bbdaniels/kobo-mcp.git
cd kobo-mcp
pip install -e .The server requires a KOBO_API_TOKEN environment variable. Make sure it is passed in the env block of your MCP configuration, or exported in your shell before running claude mcp add.
To get your token: log in to KoboToolbox -> Account Settings -> Security -> API Key.
After running claude mcp add, restart Claude Code for the change to take effect. You can verify the server is registered by running:
claude mcp listeu.kobotoolbox.org), make sure you set the KOBO_SERVER environment variable to https://eu.kobotoolbox.org.https://kf.kobotoolbox.org. If your organization uses a custom KoboToolbox instance, set KOBO_SERVER to its URL.Install uv first:
curl -LsSf https://astral.sh/uv/install.sh | shOr install with pip/pipx:
pip install uvKobo MCP requires Python 3.10 or later. Check your version with:
python3 --versionMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.