Tell Claude what to do. It handles Droposal.
Via MCP (Model Context Protocol), Claude AI connects directly to your Droposal account. Create proposals, search clients, track statuses — all in plain English, one sentence at a time.
14-day free trial · No credit card required
MCP (Model Context Protocol) is an open standard developed by Anthropic that lets AI assistants connect to real tools and systems. Through the Droposal MCP server, Claude gains direct access to your proposals, clients, and contracts — no coding required, just natural language.
Natural language, real actions
Just say: "Create a proposal for Acme Corp for web design, $5,000." Claude handles the rest — filling fields, applying templates, sending.
Direct API access
Claude is not just a chatbot — it makes real API calls inside your Droposal account. Creates, edits, searches, and updates statuses.
AI-assisted content
Claude does not just fill in the proposal — it writes it. Ask it to summarize the project, suggest pricing, or craft a compelling intro for your client.
Intelligent queries
Ask anything: "Which proposals haven't been opened in 3 days?", "What were last month's closed deals?" Claude analyzes and returns structured results.
How does it work?
MCP setup takes a few minutes — after that, Claude automatically has access to your Droposal account.
Generate an API token in Droposal
In Droposal settings, generate an API token under Settings → API. This is the credential Claude uses to access your account.
Add the MCP server to Claude
In Claude Desktop or Claude Code settings, add the Droposal MCP server with your API token. See the configuration section below for exact settings.
Claude recognizes Droposal tools
Once the MCP connection is live, Claude automatically discovers all available Droposal actions: proposals, contracts, clients, analytics.
Control with natural language
One sentence is all it takes. From creating proposals to querying analytics — everything is available without writing a single line of code.
What can you ask Claude?
Real examples of how to control Droposal with plain English.
Create a new proposal for Acme Corp for a web design project, $5,000, valid for 30 days.
- Acme Corp · Web Design Project
- $5,000 · 30-day validity
- View at: app.droposal.com/p/…
Which of my proposals are still open and haven't had a reply in more than 5 days?
- Tech Startup Inc. · Sent 8 days ago
- Johnson & Co. · Sent 6 days ago
- Innovate Ltd. · Sent 5 days ago
List all accepted proposals from the last 30 days with their total value.
- 7 accepted proposals
- Total value: $32,500
- Average time to accept: 2.4 days
What you need
- Active Droposal account (any plan)
- Claude Desktop app or Claude Code CLI
- Droposal API token (Settings → API)
- Internet connection
Setup steps
Connection is live in a few minutes — after that, just use natural language.
Generate a Droposal API token
Log in to Droposal and go to Settings → API to generate a new token. Copy it and keep it handy.
Choose Claude Desktop or Claude Code
The MCP integration works with both Claude Desktop and the Claude Code CLI. Find the exact configuration for both below.
Add the configuration
Copy the JSON config below into the appropriate settings file. Replace YOUR_API_TOKEN with your actual token.
Restart Claude
Restart Claude to load the MCP configuration. The tools become available immediately — try your first command!
Add this configuration to Claude Desktop MCP settings (Settings → Developer → Edit Config).
{
"mcpServers": {
"droposal": {
"type": "http",
"url": "https://api.droposal.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
} Run the command below in Claude Code CLI, or add it manually to .claude/settings.json.
claude mcp add droposal \
--transport http \
--url https://api.droposal.com/mcp \
--header "Authorization: Bearer YOUR_API_TOKEN" Stuck on setup? The Droposal team is here to help.
Contact usWhat do our customers say about us?
Thousands of satisfied customers have already chosen Droposal to optimize their sales processes
Frequently asked questions
What is MCP (Model Context Protocol)?
Is it secure? Does Claude have access to my entire Droposal account?
Does it work with both Claude Code and Claude Desktop?
What can Claude actually do with Droposal?
Is this integration free?
Ready toclose more deals?
Join thousands of satisfied business owners who are already growing their revenue and winning customers with Droposal.




