tiingo mcp for Cursor
io.github.mrfentmen/tiingo-mcp
MCP server for Tiingo: stocks, forex, crypto. Needs a free API token.
client:Cursor
transport:stdio
runtime:npm
Install tiingo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tiingo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tiingo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs