PSX MCP for Cursor
io.github.revolutionarybukhari/psx-mcp
Pakistan Stock Exchange in plain English — quotes, dividends, announcements, and indices.
client:Cursor
transport:stdio
runtime:pypi
Install PSX MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"psx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"psx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs