kitchen-co-mcp
Provides tools for interacting with the Kitchen.co API, including managing tasks, boards, conversations, files, invoices, clients, members, and documents, plus a low-level request tool.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kitchen-co-mcpshow tasks on the client onboarding board"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kitchen.co MCP (Unofficial)
Unofficial community extension by Dimy Osman.
Not affiliated with Kitchen.co. This is not an official Kitchen.co product. It is not endorsed, sponsored, or approved by Kitchen.co, 2create.io, or their affiliates. “Kitchen” / “Kitchen.co” identify the third-party API only — no partnership or rights are implied.
Connects IDE to your Kitchen.co workspace so the agent can read and update that work from the editor.
Uses the public Kitchen API and MCP. You supply your own workspace URL and API token. This extension does not provide Kitchen accounts or Kitchen.co support.
Install
Recommended — Extensions marketplace
Open Extensions in Cursor (or another Open VSX–compatible editor).
Search for
Kitchen.co MCP (Unofficial)ordimy-osman.kitchen-co-mcp.Click Install.
Listings:
After install
Acknowledge the one-time unofficial notice (first run only).
Command Palette → Kitchen.co MCP: Add Profile.
Enter a profile name, your workspace URL (or slug), and API token from Kitchen → Settings → Developer → API Token.
Optional: List Profiles to confirm the profile is ready (
durable mcp.json: yes).
Tokens stay on your machine (OS keychain + encrypted vault). They are never written into mcp.json as plaintext.
Alternative — Install from VSIX
If you prefer a local package: download a release VSIX from GitHub, or build one (see Development), then Extensions → ⋯ → Install from VSIX….
Related MCP server: Kasm MCP Server v2
What you can do
Once a profile is connected, agents can use the public Kitchen API for that workspace.
Cursor only loads hot-path named tools (schemas). Read MCP resource kitchen://api-index for the compact public-path map, then kitchen_request. Resource kitchen://capabilities (or tool kitchen_capabilities) is the full catalog — only if the index is missing or a path fails. Both resources are shipped in this extension, not fetched live from Kitchen.
Hot-path named tools (Bearer /api only):
Folders — list, get, children, create (including clone from a template)
Boards / lists / labels — list boards, list columns, list labels, add a label to a task
Tasks — list, get, create, update, move
Members / clients — list members, list/get clients
Invoices — list, get, create
Conversations / messages — list/get conversation, list/get/create message
Meta —
kitchen_whoami,kitchen_request,kitchen_capabilities
Other documented public paths (archive, memberships, companies, webhooks, files, docs, embeds, milestones, …) stay available via kitchen_request using kitchen://api-index. Query arrays serialize as key[]=value.
Not on the public API (so not in MCP): client billing-profile CRUD, company user attach, invoice finalize/send, quotes, proposals. Do not scrape cookies. Deprecated Cards / legacy Attachments are skipped on purpose.
Permissions: visibility is private, internal, or shared. Internal can take a default team role. Shared includes clients.
See SECURITY.md for how credentials are stored and what protections apply.
Commands
Command | Purpose |
About / Disclaimer | Unofficial status and legal notice |
Add / Edit / Remove Profile | Manage workspace URL + API token pairs |
List Profiles | Status (key stored, durable MCP, etc.) |
Re-register MCP Servers | Re-sync workspaces into |
Test Connection | Quick API check |
Show Output Log | Diagnostics (success is silent on startup) |
Startup success is silent; you only get a toast if something fails. Setup help appears once on first install.
Disclaimer & legal
Unofficial / third-party — independent use of Kitchen’s public API.
No rights from Kitchen.co — no trademark license, partnership, or official support.
Support — use GitHub Issues only; do not contact Kitchen.co about this extension.
Your credentials — you are responsible for tokens and for actions agents take with them.
AS IS — MIT License; no warranties. Kitchen may change their API at any time.
See NOTICE.
Development
For contributors building from source:
npm install
npm run compile
npm run lint
npm run audit
npm run package # writes vsix/kitchen-co-mcp-*.vsixPublishing notes for maintainers: docs/PUBLISH.md.
Buy me coffee and AI tokens
If this extension helps, you can buy me coffee and AI tokens.
License
MIT © Dimy Osman — see LICENSE.
Kitchen.co and related marks remain the property of their respective owners.
This server cannot be deployed
Maintenance
Related MCP Connectors
Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.
- OneLoreOAuthai.onelore
Shared project context for AI agents and teams: docs, tasks, and messages that stay current.
Agent knowledge, private memory and coordination. Connect with MCP OAuth or an agent key.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with tasks, spaces, lists, and folders across multiple ClickUp workspaces via the Model Context Protocol.14 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage and interact with Kasm Workspaces containerized desktop infrastructure, providing tools for session management, command execution, file operations, and user management via the Model Context Protocol.4MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to create, update, list, and delete tasks on a Kanban board via the Model Context Protocol, supporting multi-project management and real-time collaboration.102MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Mattermost workspaces for messaging, channel management, user operations, and file handling via the Model Context Protocol.MIT