mcpbeat Sign in

Manager.io MCP Server

local only

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

Installs per day peak 95 · avg 32 · -31% w/w
a month agotoday
164
Installs / week
pypi · manager-mcp
1
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add manager-mcp -- uvx manager-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "manager-mcp": {
      "args": [
        "manager-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.manager-mcp]
command = "uvx"
args = ["manager-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "manager-mcp": {
      "args": [
        "manager-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Manager.io MCP

same job, measured the same way
Linkwarden MCP
by flumpiey

Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.

204 installs/wk local only
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
Weeek MCP
by yolkins

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

44 installs/wk local only
Onepassword
by pulsemcp

MCP server for interacting with 1Password via the CLI to read and manage credentials.

147 installs/wk local only
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

110 installs/wk local only
Livespace CRM MCP Server
by proautomator

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

27 installs/wk local only
MCP Office Excel
by dosev-ai

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

local only
Apache Pinot MCP Server
by startreedata

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

354 installs/wk local only

Manager.io MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Manager.io MCP?
Manager.io MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package manager-mcp was installed 164 times last week.
How do I connect Manager.io MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls manager-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Manager.io MCP?
The pypi package manager-mcp was installed 164 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Manager.io MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.