Agent Tools
Back to MCP servers

com.teamwork/mcp

https://mcp.ai.teamwork.com
● healthy

The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://mcp.ai.teamwork.com
JSON-RPC initialize probe
curl -X POST https://mcp.ai.teamwork.com \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/teamwork/mcp