mcpbeat Sign in

Dversum MCP Server

local only

Dversum runs on your own machine — the client starts it, so there is no endpoint to ping. 247 installs a week from npm. Last commit 3 Mar 2026.

Manage clients, projects, tasks, invoices, time tracking & calendar in dVersum.

Installs per day peak 273 · avg 28 · +162% w/w
a month agotoday
247
Installs / week
npm · @dversum/mcp-server
0
Stars
0 open issues
3 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Dversum every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server -- npx -y @dversum/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dversum/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@dversum/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dversum/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dversum/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DVERSUM_API_URL (Base URL of your dVersum API (e.g. https://api.dversum.com/api/v1)), DVERSUM_API_TOKEN (Your dVersum JWT authentication token (get it from Settings > API Tokens)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dversum

same job, measured the same way
Harvest
by usefulapi

Read time entries, projects, clients, tasks and invoices; log and update tracked time.

20 tools answering
EZ@Work
by eranfinish

Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.

answering
Avaza
by avaza

Manage Avaza projects, tasks, timesheets, expenses, invoices, and scheduling from AI assistants.

answering
Tallied
by withtallied

Log hours and invoice clients from your AI chat. Time tracking and invoicing for freelancers.

answering
Bperezpereira
by bperezpereira

Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.

answering
Invoiceflow MCP
by enzoemir1

AI-powered invoice automation. Create invoices, track payments, and manage cash flow.

37 installs/wk local only
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

74 installs/wk local only
TaskTime Pro
by tasktime

First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.

227 installs/wk local only

Dversum — questions

Answers built from our own checks of this server.

Why is there no uptime for Dversum?
Dversum 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 npm package @dversum/mcp-server was installed 247 times last week.
How do I connect Dversum?
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 @dversum/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dversum?
The npm package @dversum/mcp-server was installed 247 times in the last week. Week over week that is +162%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dversum open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.