simple-support-system-mcp
Rank #44,556io.github.bitterdev/simple-support-system-mcp
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
simple-support-system-mcp is a Model Context Protocol (MCP) server published by bitterdev. It ranks #44,556 of 132,113 servers tracked on MCP Toplist. simple-support-system-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 25, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 87,557 of 132,113 servers on MCP Toplist.
Use simple-support-system-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add simple-support-system-mcp -e "SIMPLE_SUPPORT_SYSTEM_BASE_URL=<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>" -e "SIMPLE_SUPPORT_SYSTEM_API_KEY=<your SIMPLE_SUPPORT_SYSTEM_API_KEY>" -e "SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN=<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>" -- npx -y simple-support-system-mcpReplace each placeholder with your own value before saving.
[mcp_servers.simple-support-system-mcp]
command = "npx"
args = ["-y", "simple-support-system-mcp"]
[mcp_servers.simple-support-system-mcp.env]
SIMPLE_SUPPORT_SYSTEM_BASE_URL = "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>"
SIMPLE_SUPPORT_SYSTEM_API_KEY = "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>"
SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN = "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"simple-support-system-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"simple-support-system-mcp": {
"command": "npx",
"args": [
"-y",
"simple-support-system-mcp"
],
"env": {
"SIMPLE_SUPPORT_SYSTEM_BASE_URL": "<your SIMPLE_SUPPORT_SYSTEM_BASE_URL>",
"SIMPLE_SUPPORT_SYSTEM_API_KEY": "<your SIMPLE_SUPPORT_SYSTEM_API_KEY>",
"SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN": "<your SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN>"
}
}
}
}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.bitterdev%2Fsimple-support-system-mcp)<a href="https://mcptoplist.com/server/io.github.bitterdev%2Fsimple-support-system-mcp"><img src="https://mcptoplist.com/badge/io.github.bitterdev%2Fsimple-support-system-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bitterdev
Other servers by bitterdev
- scraper-api-mcp#36,334 · 1 ver
- enpass-mcp#36,638 · 1 ver
- veracrypt-mcp#36,639 · 1 ver
- pdf-letter-mcp#44,554 · 4 vers
- pixelletter-mcp#44,555 · 4 vers
- dropscan-mcp#55,739 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Jul 27, 2026 |
| 1.0.2 | Jul 27, 2026 |
| 1.0.1 | Jul 27, 2026 |
| 1.0.0 | Jul 27, 2026 |
Frequently asked questions
- Who maintains simple-support-system-mcp?
- simple-support-system-mcp is maintained by bitterdev, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is simple-support-system-mcp listed on the Official MCP Registry?
- Yes — simple-support-system-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does simple-support-system-mcp have?
- MCP Toplist tracks 4 versions of simple-support-system-mcp, most recently published on Jul 27, 2026.
- Where can I find the source code for simple-support-system-mcp?
- The source code for simple-support-system-mcp is hosted at github.com/bitterdev/simple-support-system-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.