general MCP Server
An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @xeroapi/xero-mcp-server@latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-xeroapi-xero-mcp-server": {
"command": "npx",
"args": [
"@xeroapi/xero-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)