Workast MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Workast MCPCreate a task 'Fix login bug' in the development list."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Workast MCP
Agent MCP host for Workast. Exposes Model Context Protocol tools over Streamable HTTP at /mcp, authenticated with a Workast API key.
Public URL (agent deploy): https://agent.workast.com/mcp
A workspace-scoped API key locks tools to that workspace. Create a key in Workast under Preferences → API.
OAuth for end-user clients (
mcp.workast.com) comes later. This host is API-key only.
Cursor
Add to your Cursor mcp.json:
{
"mcpServers": {
"workast": {
"url": "https://agent.workast.com/mcp",
"headers": {
"Authorization": "Bearer ${env:WORKAST_API_KEY}"
}
}
}
}Set WORKAST_API_KEY in your environment (or Cursor’s env config) to a Workast secret API key.
Related MCP server: Arc Todo MCP
Tools
Tool | Description |
| Health check (requires auth) |
| Create a task in a list ( |
Local development
nvm use
npm install
npm test
npm run build
npm run devThen point the MCP Inspector at Streamable HTTP → http://localhost:3000/mcp and send an Authorization: Bearer <your-api-key> header.
Contributing
See CONTRIBUTING.md.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.
- Flicense-qualityBmaintenanceMCP server that wraps the Arc Todo REST API to manage tasks, knowledge, and workspace context via Streamable HTTP.
- Flicense-qualityBmaintenanceHTTP MCP server for TaskFrame that enables AI agents to manage projects, tasks, comments, and documents through the TaskFrame API.
- Flicense-qualityCmaintenanceHosted MCP server that exposes Flowya tasks, spaces, and weekly goals to AI clients like Cursor, Claude, and Cowork with per-user authentication and isolation.
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server for interacting with the Supabase platform
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/workast/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server