Skip to content
Cursor

praesentire mcp for Cursor

io.github.etha0916/praesentire-mcp

Bilingual financial news sentiment (English + Traditional Chinese) scored by Claude.

client:Cursor transport:stdio runtime:npm

Install praesentire mcp 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": {
    "praesentire-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "praesentire-mcp"
      ],
      "env": {
        "PRAESENTIRE_API_KEY": "<PRAESENTIRE_API_KEY>"
      }
    }
  }
}

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

praesentire mcp in other clients