Cursor

Use Docsumo MCP in Cursor.

Prerequisites

Setup

  1. Open Cursor Settings → MCP → Add new global MCP server, or edit ~/.cursor/mcp.json directly (use .cursor/mcp.json inside a project to scope it to that project).
  2. Add the Docsumo server (replace YOUR_API_KEY):
{
  "mcpServers": {
    "docsumo": {
      "url": "https://mcp.docsumo.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
  1. Save — Cursor picks up the change immediately (toggle the server off/on in Settings → MCP if needed).

Verify

The MCP settings page should show docsumo with a green dot and its tools. In a new Agent chat, try:

"Use Docsumo to show a summary of my documents by type and status."

Having trouble? See FAQ & troubleshooting.