← Back to browse

Manager.io MCP

Indexed by io.github.flumpiey

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMANAGER_API_URL MANAGER_API_KEY MANAGER_MCP_WRITE_SCOPES MANAGER_MCP_DELETE_SCOPES
Claude Code
claude mcp add --env MANAGER_API_URL= --env MANAGER_API_KEY= --env MANAGER_MCP_WRITE_SCOPES= --env MANAGER_MCP_DELETE_SCOPES= manager-mcp -- uvx manager-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"manager-mcp","command":"uvx","args":["manager-mcp"],"env":{"MANAGER_API_URL":"","MANAGER_API_KEY":"","MANAGER_MCP_WRITE_SCOPES":"","MANAGER_MCP_DELETE_SCOPES":""}}'
JSON
{
  "mcpServers": {
    "manager-mcp": {
      "command": "uvx",
      "args": [
        "manager-mcp"
      ],
      "env": {
        "MANAGER_API_URL": "",
        "MANAGER_API_KEY": "",
        "MANAGER_MCP_WRITE_SCOPES": "",
        "MANAGER_MCP_DELETE_SCOPES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.