npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

growcrm-mcp-server

v1.0.5

Published

Complete MCP server for GROWCRM - Manage clients, projects, tasks, invoices, leads, tickets, estimates, expenses, and contracts through AI assistants

Downloads

10

Readme

GROWCRM MCP Server

NPM Version License

Complete Model Context Protocol (MCP) server for GROWCRM - Manage your entire CRM through AI assistants like Claude, ChatGPT, and other MCP-compatible tools.

🚀 Quick Start

Installation for Claude Desktop

Add this configuration to your Claude Desktop config file:

Location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Configuration:

{
  "mcpServers": {
    "growcrm": {
      "command": "npx",
      "args": ["-y", "growcrm-mcp-server"],
      "env": {
        "GROWCRM_API_URL": "https://app.ty-dev.fr/api/v1",
        "GROWCRM_API_TOKEN": "YOUR_TOKEN_HERE"
      }
    }
  }
}

Get your API token from GROWCRM Settings → API.

📦 Alternative Installation Methods

Via NPM

npm install -g growcrm-mcp-server
growcrm-mcp-server

Via NPX (Direct)

npx -y growcrm-mcp-server

🎯 Features

35 AI-Powered Tools across 8 categories:

🧑‍💼 Client Management (5 tools)

  • List, get, create, update, and delete clients
  • Full client lifecycle management

📁 Project Management (5 tools)

  • Complete project CRUD operations
  • Project tracking and status updates

✏️ Task Management (5 tools)

  • Task creation and tracking
  • Status updates and assignments

💰 Invoicing (5 tools)

  • Invoice generation and management
  • Payment tracking

🎯 Lead Management (5 tools)

  • Lead tracking and qualification
  • Lead-to-client conversion

🎫 Support Tickets (5 tools)

  • Ticket creation and tracking
  • Customer support workflow

📋 Estimates (2 tools)

  • Estimate creation and management

💸 Expenses (2 tools)

  • Expense tracking and reporting

📄 Contracts (1 tool)

  • Contract management

🔧 Environment Variables

Required:

  • GROWCRM_API_URL - Your GROWCRM API endpoint
  • GROWCRM_API_TOKEN - Your API authentication token

Optional:

  • GROWCRM_DEFAULT_LIMIT - Default items per page (default: 50)
  • GROWCRM_TIMEOUT - Request timeout in ms (default: 30000)

📖 Usage Examples

Ask Claude:

  • "List my GROWCRM clients"
  • "Create a new project called 'Website Redesign'"
  • "Show me all open tickets"
  • "Create an invoice for client X"
  • "What are my pending tasks?"

🛠️ Troubleshooting

MCP server not found

Verify Node.js is installed (>= 18.0.0):

node --version

Authentication failed

Test your API token:

curl -H "Authorization: Bearer YOUR_TOKEN" https://app.ty-dev.fr/api/v1/clients

Cannot connect

  • Verify GROWCRM_API_URL is correct
  • Check your internet connection
  • Ensure GROWCRM instance is accessible

📚 Documentation

  • NPM Package: https://www.npmjs.com/package/growcrm-mcp-server
  • Full Repository: https://github.com/Aminetwiti/mcpgrowcrm
  • Issues: https://github.com/Aminetwiti/growcrm-mcp-server/issues

📄 License

MIT License - see LICENSE file for details.

🤝 Support

  • Open an issue on GitHub
  • Email: [email protected]
  • Documentation: See full repository for detailed guides

Made with ❤️ for the GROWCRM community