Teamwork MCP is a server that connects to the Teamwork API, providing a simplified interface for managing Teamwork projects and tasks. It allows retrieval, creation, updating, and deletion of tasks via RESTful API endpoints.
Teamwork MCP is a server that connects to the Teamwork API, providing a simplified interface for managing Teamwork projects and tasks. It allows retrieval, creation, updating, and deletion of tasks via RESTful API endpoints.
Clone the repository, install dependencies, configure your Teamwork credentials in a `.env` file, and run the server using Node.js.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"teamwork-mcp": {
"command": "npx",
"args": [
"-y",
"Clone the repository, install dependencies, configure your Teamwork credentials in a `.env` file, and run the server using Node.js."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Teamwork MCP?"
No configuration required. This server works out of the box.
"What resources are available in Teamwork MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Teamwork MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Teamwork MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.