dealdesk-mcp
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., "@dealdesk-mcpCreate a quote for Acme Corp from the published portfolio"
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.
DealDesk plugin for agenthouse
Install DealDesk in ChatGPT, Claude, Cursor, or Codex — create and update desk cards, log email and status updates, work with quotes and the product portfolio, look up customers, and export for analysis.
Brought to you by agenthouse.
This repository is the DealDesk plugin: marketplace-oriented packaging (skills + install docs) with a local stdio bridge. Tools run over the agenthouse MCP endpoint (POST /mcp/dealdesk). Host marketplaces (ChatGPT/Codex Plugins, Claude plugins, Cursor plugins) can list this package while the remote MCP URL remains the shared runtime.
For AI agents
If you are an AI assistant helping someone install DealDesk, follow install-for-agents.md (decision tree, host-specific steps, verify, troubleshooting). Do not improvise package names or MCP URLs.
Related MCP server: Rockhopper MCP Server
What you can do
Create and update desk cards, including notes and stage changes
Log inbound/outbound email and other status updates on a card timeline
Evaluate configurations and create quotes from your published portfolio
Find or create companies and contacts, and read their notes and commercial summaries
Craft classic quotes, customer share links, local cases, and orders from accepted quotes
Export Deal Intelligence workbooks for offline analysis
Preview and confirm portfolio publish (with an explicit confirmation step)
Destructive delete operations are not available. Soft-close cards by updating their stage instead.
Before you start
You need:
An agenthouse account with DealDesk access to your tenant
Either:
Connect (recommended for ChatGPT / Claude remote): sign in and grant DealDesk access when prompted, or
A project API key (for Cursor, Claude Desktop, Codex, and other local hosts): create one under Access management → API keys in the agenthouse workspace. Grant at least
dealdesk:read, ordealdesk:accessfor full write access.
You also need Node.js 20+ for the local connector.
Install
Option A — Remote MCP (ChatGPT, Claude, and similar)
Add DealDesk as a remote MCP server / connector (or install the plugin from the host marketplace when listed):
Setting | Value |
MCP URL |
|
Authentication | OAuth (Connect) |
When Connect opens, sign in with agenthouse, choose your project (tenant), and grant DealDesk access. Your host will then list DealDesk tools automatically.
Option B — Local connector (Cursor, Claude Desktop, Codex)
Use this package as a local stdio MCP bridge. It talks securely to agenthouse with your project API key.
Cursor
Open Cursor Settings → MCP
Add a server with the configuration below
Restart MCP / reload the window if prompted
{
"mcpServers": {
"dealdesk": {
"command": "npx",
"args": ["-y", "github:agenthouse-org/dealdesk-plugin"],
"env": {
"AGENTHOUSE_API_URL": "https://api.agenthouse.org",
"AGENTHOUSE_API_KEY": "ahk_your_project_api_key",
"AGENTHOUSE_PROJECT_ID": "YOUR_TENANT_ID"
}
}
}
}Claude Desktop
Edit your Claude Desktop MCP config (typically claude_desktop_config.json) and add the same mcpServers.dealdesk block as above, then restart Claude Desktop.
Codex / other stdio hosts
Use the same command, arguments, and environment variables as Cursor.
Environment variables
Variable | Required | Description |
| Yes | Project API key from agenthouse Access management |
| Recommended | Default tenant id when a tool call omits |
| No | Defaults to |
Keep your API key private. Do not commit it to git or share it in chat logs.
Verify the connection
After install, ask your assistant something concrete, for example:
List open DealDesk cards for my project.
You should see DealDesk tools available (such as listing cards or creating a quote from a configuration). If authentication fails, renew Connect or check that the API key has DealDesk permission for that tenant.
Skills
Guided skills for common sales workflows (cards, email and notes, classic and portfolio quotes, customers, cases, orders, export, and portfolio publish). Your host may surface these as prompts or skills depending on the product. See skills/.
Support
Product and product docs: agenthouse.org
Issues with this plugin: GitHub Issues
License
MIT © agenthouse
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect AI to store orders, products and inventory with scoped access and human approvals.
Connect AI agents to Process Street workflows, tasks, runs, data sets, and operational records.
Connect your AI to your Well financial data - invoices, companies, contacts.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude Desktop, Claude Code, and Cursor to interact directly with Flatfile data through 100+ API endpoints for viewing, managing, and manipulating sheets, workbooks, records, and spaces.3 npmISC
- AlicenseNot gradedqualityAmaintenanceEnables AI tools like Claude, Cursor, and Copilot to interact with your Rockhopper workspace, including enrolled files, version history, reviews, comments, and cell-level change tracking.650 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with SalesDrive CRM, allowing order management, product queries, and more through natural language.Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI tools like Claude and Codex to access and manage Recruit CRM data including candidates, jobs, companies, tasks, meetings, notes, and call logs through natural language.6918 npmMIT