Back to Browse

Manager MCP Server

Developer ToolsUse Caution2.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

About

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

Security Report

2.5
Use Caution2.5Critical Risk

Valid MCP server (1 strong, 4 medium validity signals). 6 known CVEs in dependencies (2 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Manager API base URL (include /api2 when required)Optional

Environment variable: MANAGER_API_URL

Access token from Manager Settings (sent as X-API-KEY)Required

Environment variable: MANAGER_API_KEY

Comma-separated write scopes: quotes,orders,parties,items,sales,purchases,banking,payroll,ledger,raw. Recommended: banking,sales,partiesOptional

Environment variable: MANAGER_MCP_WRITE_SCOPES

Comma-separated delete scopes (never implied by write scopes)Optional

Environment variable: MANAGER_MCP_DELETE_SCOPES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-flumpiey-manager-mcp": {
      "env": {
        "MANAGER_API_KEY": "your-manager-api-key-here",
        "MANAGER_API_URL": "your-manager-api-url-here",
        "MANAGER_MCP_WRITE_SCOPES": "your-manager-mcp-write-scopes-here",
        "MANAGER_MCP_DELETE_SCOPES": "your-manager-mcp-delete-scopes-here"
      },
      "args": [
        "manager-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!