Home › Other › MCP FreeScout

MCP FreeScout

FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.

TypeScript
★ 29 stars Last pushed 2026-09-24 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.1.0)

npx -y @verygoodplugins/mcp-freescout@3.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-freescout": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-freescout@3.1.0"
      ],
      "env": {
        "FREESCOUT_URL": "<YOUR_VALUE>",
        "FREESCOUT_API_KEY": "<YOUR_VALUE>",
        "FREESCOUT_DEFAULT_USER_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • FREESCOUT_URL required — Your FreeScout instance URL (e.g., https://support.example.com)
  • FREESCOUT_API_KEY required secret — FreeScout API key with read/write permissions
  • FREESCOUT_DEFAULT_USER_ID — Default user ID for ticket operations

Related servers

Data from the Official MCP Registry