loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ploomes-mcp-server

MCP Tool

victorbenazzi/ploomes-mcp-server

Unofficial Model Context Protocol server that connects AI agents to the Ploomes CRM REST API

Install

$ npx loaditout add victorbenazzi/ploomes-mcp-server

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ploomes-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ploomes-mcp-server"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Ploomes MCP Server

Unofficial Model Context Protocol server that connects AI agents to the Ploomes CRM REST API. Exposes 56 tools covering contacts, deals, tasks, pipelines, interactions, quotes, orders, products, fields, users, account management, and lookup/reference data.

Works with any MCP-compatible client: Claude Desktop, Claude Code, Cursor, VS Code (Copilot), and others.

---

Quick Start
One-command setup
npx ploomes-mcp-server init

The interactive wizard will:

  1. Ask for your Ploomes User-Key
  2. Ask where to install (Claude Desktop, Claude Code, Cursor, VS Code, or manual)
  3. Ask if project-level or global
  4. Write the config automatically

That's it. No cloning, no building, no manual config editing.

Prerequisites
  • Node.js 20+ (uses native fetch)
  • A Ploomes User-Key (get it from Ploomes > Settings > Integration > API Key)

---

Manual Setup

If you prefer to configure manually, add this to your MCP client config:

Claude Desktop

File: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)

{
  "mcpServers": {
    "ploomes": {
      "command": "npx",
      "args": ["-y", "ploomes-mcp-server"],
      "env": {
        "PLOOMES_USER_KEY": "your-key-here"
      }
    }
  }
}
Claude Code

Project-level .mcp.json:

{
  "mcpServers": {
    "ploomes": {
      "command": "npx",
      "args": ["-y", "ploomes-mcp-server"],
      "env": {
        "PLOOMES_USER_KEY": "your-key-here"
      }
    }
  }
}

Or via CLI:

claude mcp add ploomes -- npx -y ploomes-mcp-server -e PLOOMES_USER_KEY=your-key-here
Cursor

File: ~/.cursor/mcp.json

{
  "mcpServers": {
    "ploomes": {
      "command": "npx",
      "args": ["-y", "ploomes-mcp-server"],
      "env": {
        "PLOOMES_USER_KEY": "your-key-here"
      }
    }
  }
}
Remote (HTTP Transport)

`

Tags

mcpmcp-serverploomesploomes-api

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/victorbenazzi/ploomes-mcp-server)](https://loaditout.ai/skills/victorbenazzi/ploomes-mcp-server)