PluginBench
MCP Server

MCP FreeScout MCP Server

io.github.verygoodplugins/mcp-freescout

What is the MCP FreeScout MCP server?

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

How to install MCP FreeScout

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-freescout": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-freescout"
      ],
      "env": {
        "FREESCOUT_URL": "<YOUR_FREESCOUT_URL>",
        "FREESCOUT_API_KEY": "<YOUR_FREESCOUT_API_KEY>",
        "FREESCOUT_DEFAULT_USER_ID": "<YOUR_FREESCOUT_DEFAULT_USER_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-freescout": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-freescout"
      ],
      "env": {
        "FREESCOUT_URL": "<YOUR_FREESCOUT_URL>",
        "FREESCOUT_API_KEY": "<YOUR_FREESCOUT_API_KEY>",
        "FREESCOUT_DEFAULT_USER_ID": "<YOUR_FREESCOUT_DEFAULT_USER_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-freescout": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-freescout"
      ],
      "env": {
        "FREESCOUT_URL": "<YOUR_FREESCOUT_URL>",
        "FREESCOUT_API_KEY": "<YOUR_FREESCOUT_API_KEY>",
        "FREESCOUT_DEFAULT_USER_ID": "<YOUR_FREESCOUT_DEFAULT_USER_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-freescout": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-freescout"
      ],
      "env": {
        "FREESCOUT_URL": "<YOUR_FREESCOUT_URL>",
        "FREESCOUT_API_KEY": "<YOUR_FREESCOUT_API_KEY>",
        "FREESCOUT_DEFAULT_USER_ID": "<YOUR_FREESCOUT_DEFAULT_USER_ID>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-freescout --env FREESCOUT_URL=<YOUR_FREESCOUT_URL> --env FREESCOUT_API_KEY=<YOUR_FREESCOUT_API_KEY> --env FREESCOUT_DEFAULT_USER_ID=<YOUR_FREESCOUT_DEFAULT_USER_ID> -- npx -y @verygoodplugins/mcp-freescout

Related MCP servers

Graph-vector memory for AI assistants using FalkorDB and Qdrant

View repository →

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

View repository →

Evernote note management with OAuth and ENML conversion

View repository →

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

View repository →

Pirsch Analytics with natural language queries and trend analysis

View repository →

Read-only research tools for Robinhood portfolio data

View repository →