sevdesk-mcp
Rank #19,870io.github.joosthel/sevdesk-mcp
Complete sevDesk MCP server: all API endpoints, guarded writes, built-in bookkeeping audits.
sevdesk-mcp is a Model Context Protocol (MCP) server published by joosthel. It ranks #19,870 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. sevdesk-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 112,176 of 132,046 servers on MCP Toplist.
Use sevdesk-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sevdesk-mcp -e "SEVDESK_API_TOKEN=<your SEVDESK_API_TOKEN>" -e "SEVDESK_READ_ONLY=<your SEVDESK_READ_ONLY>" -- npx -y sevdesk-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sevdesk-mcp]
command = "npx"
args = ["-y", "sevdesk-mcp"]
[mcp_servers.sevdesk-mcp.env]
SEVDESK_API_TOKEN = "<your SEVDESK_API_TOKEN>"
SEVDESK_READ_ONLY = "<your SEVDESK_READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sevdesk-mcp": {
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "<your SEVDESK_API_TOKEN>",
"SEVDESK_READ_ONLY": "<your SEVDESK_READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sevdesk-mcp": {
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "<your SEVDESK_API_TOKEN>",
"SEVDESK_READ_ONLY": "<your SEVDESK_READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sevdesk-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "<your SEVDESK_API_TOKEN>",
"SEVDESK_READ_ONLY": "<your SEVDESK_READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sevdesk-mcp": {
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "<your SEVDESK_API_TOKEN>",
"SEVDESK_READ_ONLY": "<your SEVDESK_READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sevdesk-mcp": {
"command": "npx",
"args": [
"-y",
"sevdesk-mcp"
],
"env": {
"SEVDESK_API_TOKEN": "<your SEVDESK_API_TOKEN>",
"SEVDESK_READ_ONLY": "<your SEVDESK_READ_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.joosthel%2Fsevdesk-mcp)<a href="https://mcptoplist.com/server/io.github.joosthel%2Fsevdesk-mcp"><img src="https://mcptoplist.com/badge/io.github.joosthel%2Fsevdesk-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
joosthel
Available versions (1)
| Version | Published |
|---|---|
| 0.4.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains sevdesk-mcp?
- sevdesk-mcp is maintained by joosthel, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is sevdesk-mcp listed on the Official MCP Registry?
- Yes — sevdesk-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does sevdesk-mcp have?
- MCP Toplist tracks 1 version of sevdesk-mcp, most recently published on Jul 29, 2026.
- Where can I find the source code for sevdesk-mcp?
- The source code for sevdesk-mcp is hosted at github.com/joosthel/sevdesk-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.