Skip to content
Cursor

Content for Cursor

io.github.latentnoise/content

Turn URLs, files and text into media, transcripts, summaries, translations and PDF.

client:Cursor transport:stdio runtime:pypi

Install Content in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "content": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "content-mcp"
      ],
      "env": {
        "CONTENT_API_URL": "<CONTENT_API_URL>",
        "CONTENT_MCP_DOWNLOAD_DIR": "<CONTENT_MCP_DOWNLOAD_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Content in other clients