Back to Home
Vizioz icon

Teamwork-MCP

Verified Safe

by Vizioz

Overview

An MCP server for AI agents to interact with the Teamwork.com API, enabling management of projects, tasks, people, companies, and reporting within Teamwork.

Installation

Run Command
npx @vizioz/teamwork-mcp --domain=your-company --user=your-email@example.com --pass=your-password

Environment Variables

  • TEAMWORK_DOMAIN
  • TEAMWORK_USERNAME
  • TEAMWORK_PASSWORD
  • TEAMWORK_PROJECT_ID
  • SOLUTION_ROOT_PATH
  • ALLOW_TOOLS
  • DENY_TOOLS
  • DISABLE_LOGGING
  • LOG_LEVEL

Security Notes

Credentials (`TEAMWORK_USERNAME`, `TEAMWORK_PASSWORD`) are handled via environment variables, .env file, or command-line arguments, which is standard. All API communication is expected to be over HTTPS as enforced by the API client. Authentication uses Basic Auth which, while functional, is generally less secure than token-based approaches if not exclusively used over HTTPS. Logging of sensitive information in request/response bodies could be a concern if the log files are not adequately secured. The server uses file-based logging only, never printing sensitive data to the console, and redacts Authorization headers in logs, which is a good practice.

Similar Servers

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars12
Forks14
Last Update2025-12-04

Tags

TeamworkProject ManagementTask ManagementAPI IntegrationCollaboration