What is the com.teamwork/mcp MCP server?
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
How to install com.teamwork/mcp
Copy-paste configuration for popular MCP clients.
TW_MCP_BEARER_TOKENrequiredsecretAPI key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow
TW_MCP_LOG_FORMATChoose log output format between 'text' or 'json'. Default is 'text'.
TW_MCP_LOG_LEVELChoose log level between 'debug', 'info', 'warn' or 'error'. Default is 'info'.
AuthorizationrequiredsecretAPI key generated from the Teamwork.com OAuth2 process: https://apidocs.teamwork.com/guides/teamwork/app-login-flow
{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.23.0"
],
"env": {
"TW_MCP_BEARER_TOKEN": "<YOUR_TW_MCP_BEARER_TOKEN>",
"TW_MCP_LOG_FORMAT": "<YOUR_TW_MCP_LOG_FORMAT>",
"TW_MCP_LOG_LEVEL": "<YOUR_TW_MCP_LOG_LEVEL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.23.0"
],
"env": {
"TW_MCP_BEARER_TOKEN": "<YOUR_TW_MCP_BEARER_TOKEN>",
"TW_MCP_LOG_FORMAT": "<YOUR_TW_MCP_LOG_FORMAT>",
"TW_MCP_LOG_LEVEL": "<YOUR_TW_MCP_LOG_LEVEL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.23.0"
],
"env": {
"TW_MCP_BEARER_TOKEN": "<YOUR_TW_MCP_BEARER_TOKEN>",
"TW_MCP_LOG_FORMAT": "<YOUR_TW_MCP_LOG_FORMAT>",
"TW_MCP_LOG_LEVEL": "<YOUR_TW_MCP_LOG_LEVEL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.23.0"
],
"env": {
"TW_MCP_BEARER_TOKEN": "<YOUR_TW_MCP_BEARER_TOKEN>",
"TW_MCP_LOG_FORMAT": "<YOUR_TW_MCP_LOG_FORMAT>",
"TW_MCP_LOG_LEVEL": "<YOUR_TW_MCP_LOG_LEVEL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add mcp --env TW_MCP_BEARER_TOKEN=<YOUR_TW_MCP_BEARER_TOKEN> --env TW_MCP_LOG_FORMAT=<YOUR_TW_MCP_LOG_FORMAT> --env TW_MCP_LOG_LEVEL=<YOUR_TW_MCP_LOG_LEVEL> --env Authorization=<YOUR_AUTHORIZATION> -- docker run -i --rm docker.io/teamwork/mcp:v1.23.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.