Malleable exposes your calendar, time tracking, and Collab Rooms over the Model Context Protocol two ways. Pick whichever matches where you want to talk to Claude.
claude.ai
Malleable is its own OAuth 2.1 authorization server for the remote MCP connector. Add https://malleable.cloud/api/mcp as a custom connector in claude.ai, sign in through the consent screen, and Claude can read and write your calendar and board directly inside a browser conversation. Nothing to install, nothing to build. Full steps under claude.ai below.
ChatGPT
The same connector URL works from ChatGPT: with developer mode on you get the full tool surface, and standard connector mode (including deep research) gets read-only search/fetch over your tasks, events, and notes. Full steps under ChatGPT below.
Claude Desktop (local)
For Claude Desktop, the MCP server runs locally: point Claude Desktop's config at npx @malleable-cloud/mcp-server with an API key in the environment, no clone or build required. The same package works for any other local MCP client. Full steps under Claude Desktop (local server) below.
Why MCP and not the V1 API?
MCP gives Claude first-class tool calls, no shell-outs, no curl, no copy/paste. Use the V1 API when you're writing your own integration; use MCP when you want Claude itself to drive Malleable.