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 "Install 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
Kitchen.co MCP by Dimy Osman — project code KTCH-MCP.
Cursor / VS Code extension that connects AI agents to the Kitchen.co API via the Model Context Protocol.
Multiple workspace profiles (URL + API token pairs)
API tokens in OS keychain (
SecretStorage) plus a local envFile under extension globalStorageDurable entries merged into
~/.cursor/mcp.json(survives window reload) — keys never written plaintext into that fileOptional session registration via Cursor’s
vscode.cursor.mcp.registerServerAPI
Security
Stored | Where |
Profile name + base URL | Extension |
API tokens |
|
| Command/args/base URL only — no API key plaintext |
Git | Never — |
Do not commit real API keys. Create tokens in Kitchen → Settings → Developer → API Token; enter them only via Add Profile (password input).
Related MCP server: ClickUp Multi-Workspace MCP Server
Install (VSIX)
Build:
npm install && npm run packageCursor: Extensions → … → Install from VSIX… →
kitchen-co-mcp-0.1.1.vsixCommand Palette → Kitchen.co MCP: Add Profile
Enter name, workspace URL/slug, and API token
Confirm under Cursor Settings → MCP and via List Profiles (
durable mcp.json: yes)
Reload behavior (fixed in 0.1.1)
v0.1.0 unregistered MCP servers in deactivate(), so Developer: Reload Window removed Kitchen from MCP.
v0.1.1+ does not unregister on deactivate, syncs durable mcp.json on activate, retries the Cursor MCP API, and logs to Kitchen.co MCP: Show Output Log.
Commands
Add / Edit / Remove Profile
List Profiles — key status, durable mcp.json yes/no, dynamic register yes/no
Re-register MCP Servers — sync durable + dynamic
Test Connection
Show Output Log
Settings
kitchenMcp.autoRegister(defaulttrue) — sync on startupkitchenMcp.persistToUserMcpJson(defaulttrue) — merge into~/.cursor/mcp.json
Standalone MCP (manual)
{
"mcpServers": {
"kitchen-acme": {
"command": "node",
"args": ["/absolute/path/to/kitchen-co-mcp/mcp/dist/index.js"],
"env": {
"KITCHEN_BASE_URL": "https://acme.kitchen.co",
"KITCHEN_API_KEY": "${env:KITCHEN_ACME_KEY}"
}
}
}
}Or use envFile pointing at a local file that defines KITCHEN_API_KEY (what the extension writes under globalStorage).
MCP tools (selected)
Tool | Purpose |
| Auth probe (no key in response) |
| Tasks |
| Task writes |
| Boards |
| Conversations |
| Other resources |
| Low-level GET/POST/… under |
API reference: https://developer.kitchen.co/
Develop
npm install
npm run compile
npm run packageRequirements: Node 20+, Cursor (recommended).
License
MIT © Dimy Osman
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEmpowers AI assistants with real-world capabilities including note management, Gmail integration, Google Calendar and Tasks management, and Git repository operations through the Model Context Protocol.12MIT
- Alicense-qualityCmaintenanceEnables AI agents to interact with tasks, spaces, lists, and folders across multiple ClickUp workspaces via the Model Context Protocol.251MIT
- Alicense-qualityDmaintenanceEnables 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
- Alicense-qualityFmaintenanceEnables 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.95MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The personal context layer for AI: your profile and files, read by any MCP client over OAuth.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dimy-osman/kitchen-co-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server