Productivity|Development|FinanceTypeScript

xero-mcp-server

An MCP server that integrates with the MCP protocol.

Free
N/A rating (0 reviews)0 installs231 GitHub stars
MCPXeroAPI

This is a Model Context Protocol (MCP) server implementation for Xero. It provides a bridge between the MCP protocol and Xero's API, allowing for standardized access to Xero's accounting and business features.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "xero-mcp-server-1": {
      "args": [
        "-y",
        "xero-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.