PluginBench
MCP Server
Active

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.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docs-mcp": {
      "url": "https://tandem.ac/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docs-mcp": {
      "serverUrl": "https://tandem.ac/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docs-mcp": {
      "type": "http",
      "url": "https://tandem.ac/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://tandem.ac/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http docs-mcp https://tandem.ac/mcp

Use 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

Is this a local or remote MCP server?

It is a remote server hosted at https://tandem.ac/mcp; no local installation is required.

What transport protocol does it use?

It uses streamable-http, so your MCP client must support that transport method.

What topics does the documentation cover?

It covers Tandem docs, install guides, SDKs, workflows, and agent setup help.

Do I need a Tandem account to use this MCP server?

The metadata does not specify any authentication requirement; connect and query to verify access.

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →