Manager.io MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 164 installs a week from pypi. Last commit 4 Aug 2026.
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
Today is the operative word: we check Manager.io MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add manager-mcp -- uvx manager-mcp
{
"mcpServers": {
"manager-mcp": {
"args": [
"manager-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.manager-mcp]
command = "uvx"
args = ["manager-mcp"]
{
"mcpServers": {
"manager-mcp": {
"args": [
"manager-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"manager-mcp": {
"args": [
"manager-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
MANAGER_API_URL (Manager API base URL (include /api2 when required)), MANAGER_API_KEY (Access token from Manager Settings (sent as X-API-KEY)), MANAGER_MCP_WRITE_SCOPES (Comma-separated write scopes: quotes,orders,parties,items,sales,purchases,banking,payroll,ledger,raw. Recommended: banking,sales,parties), MANAGER_MCP_DELETE_SCOPES (Comma-separated delete scopes (never implied by write scopes)).
The author declared them in the registry entry; get the values from the project itself.
Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.
MCP server for Slack — read/write messages, manage threads, and react to messages.
Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.
MCP server for interacting with 1Password via the CLI to read and manage credentials.
Local MCP server for Recite receipt processing with ledger and memory tools.
Unofficial local MCP server for Livespace CRM with read tools and guarded writes.
65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.
Query and manage Apache Pinot through MCP with typed tools and preview-first safety.
Answers built from our own checks of this server.