teamwork/mcp

๐Ÿข Workplace & Productivity
0 Views
0 Installs

๐ŸŽ–๏ธ ๐ŸŽ๏ธ โ˜๏ธ ๐ŸŽ ๐ŸชŸ ๐Ÿง - Project and resource management platform that keeps your client projects on track, makes managing resources a breeze, and keeps your profits on point.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "teamwork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teamwork-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Teamwork MCP Server

Model Context Protocol server for Teamwork.com integration with Large Language Models

Go Report Card Go MCP

๐Ÿ“Œ Are you a Teamwork.com user wanting to connect AI tools to your Teamwork.com site right now? Jump straight to the Usage Guide for tokens, enabling MCP, and client configuration examples.

๐Ÿ“– Overview

This MCP (Model Context Protocol) server enables seamless integration between Large Language Models and Teamwork.com. It provides a standardized interface for LLMs to interact with Teamwork.com projects, allowing AI agents to perform various project management operations.

๐Ÿค– What is MCP?

Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs. This server describes all the actions available in Teamwork.com (tools) in a way that LLMs can understand and execute through AI agents.

โœจ Features

  • Multiple Transport Modes: HTTP and STDIO interfaces for different deployment scenarios
  • Secure Authentication: Bearer token and OAuth2 integration with Teamwork.com
  • Tool Framework: Extensible toolset architecture for adding new capabilities
  • Production Ready: Comprehensive logging, monitoring, and observability
  • Read-Only Mode: Optional restriction to read-only operations for safety

See the auto-generated Tool Reference for every create/read/update operation exposed across Projects, Desk, Spaces, and Chat.

๐Ÿš€ Available Servers

This project provides three different ways to interact with the Teamwork.com MCP server:

๐Ÿ“ก HTTP Server

Production-ready HTTP server for cloud deployments and multi-client support.

๐Ÿ“– Full HTTP Server Documentation

Quick start:

TW_MCP_SERVER_ADDRESS=:8080 go run cmd/mcp-http/main.go

๐Ÿ’ฌ STDIO Server

Direct STDIO interface for desktop applications and development environments.

๐Ÿ“– Full STDIO Server Documentation

Quick start:

TW_MCP_BEARER_TOKEN=your-token go run cmd/mcp-stdio/main.go

๐Ÿ› ๏ธ HTTP CLI

Command-line tool for testing and debugging MCP server functionality.

๐Ÿ“– Full HTTP CLI Documentation

Quick start:

go run cmd/mcp-http-cli/main.go -mcp-url=https://mcp.example.com list-tools

๐Ÿ“‹ Prerequisites

  • Go 1.26 or later
  • Valid Teamwork.com API credentials (bearer token or OAuth2 setup)

๐Ÿงช Development & Testing

Running Tests

# Run all tests
go test ./...

# Run specific package tests
go test ./internal/twprojects/

MCP Inspector

For debugging purposes, use the MCP Inspector tool:

NODE_EXTRA_CA_CERTS=letsencrypt-stg-root-x1.pem npx @modelcontextprotocol/inspector node build/index.js

[!IMPORTANT] Note: The NODE_EXTRA_CA_CERTS environment variable is required when using OAuth2 authentication with the Let's Encrypt certification authority. Download the certificate here.

๐Ÿ—๏ธ Architecture

โ”œโ”€โ”€ cmd/
โ”‚   โ”œโ”€โ”€ mcp-http/          # HTTP server implementation
โ”‚   โ”œโ”€โ”€ mcp-stdio/         # STDIO server implementation
โ”‚   โ””โ”€โ”€ mcp-http-cli/      # CLI tool for testing via HTTP
โ”œโ”€โ”€ internal/
โ”‚   โ”œโ”€โ”€ auth/              # Authentication helpers (bearer & OAuth2 token handling)
โ”‚   โ”œโ”€โ”€ config/            # Configuration management (env, flags)
โ”‚   โ”œโ”€โ”€ helpers/           # Shared utility functions (errors, link helpers, tool parsing)
โ”‚   โ”œโ”€โ”€ request/           # HTTP request primitives / Teamwork API wiring
โ”‚   โ”œโ”€โ”€ toolsets/          # Tool framework and registration logic
โ”‚   โ””โ”€โ”€ twprojects/        # Teamwork project/domain tools (tasks, tags, timers, etc.)
โ”œโ”€โ”€ examples/              # Usage & integration examples (LangChain Node/Python)
โ”œโ”€โ”€ docs/usage/            # End-user setup & connection guide
โ”œโ”€โ”€ Makefile               # Common developer tasks
โ”œโ”€โ”€ Dockerfile             # Container build configuration
โ”œโ”€โ”€ CODE_OF_CONDUCT.md     # Community guidelines
โ”œโ”€โ”€ CONTRIBUTING.md        # Contribution guide
โ””โ”€โ”€ SECURITY.md            # Security policy

Related MCP Servers

6figr-com/jobgpt-mcp-server

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - MCP server for JobGPT โ€” search jobs, auto-apply, generate tailored resumes, track applications, and find recruiters from any MCP client. 34 tools for job search, applications, resumes, and outreach.

๐Ÿข Workplace & Productivity0 views
Agentled/mcp-server

๐Ÿ“‡ โ˜๏ธ - AI-native workflow orchestration with long-term memory, 100+ integrations, and unified credits. 32 MCP tools for building and running intelligent business workflows โ€” lead enrichment, content publishing, company research, media production, and more. Knowledge Graph that learns across executions.

๐Ÿข Workplace & Productivity0 views
alex13slem/openproject-codex-plugin

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Write-capable MCP server for OpenProject API v3 with Community Edition support. Search, create, update, assign, prioritize, and comment on work packages. Published as io.github.alex13slem/openproject in the official MCP Registry and installable with npx -y openproject-codex-plugin.

๐Ÿข Workplace & Productivity0 views
ap311036/ews-meeting-mcp

๐Ÿ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - Safely schedule Outlook meetings on on-prem Exchange EWS. Resolves attendees, discovers rooms, suggests slots, and requires preview-confirmed create/update/cancel writes with local credential handling and audit-friendly lifecycle records.

๐Ÿข Workplace & Productivity0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.