New: design and send email from the headless API.Explore the API
Model Context Protocol logo
Model Context Protocol

The MCP layer that connects your agents to everything

MCP is the common language between agents and the outside world. Preso speaks it both ways, so connecting a tool once makes it available to your entire agent workforce, scoped and governed.

Preso as an MCP server

A workspace-scoped MCP endpoint exposes your agents, tasks and projects to any MCP client, including Claude.ai, the CLI and your own apps.

Preso as an MCP client

Your agents use any MCP server, API, database or internal service you connect, with one wiring shared across the whole team.

How the MCP layer works

  1. 1

    Expose a tool

    Add an MCP server, API, database or internal service to your workspace.

  2. 2

    Scope it

    Choose exactly which capabilities and data agents may use.

  3. 3

    Every agent can use it

    No per-agent wiring, the whole workforce reaches it instantly.

  4. 4

    Governed end to end

    Every call runs under budgets, approvals and an audit trail.

What teams use MCP for

Connect your SaaS stack

Slack, GitHub, Linear, Notion, Salesforce, Google Drive and more, reachable by every agent.

Act on your own data

Expose internal APIs and databases as MCP tools so agents can read and write safely.

Power external clients

The same MCP endpoint serves your dashboard, the CLI, and clients like Claude.ai.

Keep it governed

Scope capabilities, gate sensitive actions behind approvals, and log everything.

Connect the tools you already use

Hundreds of tools, models and clouds, all through one governed layer.

Scoped per workspaceApprovals on sensitive actionsFull audit trail

Connect in seconds

Point any MCP client at the Preso server and authenticate once with OAuth.

MCP endpoint
https://www.trypreso.com/api/mcp
Add to Claude / Cursor
{
  "mcpServers": {
    "preso": {
      "type": "http",
      "url": "https://www.trypreso.com/api/mcp"
    }
  }
}

Add the server to your MCP client config and sign in once with OAuth. Your agent can then reach your workspace in plain language.

Frequently asked

What is the Model Context Protocol (MCP)?

MCP is an open standard that lets AI clients like Claude and Cursor securely call external tools and data. Preso ships an MCP server so your agents can act on your workspace, and acts as a client so it can reach any tool you connect.

Which clients can connect?

Any MCP-compatible client over HTTP — Claude.ai, Claude Desktop, Cursor, VS Code, and your own apps. Add the endpoint to the client config and sign in once.

How is it secured?

Connections are authenticated with OAuth and scoped to your workspace. You choose exactly which capabilities and data agents may use, gate sensitive actions behind approvals, and every call is logged to an audit trail.

Do I need to write any code?

No. Paste the config into your MCP client, authenticate, and your agent can build presentations, generate slides and read engagement in plain language. The same endpoint also powers the REST API if you prefer to build directly.