MCP ServerSTDIOOfficialv2.0.0

Dversum MCP Server

Manage dVersum projects, clients, tasks, invoices, time tracking, and calendar events programmatically via Claude. Designed for developers integrating dVersum's business operations platform into AI workflows.

io.github.dversum/mcp-server

Hosted URL

Local install

Transport

STDIO

Auth

2 required env vars

What the Dversum MCP server does

How models use it and what it is built for.

Manage dVersum projects, clients, tasks, invoices, time tracking, and calendar events programmatically via Claude. Designed for developers integrating dVersum's business operations platform into AI workflows.

Connect to Dversum

Local install — runs as a subprocess.

npx @dversum/mcp-server@2.0.0

Environment variables

Configuration this server reads at startup.

  • DVERSUM_API_URLRequired

    Base URL of your dVersum API (e.g. https://api.dversum.com/api/v1)

  • DVERSUM_API_TOKENRequiredSecret

    Your dVersum JWT authentication token (get it from Settings > API Tokens)

Resources

Where to find authoritative docs and source for Dversum.

Example prompts for Dversum

Paste any of these into Agent Studio after connecting Dversum.

  • List all active projects and their current task counts
  • Create a new invoice for client ABC with line items from completed tasks
  • Show me time entries logged this week and total billable hours
  • What tasks are due in the next 3 days across all projects?

Dversum MCP server — FAQ

Common questions about connecting and running Dversum.

  • How do I authenticate this MCP server with dVersum?

    Set two environment variables: DVERSUM_API_URL (your dVersum API base URL, typically https://api.dversum.com/api/v1) and DVERSUM_API_TOKEN (a JWT token from dVersum Settings > API Tokens). The server uses these to authenticate all requests.

  • What operations can I perform on projects and tasks?

    The server exposes dVersum's full project, task, client, invoice, time tracking, and calendar management capabilities. Exact operations depend on your dVersum API version and permissions; consult your dVersum API documentation for the complete endpoint list.

  • Can I track time and generate invoices through this server?

    Yes. The server integrates dVersum's time tracking and invoicing features, allowing you to log hours, query time entries, and create or manage invoices programmatically.

  • Is there a cost to use this MCP server?

    The MCP server itself is open-source. You need an active dVersum account and API access; pricing depends on your dVersum subscription plan.

  • What happens if my API token expires or is invalid?

    The server will return authentication errors. Regenerate your JWT token in dVersum Settings > API Tokens and update the DVERSUM_API_TOKEN environment variable to restore access.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground