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
Verwandte Server
Kone.vc
SponsorMonetize your AI agent with contextual product recommendations
byAir MCP
Personal Flight Tracking MCP
Cal.com Calendar
Integrates with the Cal.com Calendar API for appointment scheduling.
Research MCP Server
A research server that retrieves and creates survey data pages in Notion.
MCBU Campus Assistant
A chatbot for Manisa Celal Bayar University student affairs, featuring a web scraper, student database, and API integration tools for automation.
Webflow MCP Server
Apify-hosted MCP server for Webflow with 22+ tools. Sites, CMS collections, pages, content management, and publishing. No local setup needed.
VideoZero
Generate 2D animations and full explainer videos with VideoZero. Create engaging kinetic typography, illustrative charts, or animate complex algorithms and formulas.
Draw.io
Integrates Draw.io's diagramming capabilities with AI agents, enabling programmatic diagram control and analysis.
TinyTasks MCP Server
A hybrid MCP server compatible with Claude Desktop and Web, supporting both local and web deployment modes for task management.
Nextcloud Calendar
CalDAV Nectcloud calendar integration. Manage calendars, events, attendees, etc.
Calculator MCP Server
Performs basic arithmetic calculations. A TypeScript-based server demonstrating core MCP concepts.