Connects Claude to Tendem's AI plus human agent service for task delegation and execution. Exposes operations to submit tasks, check status, and retrieve results from Tendem's hybrid workforce through their REST API. Reach for this when you need Claude to hand off complex, multi-step tasks that benefit from human oversight or require real-world actions beyond what AI can handle alone. Requires a Tendem API key from their agent portal. The server handles authentication and request formatting, so Claude can seamlessly queue work and monitor progress without dealing with Tendem's API directly.
[!WARNING] This repository contains the legacy local MCP server and should no longer be used. Use the remote MCP server instead: https://tendem.ai/for/mcp
MCP server for Tendem, AI + Human Agent to get tasks done.
To manage API keys, log into your Tendem account and visit https://agent.tendem.ai/tokens
tendem-mcp.mcpb from Releasescd mcpb
npx @anthropic-ai/mcpb pack . tendem-mcp.mcpb
claude mcp add tendem -e TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"tendem": {
"command": "uvx",
"args": ["tendem-mcp"],
"env": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}
Config location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsoncodex mcp add tendem --env TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp
Add to opencode.json:
{
"mcp": {
"tendem": {
"type": "local",
"command": ["uvx", "tendem-mcp"],
"environment": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}
gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon