MCP Server
MCP
Xero
MCP server for Xero API integration
Install
uvx xero-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "xero-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API Key for XERO",
"isRequired": true,
"isSecret": true,
"name": "XERO_API_KEY"
},
{
"description": "API URL for XERO",
"name": "XERO_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment