ac.tandem/docs-mcp MCP Server
ac.tandem/docs-mcp
Access Tandem documentation, install guides, SDKs, and agent setup help via a remote MCP server.
What is the ac.tandem/docs-mcp MCP server?
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
How to install ac.tandem/docs-mcp
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"docs-mcp": {
"url": "https://tandem.ac/mcp"
}
}
}{
"mcpServers": {
"docs-mcp": {
"serverUrl": "https://tandem.ac/mcp"
}
}
}{
"servers": {
"docs-mcp": {
"type": "http",
"url": "https://tandem.ac/mcp"
}
}
}{
"mcpServers": {
"docs-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tandem.ac/mcp"
]
}
}
}claude mcp add --transport http docs-mcp https://tandem.ac/mcpUse cases
- Asking an AI assistant how to install and configure Tandem
- Looking up SDK methods or parameters without leaving your editor
- Getting step-by-step workflow guidance from within a Cursor or Claude session
- Troubleshooting agent setup with AI-assisted doc lookup
- Onboarding to Tandem by querying docs conversationally
ac.tandem/docs-mcp MCP server FAQ
It is a remote server hosted at https://tandem.ac/mcp; no local installation is required.
It uses streamable-http, so your MCP client must support that transport method.
It covers Tandem docs, install guides, SDKs, workflows, and agent setup help.
The metadata does not specify any authentication requirement; connect and query to verify access.
Related 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.