MCP Directory
Back

xero-mcp-server

by XeroAPI · TypeScript · ★ 263

An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction

Install

npx -y github:XeroAPI/xero-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

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. - Xero OAuth2 authentication with custom connections - Contact management - Chart of Accounts management - Invoice creation and management - MCP protocol compliance - Node.js (v18 or higher) - npm or pnpm - A Xero developer account with API credentials - [Xero Public API Documentation](https://developer.xero.com/documentation/api/) - [Xero API Explorer](https://api-explorer.xero.com/)…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers