An MCP server that enables AI agents to manage, read, and respond to tickets within the HappyFox Ticketing system.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"happyfox-mcp": {
"command": "uvx",
"args": [
"happyfox-mcp"
]
}
}
}
Run in terminal:
claude mcp add happyfox-mcp uvx happyfox-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"happyfox-mcp": {
"command": "uvx",
"args": [
"happyfox-mcp"
]
}
}
}
Or install with pip: pip install happyfox-mcp
README Excerpt
<p align="center"> <img src="assets/happyfox-logo.png" width="96" alt="HappyFox logo" /> </p> <h1 align="center">HappyFox MCP Server</h1> <p align="center"> <img src="https://img.shields.io/badge/MCP-stdio%20%C2%B7%20streamable--http%20%C2%B7%20sse-8B5CF6" alt="MCP transports" /> <img src="https://img.shields.io/badge/python-3.10%2B-3776AB?logo=python&logoColor=white" alt="Python 3.10+" />
Tools (20)
HAPPYFOX_API_KEYHAPPYFOX_AUTH_CODEHAPPYFOX_DOMAINMCP_TRANSPORTPORTadd_ticket_updateassign_ticketchange_ticket_categorychange_ticket_prioritychange_ticket_statuscheck_connectioncreate_ticketget_contactget_ticket_detailsget_ticket_messageslist_categorieslist_contactslist_prioritieslist_stafflist_statuses
Topics
agentagenticagentic-aihappyfoxmcpticketing