Goodday Ro MCP Server

A read-only Model Context Protocol (MCP) server for integrating with Goodday project management platform. This server provides read-only tools for

Local serverstdioPython

What is the Goodday Ro MCP MCP server?

A read-only Model Context Protocol (MCP) server for integrating with Goodday project management platform. This server provides read-only tools for querying projects, tasks, and users through the Goodday API v2, ensuring no data can be. Exposed over MCP by the goodday ro mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server

Adding it to your client

goodday-ro-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration

You will need one environment variable: GOODDAY_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Python 3.10 or higher - UV package manager (recommended) or pip - Goodday API token

When to reach for it

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Goodday Ro MCP's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by cdmx1; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the goodday ro mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Goodday Ro MCP MCP server

{
  "mcpServers": {
    "goodday-ro": {
      "command": "uvx",
      "args": ["goodday-ro-mcp"],
      "env": {
        "GOODDAY_API_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.10 or higher - UV package manager (recommended) or pip - Goodday API token
VariableDescriptionRequired
GOODDAY_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Goodday Ro MCP to Prerequisites.

Frequently asked questions

It connects Goodday Ro MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Goodday Ro MCP directly.