finance for VS Code
io.github.cybeleri/finance
Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis
client:VS Code
transport:stdio
runtime:npm
Install finance in VS Code
.vscode/mcp.json
{
"servers": {
"finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"finance-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs