Skip to content
Cursor

Xero for Cursor

io.github.asklokesh/xero-mcp-server

MCP server for Xero API integration

client:Cursor transport:stdio runtime:pypi

Install Xero in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xero-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "xero-mcp-server"
      ],
      "env": {
        "XERO_API_KEY": "<XERO_API_KEY>",
        "XERO_API_URL": "<XERO_API_URL>"
      }
    }
  }
}

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

Xero in other clients