MCP server for LinkIT360 Ticketing-Infra (create & list infra tickets via browser automation).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ticketing-infra-360-": {
"command": "npx",
"args": [
"-y",
"bimopraksw/ticketing-infra-360-mcp"
]
}
}
}
Run in terminal:
claude mcp add ticketing-infra-360- npx -y bimopraksw/ticketing-infra-360-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ticketing-infra-360-": {
"command": "npx",
"args": [
"-y",
"bimopraksw/ticketing-infra-360-mcp"
]
}
}
}