MCP Server
Rank #418com.teamwork/mcp
The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.
MCP Server is a Model Context Protocol (MCP) server published by teamwork. It ranks #418 of 132,046 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. MCP Server is listed across 4 registries — Official MCP, mcp.so, Glama and PulseMCP, with 141 tracked versions. It was first listed on Aug 15, 2025 and most recently updated on Sep 21, 2026.
Ranks ahead of 131,628 of 132,046 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http teamwork https://mcp.ai.teamwork.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http teamwork https://mcp.ai.teamwork.com/This endpoint requires authentication — see the server’s docs for credentials.
claude mcp add teamwork -e "TW_MCP_BEARER_TOKEN=<your TW_MCP_BEARER_TOKEN>" -e "TW_MCP_LOG_FORMAT=<your TW_MCP_LOG_FORMAT>" -e "TW_MCP_LOG_LEVEL=<your TW_MCP_LOG_LEVEL>" -- docker run -i --rm docker.io/teamwork/mcp:v1.44.0Replace each placeholder with your own value before saving.
[mcp_servers.teamwork]
url = "https://mcp.ai.teamwork.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.teamwork]
url = "https://mcp.ai.teamwork.com/"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.teamwork]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/teamwork/mcp:v1.44.0"]
[mcp_servers.teamwork.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.ai.teamwork.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.ai.teamwork.com/Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.44.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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"teamwork": {
"url": "https://mcp.ai.teamwork.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"url": "https://mcp.ai.teamwork.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.44.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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"teamwork": {
"type": "http",
"url": "https://mcp.ai.teamwork.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"teamwork": {
"type": "http",
"url": "https://mcp.ai.teamwork.com/"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"teamwork": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.44.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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"teamwork": {
"serverUrl": "https://mcp.ai.teamwork.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"serverUrl": "https://mcp.ai.teamwork.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.44.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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"teamwork": {
"url": "https://mcp.ai.teamwork.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"url": "https://mcp.ai.teamwork.com/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"teamwork": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/teamwork/mcp:v1.44.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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.teamwork%2Fmcp)<a href="https://mcptoplist.com/server/com.teamwork%2Fmcp"><img src="https://mcptoplist.com/badge/com.teamwork%2Fmcp.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
teamwork
Available versions (141)
| Version | Published |
|---|---|
| 1.44.0 | Sep 21, 2026 |
| 1.43.2 | Sep 15, 2026 |
| 1.43.1 | Sep 14, 2026 |
| 1.43.0 | Sep 14, 2026 |
| 1.42.0 | Sep 14, 2026 |
| 1.41.1 | Sep 14, 2026 |
| 1.41.0 | Sep 11, 2026 |
| 1.40.1 | Sep 10, 2026 |
| 1.40.0 | Sep 9, 2026 |
| 1.39.3 | Sep 9, 2026 |
| 1.39.2 | Sep 8, 2026 |
| 1.39.1 | Sep 8, 2026 |
| 1.39.0 | Sep 4, 2026 |
| 1.38.1 | Sep 3, 2026 |
| 1.38.0 | Sep 2, 2026 |
| 1.37.0 | Aug 28, 2026 |
| 1.36.0 | Aug 28, 2026 |
| 1.35.2 | Aug 27, 2026 |
| 1.35.1 | Aug 26, 2026 |
| 1.35.0 | Aug 26, 2026 |
| 1.34.0 | Aug 26, 2026 |
| 1.33.1 | Aug 21, 2026 |
| 1.33.0 | Aug 21, 2026 |
| 1.32.0 | Aug 20, 2026 |
| 1.31.0 | Aug 19, 2026 |
| 1.30.0 | Aug 19, 2026 |
| 1.29.0 | Aug 19, 2026 |
| 1.28.5 | Aug 18, 2026 |
| 1.28.4 | Aug 17, 2026 |
| 1.28.3 | Aug 17, 2026 |
| 1.28.2 | Aug 14, 2026 |
| 1.28.1 | Aug 12, 2026 |
| 1.28.0 | Aug 12, 2026 |
| 1.27.5 | Aug 11, 2026 |
| 1.27.4 | Aug 11, 2026 |
| 1.27.3 | Aug 10, 2026 |
| 1.27.2 | Aug 10, 2026 |
| 1.27.1 | Aug 7, 2026 |
| 1.27.0 | Aug 7, 2026 |
| 1.26.5 | Aug 5, 2026 |
| 1.26.4 | Jul 31, 2026 |
| 1.26.3 | Jul 31, 2026 |
| 1.26.2 | Jul 31, 2026 |
| 1.26.1 | Jul 31, 2026 |
| 1.26.0 | Jul 29, 2026 |
| 1.25.4 | Jul 27, 2026 |
| 1.25.3 | Jul 24, 2026 |
| 1.25.2 | Jul 23, 2026 |
| 1.25.1 | Jul 23, 2026 |
| 1.25.0 | Jul 16, 2026 |
| 1.24.1 | Jul 15, 2026 |
| 1.23.4 | Jul 13, 2026 |
| 1.23.3 | Jul 10, 2026 |
| 1.23.2 | Jul 10, 2026 |
| 1.23.1 | Jul 9, 2026 |
| 1.23.0 | Jun 26, 2026 |
| 1.22.0 | Jun 26, 2026 |
| 1.21.6 | Jun 22, 2026 |
| 1.21.5 | Jun 22, 2026 |
| 1.21.3 | Jun 19, 2026 |
| 1.21.2 | Jun 11, 2026 |
| 1.21.1 | May 29, 2026 |
| 1.21.0 | May 28, 2026 |
| 1.20.3 | May 18, 2026 |
| 1.20.2 | May 18, 2026 |
| 1.20.1 | May 15, 2026 |
| 1.20.0 | May 15, 2026 |
| 1.19.1 | May 14, 2026 |
| 1.19.0 | May 13, 2026 |
| 1.18.3 | May 12, 2026 |
| 1.18.2 | May 11, 2026 |
| 1.18.1 | May 7, 2026 |
| 1.18.0 | May 6, 2026 |
| 1.17.3 | May 5, 2026 |
| 1.17.2 | May 1, 2026 |
| 1.17.1 | May 1, 2026 |
| 1.17.0 | Apr 30, 2026 |
| 1.16.1 | Apr 30, 2026 |
| 1.16.0 | Apr 27, 2026 |
| 1.15.2 | Apr 24, 2026 |
| 1.15.1 | Apr 23, 2026 |
| 1.15.0 | Apr 23, 2026 |
| 1.14.8 | Apr 21, 2026 |
| 1.14.7 | Apr 21, 2026 |
| 1.14.6 | Apr 20, 2026 |
| 1.14.5 | Apr 20, 2026 |
| 1.14.4 | Apr 17, 2026 |
| 1.14.2 | Apr 17, 2026 |
| 1.14.1 | Apr 16, 2026 |
| 1.14.0 | Apr 15, 2026 |
| 1.13.0 | Apr 10, 2026 |
| 1.12.0 | Apr 7, 2026 |
| 1.11.11 | Apr 7, 2026 |
| 1.11.10 | Apr 3, 2026 |
| 1.11.9 | Apr 2, 2026 |
| 1.11.8 | Mar 30, 2026 |
| 1.11.7 | Mar 26, 2026 |
| 1.11.6 | Mar 24, 2026 |
| 1.11.5 | Mar 20, 2026 |
| 1.11.4 | Mar 13, 2026 |
| 1.11.3 | Mar 13, 2026 |
| 1.11.2 | Mar 12, 2026 |
| 1.11.0 | Mar 11, 2026 |
| 1.10.8 | Mar 11, 2026 |
| 1.10.7 | Mar 10, 2026 |
| 1.10.6 | Mar 10, 2026 |
| 1.10.5 | Mar 3, 2026 |
| 1.10.4 | Mar 2, 2026 |
| 1.10.3 | Feb 26, 2026 |
| 1.10.2 | Feb 26, 2026 |
| 1.10.1 | Feb 17, 2026 |
| 1.10.0 | Feb 16, 2026 |
| 1.9.3 | Feb 13, 2026 |
| 1.9.2 | Feb 12, 2026 |
| 1.9.1 | Jan 30, 2026 |
| 1.9.0 | Jan 30, 2026 |
| 1.8.9 | Jan 30, 2026 |
| 1.8.8 | Jan 30, 2026 |
| 1.8.7 | Jan 30, 2026 |
| 1.8.6 | Jan 26, 2026 |
| 1.8.5 | Jan 17, 2026 |
| 1.8.2 | Jan 17, 2026 |
| 1.8.1 | Jan 7, 2026 |
| 1.7.1 | Dec 3, 2025 |
| 1.7.0 | Nov 19, 2025 |
| 1.6.11 | Nov 13, 2025 |
| 1.6.10 | Nov 8, 2025 |
| 1.6.9 | Oct 30, 2025 |
| 1.6.8 | Oct 24, 2025 |
| 1.6.7 | Oct 24, 2025 |
| 1.6.6 | Oct 16, 2025 |
| 1.6.3 | Oct 8, 2025 |
| 1.5.6 | Sep 29, 2025 |
| 1.5.5 | Sep 29, 2025 |
| 1.5.4 | Sep 29, 2025 |
| 1.5.3 | Sep 26, 2025 |
| 1.5.2 | Sep 26, 2025 |
| 1.4.0 | Sep 17, 2025 |
| 1.3.0 | Sep 15, 2025 |
| 1.2.4 | Sep 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by teamwork, which publishes 1 MCP server (141 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside mcp.so, Glama and PulseMCP.
- How many versions does MCP Server have?
- MCP Toplist tracks 141 versions of MCP Server, most recently published on Sep 21, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/teamwork/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.