ProposalPilot MCP Server
Generates professional, AI-powered freelance project proposals including executive summaries, scopes of work, and pricing structures. It leverages Claude to create tailored proposals based on specific project descriptions, budgets, and timelines.
README
ProposalPilot MCP Server
An MCP (Model Context Protocol) server that generates professional freelance project proposals using AI.
Features
- AI-Powered Proposals: Uses Claude to generate compelling, tailored proposals
- Complete Proposal Structure: Executive summary, scope, timeline, pricing, and terms
- Customizable Tone: Professional, confident, or friendly writing styles
- MCP Compatible: Works with any MCP-compatible client (Claude Desktop, etc.)
Installation
cd mcp-servers/proposalpilot-mcp
npm install
npm run build
Configuration
Set your Anthropic API key:
export ANTHROPIC_API_KEY=your-key-here
Claude Desktop
Add to your Claude Desktop config (~/.config/claude-desktop/config.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"proposalpilot": {
"command": "node",
"args": ["/path/to/mcp-servers/proposalpilot-mcp/dist/index.js"],
"env": {
"ANTHROPIC_API_KEY": "your-key-here"
}
}
}
}
Tool: generate_proposal
Generates a professional freelance project proposal.
Required Inputs
| Parameter | Type | Description |
|---|---|---|
project_description |
string | Detailed description of the project requirements (min 10 chars) |
client_name |
string | Name of the client or company |
budget |
string | Budget info (e.g., "$100/hr", "$5000 fixed", "$3000-5000") |
timeline |
string | Desired timeline (e.g., "2 weeks", "by March 15") |
Optional Inputs
| Parameter | Type | Description |
|---|---|---|
tone |
string | Writing tone: "professional", "confident", or "friendly" |
services |
string | Freelancer's services/skills to highlight |
Example
{
"name": "generate_proposal",
"arguments": {
"project_description": "Build a modern e-commerce website with React frontend and Node.js backend. Need product catalog, shopping cart, checkout with Stripe, and admin dashboard.",
"client_name": "TechStartup Inc",
"budget": "$8,000 - $12,000",
"timeline": "6 weeks",
"tone": "professional",
"services": "Full-stack web development, React, Node.js, PostgreSQL"
}
}
Output
Returns a complete proposal with:
- Executive Summary - Project understanding and fit
- Scope of Work - Detailed deliverables breakdown
- Timeline - Milestones and schedule
- Pricing - Cost breakdown based on budget
- Terms & Conditions - Payment and revision policies
Development
# Run in development mode
npm run dev
# Build
npm run build
# Test
npm test
Testing
The test script validates server startup, tool listing, and (if ANTHROPIC_API_KEY is set) proposal generation:
npm run build
npm test
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.