deepviews for Cursor
io.github.rswcf/deepviews
Free financial data: company analysis, DCF, comps, benchmarks, screening. No API key.
client:Cursor
transport:stdio
runtime:npm
Install deepviews in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deepviews": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepviews-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs