A Model Context Protocol server that gives your AI assistant full access to Things 3 task management through Things Cloud.
claude mcp add --transport http \
--header "Authorization: Basic BASE64_ENCODE(email:password)" \
things-cloud
echo -n 'email:password' | base64{
"mcpServers": {
"things-cloud": {
"url": "",
"headers": {
"Authorization": "Basic BASE64_ENCODE(email:password)"
}
}
}
}
echo -n 'email:password' | base64{
"mcpServers": {
"things-cloud": {
"serverUrl": "",
"headers": {
"Authorization": "Basic BASE64_ENCODE(email:password)"
}
}
}
}
echo -n 'email:password' | base64