What is MCP?
Model Context Protocol is an open standard that connects AI assistants to external tools and data sources. Instead of copy-pasting between Quikly and your editor, you give the assistant direct access to Quikly’s API through structured tool calls.What is quikly-mcp-server?
quikly-mcp-server is an npm package that exposes Quikly’s API as MCP tools. When you add it to a supported client, the AI assistant can:
- Get your profile information
- Create proposals from a project description
- Analyze a brief and extract structured requirements
- Get AI-powered rate recommendations by role, seniority, and location
- Retrieve proposal details
- Generate share links for clients
Supported clients
Any MCP-compatible client can use quikly-mcp-server.
Installation
The server runs vianpx — no global install required. You need two environment variables:
Cursor
Add this to your Cursor MCP configuration file (.cursor/mcp.json in your project or global config):
Claude Desktop
Add this to your Claude Desktop configuration file:- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code
Verify the connection
After configuring, ask your AI assistant:“Use the quikly_me tool to check my Quikly profile.”If everything is set up correctly, the assistant will return your name, email, and subscription tier.
Available tools
The MCP server exposes the following tools:
See the tools reference for parameters, examples, and equivalent API endpoints.