# Taskade

Taskade reads remote MCP servers from workspace Integrations. Add Cakewalk's gateway once and the tools become available to Taskade AI Agents and Automations across the workspace.

## Install Method

Custom form in workspace Integrations. The connection is workspace-scoped. Per-agent tool selection happens in each agent's tool settings.

## Step 1: Open Integrations

Pick one entry point:

* Open **Settings** > **Integrations**.
* Click the **Integrations** icon in the sidebar.

## Step 2: Add the Cakewalk Gateway

1. Click **Add MCP Server**.
2. Enter the MCP server URL: `https://mcp-gateway.getcakewalk.io/mcp`.
3. Configure authentication. For Cakewalk's gateway, select OAuth.

Taskade discovers the available tools automatically once the URL is reachable.

## Step 3: Authenticate

Taskade opens the OAuth flow in your browser. Sign in with your Cakewalk account and approve the Connection.

## Step 4: Enable Tools per Agent

1. Open a Taskade AI Agent.
2. Go to the agent's **tool settings**.
3. Toggle the Cakewalk tools you want this agent to use.

The same tools are also available to Automations from the **Automation builder**.

## Verifying It Works

In a conversation with the agent, ask it to list its available tools. The tools surfaced through the Cakewalk gateway appear in the response. In Cakewalk, the Taskade card on **My Agents** flips to **Connected** after the first agent call.

## Troubleshooting

* **Tools do not appear in the agent:** confirm the connection authenticated successfully in Integrations, then toggle the tools on in the agent's tool settings. Workspace-level connection alone does not auto-enable tools per agent.
* **OAuth flow returns to an error page:** copy the full callback URL from your browser's address bar and paste it back into the prompt at taskade.com.

## Learn more

* [MCP Connectors (Model Context Protocol)](https://help.taskade.com/en/articles/13929698-mcp-connectors-model-context-protocol) from Taskade.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/taskade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
