Loading MCP server directory, please wait...
Add items to your tidee workspace from ordinary language, read what is there, and mark things done.
npx @getmcp/cli add com.tidee/tideeRequires Node.js 18+. Community-contributed server. Review source before installing.
TIDEE_API_TOKENA tidee personal access token, created in the app under Application Settings, Integrations. Only needed for this local package — the hosted server above authenticates with OAuth and needs no token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.tidee/tidee": {
"command": "npx",
"args": [
"-y",
"tidee-mcp"
],
"env": {
"TIDEE_API_TOKEN": ""
}
}
}
}