Skip to content
Cursor

CSE MCP for Cursor

io.github.gajarthan/cse-mcp

MCP server for Colombo Stock Exchange data

client:Cursor transport:stdio runtime:npm

Install CSE MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cse-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gajarthan/cse-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CSE MCP in other clients