SpatioMCP
The MCP server that gives your agent a workspace — notes, sheets, slides, email, tasks, and more. Built on the SpatioAPI.
One MCP server. Nine surfaces for your agent.
Each capability is a dedicated MCP tool wrapping the same endpoints you can hit directly via the SpatioAPI.
Notes
Create, update, and search markdown notes. Working memory for agents.
Sheets
Full spreadsheet CRUD — sheets, rows, individual cells.
Slides
Build presentations programmatically and export them.
Send, reply, search, and triage email across connected accounts.
Tasks
Create and complete tasks with due dates and assignees.
Calendar
Read, create, and update events across connected calendar providers.
Files
Upload, move, and organize files and folders.
Chat
List channels, post messages, and create new channels.
Code
Read repos, triage issues, and open or merge pull requests.
MCP on top. REST underneath.
SpatioMCP is a thin translation layer over the SpatioAPI. Agents get tool calls; your code gets plain HTTP.
Connect accounts
Link mail, calendar, chat, and GitHub once in Spatio Desktop. SpatioMCP routes every tool call through the right provider.
Add to your agent
Drop the MCP config into Claude Code, Cursor, or any MCP-compatible client. Your agent gets 12 tools covering notes, sheets, slides, mail, and more.
Let it run
The agent drafts, writes, and sends. Every artifact lands in your workspace — reviewable, editable, and reversible from Spatio Desktop.
Configure, call, automate.
Real snippets you can paste into your agent or your own backend.
{
"mcpServers": {
"spatio": {
"command": "npx",
"args": ["-y", "@spatio/mcp-server"],
"env": {
"SPATIO_API_TOKEN": "pat_your_token_here"
}
}
}
}Give your agent a workspace.
Install SpatioMCP in under a minute. Works with every MCP-compatible agent.