Overview
Your Taskade AI agents can reach out to external tools by connecting to other companies' MCP servers. Notion, Linear, and any service that exposes a Model Context Protocol endpoint becomes a tool your agent can call. The connection is one-time, the agent uses it forever.
TL;DR: Taskade plays both sides of the Model Context Protocol. Other AI clients can connect to Taskade as a server (covered in MCP Server). And your Taskade agents can connect out to external MCP servers like Notion or Linear. This article covers the outbound direction. One connector, every agent in the workspace can use it. Build a custom agent →.
How it works
You add an MCP server to your workspace once. After that, any custom agent you build can be allowed to use it. The agent sees the server's tools the same way it sees Taskade's built-in tools.
A single connector handles auth and tool listing for every agent that needs it. No per-agent setup once the workspace has the server.
Add an external MCP server
You add the server in your workspace settings, then pick which agents can use it.
- Open Settings in your workspace.
- Click Connectors.
- Click Add connector and pick MCP Server.
- Paste the server's URL and sign in if the server requires it.
- Save. The connector is now available across the workspace.
Let an agent use the server
Once the connector is in place, allow a specific agent to call it.
- Open the agent's settings.
- Click Tools.
- Enable the MCP server in the tool list.
- Save.
The agent now sees every tool the server exposes. Ask the agent a question that calls for one of those tools, and it will pick up the right one automatically.
What this unlocks
- A Notion-aware research agent that can read your team's wiki without you exporting anything.
- A Linear-aware triage agent that can open issues, set priority, and assign owners straight from chat.
- A multi-server agent that can pull a fact from one server, reason on it, then write a result to another.
Plan availability
MCP server access (both inbound to Taskade and outbound from your agents) is part of Business, Max, and Enterprise plans. The full plan matrix lives at Pricing.
Tips
- One server, many agents. Add the connector once and reuse it. Avoid wiring the same server into every agent's prompt by hand.
- Tool descriptions matter. External MCP servers ship with their own tool docs. The clearer those docs, the better your agent picks the right tool. If a server's docs are vague, write a one-line description on the connector that explains when to reach for it.
- Watch the credit cost. Calling an external server uses a tool-call credit like any other tool. The model picker shows the live cost. See AI Models & Credit Costs.
Related guides
- Taskade as an MCP Server. The other direction. Let Claude Desktop or Cursor query your workspace.
- Custom AI Agents. Where you allow which agents to use which servers.
- Agent Tools. All the tool types an agent can call, MCP included.
- Agent Knowledge & Memory. Knowledge files complement MCP tools for full-context agents.
- AI Models & Credit Costs. Live cost on every tool call.
