mcpbeat Sign in

Decern MCP Server

local only

Decern runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi.

MCP server for Decern CRM — contacts, deals, pipelines, tasks, and approvals.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 50 · avg 14 · +12% w/w
a month agotoday
87
Installs / week
pypi · decern-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add decern -- uvx decern-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "decern": {
      "args": [
        "decern-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.decern]
command = "uvx"
args = ["decern-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "decern": {
      "args": [
        "decern-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "decern": {
      "args": [
        "decern-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DECERN_API_KEY (Your Decern API key for agent authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Decern

same job, measured the same way
Bitrix24 MCP
by theyahia

MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.

54 installs/wk local only
Planfix MCP
by theyahia

MCP server for Planfix API — tasks, contacts. 3 tools.

56 installs/wk local only
Amocrm MCP
by theyahia

MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.

68 installs/wk local only
MCP Gitlab
by vish288

MCP server for GitLab API — projects, MRs, pipelines, CI/CD, approvals, issues, code review.

2 101 installs/wk local only
Rdstation CRM MCP
by fernandoludvig

Manage RD Station CRM contacts, deals, tasks and notes, with pipeline health reports

33 installs/wk local only
Relm CRM
by relmcrm

API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.

41 tools answering
Attio MCP Server
by kesslerio

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

686 installs/wk local only
Telitask MCP
by karanivincent

TeliTask MCP server — manage contacts, tasks, and calls from AI assistants

37 installs/wk local only

Decern — questions

Answers built from our own checks of this server.

Why is there no uptime for Decern?
Decern runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package decern-mcp was installed 87 times last week.
Is Decern still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Decern?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls decern-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Decern?
The pypi package decern-mcp was installed 87 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.