MCP quickstart
SlideWeave MCP uses browser-based OAuth. You do not paste an API key into your client.
Before you begin
Section titled “Before you begin”You need:
- a SlideWeave account;
- an MCP client that supports remote HTTP servers and OAuth;
- a browser for the authorization screen.
Need an account first? Create your SlideWeave account.
Configure the server
Section titled “Configure the server”For Codex, add this server to your MCP configuration:
[mcp_servers.slideweave]url = "https://api.slideweave.com/mcp"enabled = truescopes = ["presentations:read", "presentations:write"]default_tools_approval_mode = "writes"Restart or reload the client, then ask it to list your SlideWeave presentations. The client opens SlideWeave in your browser. Sign in, review the requested permissions, and approve the connection.
Verify the connection
Section titled “Verify the connection”Try these requests in order:
- “List my SlideWeave presentations.”
- “Create a short test presentation about a topic of your choice.”
- “Read that presentation and add speaker notes to every slide.”
- “Move the test presentation to trash.”
The client should ask before write operations when its approval mode is set to writes.
Disconnect
Section titled “Disconnect”Open Connected apps in SlideWeave and disconnect the client. SlideWeave revokes the active grants and tokens for that client. A later request must be authorized again.
Next, review the available tools and safe update flow.