Skip to content

Add Teamwork MCP server to registry #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions servers/teamwork/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: teamwork
image: mcp/teamwork
type: server
meta:
category: project-management
tags:
- teamwork
- project-management
- tasks
- collaboration
about:
title: Teamwork
description: Connect to Teamwork API for project management, task creation, subtasks, team collaboration, and comprehensive project tracking.
icon: https://www.teamwork.com/favicon-32x32.png
source:
project: https://github.com/Vizioz/Teamwork-MCP
branch: main
config:
description: Configure connection to your Teamwork workspace
secrets:
- name: teamwork.password
env: TEAMWORK_PASSWORD
example: your-teamwork-password
env:
- name: TEAMWORK_DOMAIN
example: your-company
value: '{{teamwork.domain}}'
- name: TEAMWORK_USERNAME
example: [email protected]
value: '{{teamwork.username}}'
parameters:
type: object
properties:
domain:
type: string
description: Your Teamwork subdomain (without .teamwork.com)
username:
type: string
description: Your Teamwork username/email
required:
- domain
- username