PluginBench
MCP Server
Active
MIT

io.github.bitterdev/simple-support-system-mcp MCP Server

io.github.bitterdev/simple-support-system-mcp

What is the io.github.bitterdev/simple-support-system-mcp MCP server?

MCP server for the Simple Support System helpdesk API: read, answer and move tickets.

How to install io.github.bitterdev/simple-support-system-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIMPLE_SUPPORT_SYSTEM_BASE_URL
    required

    Base URL of the Concrete CMS site running the Simple Support System package

  • SIMPLE_SUPPORT_SYSTEM_API_KEY
    secret

    API key sent as the X-Api-Key header, needed for administrative calls

  • SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN
    secret

    Default access token for private projects

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add simple-support-system-mcp --env SIMPLE_SUPPORT_SYSTEM_BASE_URL=<YOUR_SIMPLE_SUPPORT_SYSTEM_BASE_URL> --env SIMPLE_SUPPORT_SYSTEM_API_KEY=<YOUR_SIMPLE_SUPPORT_SYSTEM_API_KEY> --env SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN=<YOUR_SIMPLE_SUPPORT_SYSTEM_PROJECT_TOKEN> -- npx -y simple-support-system-mcp

Related MCP servers

MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.

1
JavaScript
MIT
View repository →

MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.

1
Python
MIT
View repository →

MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.

0
Python
MIT
View repository →

Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.

0
TypeScript
MIT
View repository →

Send physical letters and faxes through the PixelLetter interface, test mode included.

0
TypeScript
MIT
View repository →