MCP Server
MCP
Manager.io MCP
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
Install
uvx manager-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "manager-mcp",
"version": "0.2.6",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Manager API base URL (include /api2 when required)",
"isRequired": true,
"name": "MANAGER_API_URL"
},
{
"description": "Access token from Manager Settings (sent as X-API-KEY)",
"isRequired": true,
"isSecret": true,
"name": "MANAGER_API_KEY"
},
{
"description": "Comma-separated write scopes: quotes,orders,parties,items,sales,purchases,banking,payroll,ledger,raw. Recommended: banking,sales,parties",
"name": "MANAGER_MCP_WRITE_SCOPES"
},
{
"description": "Comma-separated delete scopes (never implied by write scopes)",
"name": "MANAGER_MCP_DELETE_SCOPES"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment