Loading MCP server directory, please wait...
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
npx @getmcp/cli add io.github.flumpiey/manager-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
MANAGER_API_URLManager API base URL (include /api2 when required)
MANAGER_API_KEYAccess token from Manager Settings (sent as X-API-KEY)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.flumpiey/manager-mcp": {
"command": "uvx",
"args": [
"manager-mcp"
],
"env": {
"MANAGER_API_URL": "",
"MANAGER_API_KEY": "",
"MANAGER_MCP_WRITE_SCOPES": "",
"MANAGER_MCP_DELETE_SCOPES": ""
}
}
}
}