Aspro Cloud MCP
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., "@Aspro Cloud MCPShow me all open deals in the 'New Clients' pipeline"
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.
Aspro Cloud MCP
MCP server for Aspro Cloud — work with CRM deals and tasks directly from AI assistants (Claude, Cursor, etc.).
Tools
Deals (CRM)
Tool | Description |
| List deals with filters (pipeline, stage, assignee, status) |
| Get deal details by ID |
| Create a new deal |
| Update an existing deal |
| Delete a deal |
| List all sales pipelines |
| List pipeline stages |
Tasks
Tool | Description |
| List tasks with filters (responsible, status, type, module binding) |
| Get task details by ID |
| Create a new task |
| Update an existing task |
| Delete a task |
| List all task workflows |
| List workflow stages |
Users
Tool | Description |
| Search users by name (returns |
| Get user details by ID |
Related MCP server: Pipedrive MCP Server
Setup
Prerequisites
Node.js 18+
Aspro Cloud account with API access
API key from your Aspro Cloud settings
Configuration
Two environment variables are required:
Variable | Description | Example |
| Your company subdomain |
|
| API key from Aspro Cloud settings |
|
Your company subdomain is the part before .aspro.cloud in your workspace URL.
Usage in Cursor
Add to your Cursor MCP configuration (~/.cursor/mcp.json or .cursor/mcp.json in your project):
Via npx (recommended, no installation needed)
{
"mcpServers": {
"aspro-cloud": {
"command": "npx",
"args": ["-y", "github:kazan-project-manufactory/aspo-cloud-mcp"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Via local path (if cloned)
git clone https://github.com/kazan-project-manufactory/aspo-cloud-mcp.git
cd aspo-cloud-mcp
npm install{
"mcpServers": {
"aspro-cloud": {
"command": "node",
"args": ["/path/to/aspo-cloud-mcp/dist/index.js"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Usage in Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"aspro-cloud": {
"command": "npx",
"args": ["-y", "github:kazan-project-manufactory/aspo-cloud-mcp"],
"env": {
"ASPRO_COMPANY": "your_company",
"ASPRO_API_KEY": "your_api_key"
}
}
}
}Example prompts
Find user Ivan Petrov and assign him a task to prepare the contract by FridayShow me all open deals in the "New Clients" pipelineCreate a deal "Website Redesign" for client Vasily Sidorov with budget 150000List all tasks assigned to me that are in progressDevelopment
npm run build # compile TypeScript
npm run dev # watch modeLicense
MIT
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.
Latest Blog Posts
- 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/kazan-project-manufactory/aspo-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server