MCP.so
登录

Teamwork MCP

@Vizioz

关于 Teamwork MCP

MCP server to connect to the Teamwork API

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

Vizioz

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "teamwork-mcp-vizioz": {
      "command": "npx",
      "args": [
        "@vizioz/teamwork-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Teamwork MCP?

An MCP server that connects to the Teamwork API, providing a simplified interface for interacting with Teamwork projects and tasks. It is designed for developers using MCP-compatible clients like Cursor, Claude Desktop, or Windsurf.

How to use Teamwork MCP?

Install and run via npx: npx @vizioz/teamwork-mcp. Provide Teamwork credentials through environment variables (TEAMWORK_DOMAIN, TEAMWORK_USERNAME, TEAMWORK_PASSWORD), a .env file, or command-line arguments (--domain, --user, --pass). Optionally filter available tools using --allow-tools or --deny-tools with individual tool names or groups (Projects, Tasks, People, etc.). Logging can be disabled with --disable-logging.

Features of Teamwork MCP

  • Connect to Teamwork API and manage projects.
  • Full CRUD for tasks, subtasks, and comments.
  • Retrieve and manage companies and people.
  • Reporting for task completion and utilization.
  • Time entries and project allocations.
  • Tool filtering and configurable logging.

Use cases of Teamwork MCP

  • Track project tasks and subtasks in Teamwork.
  • Get metrics on completed and late tasks.
  • Manage people assignments and utilization.
  • Create companies and update person information.
  • Generate user task completion and utilization reports.

FAQ from Teamwork MCP

How do I provide Teamwork credentials?

Through environment variables (TEAMWORK_DOMAIN, TEAMWORK_USERNAME, TEAMWORK_PASSWORD), a .env file, or command-line arguments (--domain, --user, --pass).

Can I limit which tools are available?

Yes, use --allow-tools or --deny-tools with individual tool names or groups (Projects, Tasks, People, Reporting, Time, Comments). If both are provided, the allow list takes precedence.

How do I disable logging?

Use the --disable-logging or --no-logging command-line argument, or set the DISABLE_LOGGING=true environment variable.

What clients are supported?

The server integrates with Cursor, Claude Desktop, and Windsurf via MCP configuration using stdio transport.

What are the runtime requirements

评论

其他 分类下的更多 MCP 服务器