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
{
"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