MCP server for the TeamDynamix Web API — search tickets, KB articles, people, and assets via Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"teamdynamix-mcp-serv": {
"command": "npx",
"args": [
"-y",
"chatt-state/teamdynamix-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add teamdynamix-mcp-serv npx -y chatt-state/teamdynamix-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"teamdynamix-mcp-serv": {
"command": "npx",
"args": [
"-y",
"chatt-state/teamdynamix-mcp-server"
]
}
}
}