teamdynamix-mcp
TeamDynamix MCP Server (unofficial)
Return to top
In this tutorial, you will configure teamdynamix-mcp in an MCP client, connect using the published package, and verify connectivity with read-only tools.
If you want to run from source as a contributor, use the development guide: docs/development/contributing.md.
Prerequisites
- Node.js 20+
- An MCP client (for example: VS Code or Claude Desktop)
- TeamDynamix credentials
- standard mode:
TEAMDYNAMIX_USERNAME+TEAMDYNAMIX_PASSWORD - admin mode:
TEAMDYNAMIX_BEID+TEAMDYNAMIX_WEB_SERVICES_KEY
- standard mode:
Step 1: add server configuration
Add a TeamDynamix server entry to your MCP client config:
- command:
npx - args:
-y,@selfagency/teamdynamix-mcp - env:
TEAMDYNAMIX_BASE_URLTEAMDYNAMIX_AUTH_MODE- standard mode:
TEAMDYNAMIX_USERNAME,TEAMDYNAMIX_PASSWORD - admin mode:
TEAMDYNAMIX_BEID,TEAMDYNAMIX_WEB_SERVICES_KEY
Step 2: start your MCP client
Start or reload your MCP client so it launches the TeamDynamix MCP server.
Expected: your client shows an active TeamDynamix server using stdio transport.
Step 3: verify tool connectivity
Call these tools in order:
teamdynamix_server_status— confirms credentials and base URL are configuredteamdynamix_get_current_user— returns your authenticated user recordteamdynamix_list_applications— lists accessible TeamDynamix apps
Expected: responses arrive without errors, and teamdynamix_server_status shows configured: true.
Step 4: verify a ticket app ID
Call teamdynamix_list_applications, pick the ticketing app, then call:
teamdynamix_list_ticket_statuseswithapp_id
If this works, your baseline environment is ready for ticket and KB workflows.
Next tutorial
- First Ticket Workflow
संबंधित सर्वर
Kone.vc
प्रायोजकMonetize your AI agent with contextual product recommendations
incident.io
An MCP server for interacting with the incident.io V2 API for incident management.
MCP Invoice Parser
Parses invoice data, uploads it to Google Sheets, and answers queries by fetching information from the sheet.
Obsidian-in-a-Vat
AI-native knowledge vault MCP server: capture thoughts, auto-promote to structured notes, and build a knowledge graph with Louvain clustering, all from Claude Desktop.
TanukiMCP
Automate and manage WordPress sites using browser automation and API integration.
MIE - Memory Intelligence Engine
Persistent knowledge graph MCP server that gives AI agents shared memory across sessions and providers. Stores facts, decisions, entities, and events with typed relationships.
Saga
A Jira-like project tracker for AI agents — epics, tasks, dependencies, and dashboards, all in local SQLite with zero setup.
Dynamics 365
Interact with Microsoft Dynamics 365 for customer relationship management.
Jira Weekly Reporter
Connects to a Jira instance to generate weekly reports based on issue activity.
Expense Tracker
Automated expense management with a Supabase backend and hierarchical category support.
MCP-PDF2MD
A high-performance service to convert PDFs from local files or URLs into Markdown using the Mistral AI OCR API.