MCP Server
Jeff Vermeire
Develop an MCP server for agentic workflows. As more and more work moves toward AI-centric development and processing, agents are used extensively to automate and speed tasks. An MCP server would allow code editors like Cursor and Windsurf to directly interface with Sunsama and automatically manage tasks and schedules based on how and when tasks are completed. As more products move into agentic workflows, and more tools provide their own MCP servers, Sunsama is going to need this in order to keep up/stay ahead of other tools.
Zane Mccaig
Merged in a post:
Claude Desktop App (Model Context Protocol)
Shaayaan Sayed
I want to use Claude to manage my Sunsama. This should be possible with Claude's Model Context Protocols (https://modelcontextprotocol.io/introduction).
I imagine prompting claude with things like:
"pause sunsama focus"
"Switch focus to X and enter focus"
"subtract 20 minutes from actual time spent on task X"
"add task Z to backlog. this task is for xxx, create the description"
"show me all tasks in backlog"
"delete task Y"
Robert Niimi
I was also waiting for this but just started to build it myself until Sunsama decides to officially support an MCP server. I published
mcp-sunsama
on npm. It's still a work in progress but has the basic task management features at the moment. Feel free to make PRs.