MCP FreeScout
Rank #2,699io.github.verygoodplugins/mcp-freescout
FreeScout ticket management with AI-powered analysis, search filters, and structured outputs.
MCP FreeScout is a Model Context Protocol (MCP) server published by verygoodplugins. It ranks #2,699 of 115,460 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. MCP FreeScout is listed across 3 registries — Official MCP, Glama and PulseMCP, with 5 tracked versions. It was first listed on Aug 2, 2025 and most recently updated on Aug 28, 2026.
Ranks ahead of 112,761 of 115,460 servers on MCP Toplist.
Use MCP FreeScout
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-freescout -e "FREESCOUT_URL=<your FREESCOUT_URL>" -e "FREESCOUT_API_KEY=<your FREESCOUT_API_KEY>" -e "FREESCOUT_DEFAULT_USER_ID=<your FREESCOUT_DEFAULT_USER_ID>" -- npx -y @verygoodplugins/mcp-freescoutReplace each placeholder with your own value before saving.
[mcp_servers.mcp-freescout]
command = "npx"
args = ["-y", "@verygoodplugins/mcp-freescout"]
[mcp_servers.mcp-freescout.env]
FREESCOUT_URL = "<your FREESCOUT_URL>"
FREESCOUT_API_KEY = "<your FREESCOUT_API_KEY>"
FREESCOUT_DEFAULT_USER_ID = "<your FREESCOUT_DEFAULT_USER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}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.verygoodplugins%2Fmcp-freescout)<a href="https://mcptoplist.com/server/io.github.verygoodplugins%2Fmcp-freescout"><img src="https://mcptoplist.com/badge/io.github.verygoodplugins%2Fmcp-freescout.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verygoodplugins
Other servers by verygoodplugins
- MCP Automem#2,339 · 2 vers
- MCP Evernote#4,507 · 2 vers
- MCP Toggl Server#4,949 · 2 vers
- MCP Pirsch#10,488 · 2 vers
- MCP Local Wp#11,174 · 2 vers
- Robinhood MCP#12,595 · 1 ver
- Streamdeck MCP#15,606 · 2 vers
- MCP Edd#24,607 · 2 vers
Available versions (5)
| Version | Published |
|---|---|
| 3.1.0 | Aug 28, 2026 |
| 3.0.0 | Aug 14, 2026 |
| 2.0.1 | Apr 23, 2026 |
| 2.0.0 | Jan 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP FreeScout?
- MCP FreeScout is maintained by verygoodplugins, which publishes 11 MCP servers (20 total versions) tracked on MCP Toplist.
- Is MCP FreeScout listed on the Official MCP Registry?
- Yes — MCP FreeScout is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP FreeScout have?
- MCP Toplist tracks 5 versions of MCP FreeScout, most recently published on Aug 28, 2026.
- Where can I find the source code for MCP FreeScout?
- The source code for MCP FreeScout is hosted at github.com/verygoodplugins/mcp-freescout.