Taskade MCP
Rank #2,857io.github.taskade/mcp-server
Hosted OAuth MCP at https://www.taskade.com/mcp, or local @taskade/mcp-server.
Taskade MCP is a Model Context Protocol (MCP) server published by taskade. It ranks #2,857 of 132,046 servers tracked on MCP Toplist, and its repository has 164 GitHub stars. Taskade MCP is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 3 tracked versions. It was first listed on Jun 1, 2025 and most recently updated on Sep 11, 2026.
Ranks ahead of 129,189 of 132,046 servers on MCP Toplist.
Use Taskade MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http taskade https://www.taskade.com/mcpclaude mcp add taskade -e "TASKADE_API_KEY=<your TASKADE_API_KEY>" -- npx -y @taskade/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.taskade]
url = "https://www.taskade.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.taskade]
command = "npx"
args = ["-y", "@taskade/mcp-server"]
[mcp_servers.taskade.env]
TASKADE_API_KEY = "<your TASKADE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://www.taskade.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "<your TASKADE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"taskade": {
"url": "https://www.taskade.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "<your TASKADE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"taskade": {
"type": "http",
"url": "https://www.taskade.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"taskade": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "<your TASKADE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"taskade": {
"serverUrl": "https://www.taskade.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "<your TASKADE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"taskade": {
"url": "https://www.taskade.com/mcp"
}
}
}{
"mcpServers": {
"taskade": {
"command": "npx",
"args": [
"-y",
"@taskade/mcp-server"
],
"env": {
"TASKADE_API_KEY": "<your TASKADE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.taskade%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.taskade%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.taskade%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
taskade
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Sep 11, 2026 |
| 0.1.1 | Jun 27, 2026 |
| 0.1.0 | Jun 27, 2026 |
Frequently asked questions
- Who maintains Taskade MCP?
- Taskade MCP is maintained by taskade, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Taskade MCP listed on the Official MCP Registry?
- Yes — Taskade MCP is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Taskade MCP have?
- MCP Toplist tracks 3 versions of Taskade MCP, most recently published on Sep 11, 2026.
- Where can I find the source code for Taskade MCP?
- The source code for Taskade MCP is hosted at github.com/taskade/mcp.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.