MCP server for Freshservice IT tickets
MCP server for Freshservice enabling AI assistants to manage IT service tickets, assets, and operations.
{
"mcpServers": {
"freshservice": {
"mcpServers": {
"freshservice": {
"env": {
"FRESHSERVICE_DOMAIN": "yourcompany.freshservice.com",
"FRESHSERVICE_API_KEY": "YOUR_FRESHSERVICE_API_KEY"
},
"args": [
"-y",
"freshservice-mcp"
],
"command": "npx"
}
}
}
}
}