Skip to content
Cursor

boe mcp for Cursor

io.github.moureauf/boe-mcp

Bank of England base rate, rate history, historical lookup, and next MPC meeting date over stdio.

client:Cursor transport:stdio runtime:npm

Install boe mcp in Cursor

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

{
  "mcpServers": {
    "boe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}

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

boe mcp in other clients