A Model Context Protocol (MCP) server for integrating with Goodday project management platform. This server provides tools for managing projects
Goodday MCP becomes available to MCP clients through the goodday mcp mcp server. A Model Context Protocol (MCP) server for integrating with Goodday project management platform. This server provides tools for managing projects, tasks, and users through the Goodday API v2.
A Model Context Protocol (MCP) server for integrating with Goodday project management platform. This server provides tools for managing projects, tasks, and users through the Goodday API v2.
Once connected, the assistant can call these 5 tools directly:
Features — The Features tool exposed by this serverSetup — 1. Copy openwebui/goodday_openwebui_complete_tool.py to your OpenWebUI tools directory 2. Configure the valves with your API credentials: - api_key: YourPrerequisites — The Prerequisites tool exposed by this serverConfiguration — 1. Set up environment variables: Create a .env file in your project root or export the variable: bash export GOODDAY_API_TOKEN=your_goodday_api_token_hereTesting — The Testing tool exposed by this serverThe server is distributed via PyPI as goodday-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply one environment variable: GOODDAY_API_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
File and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Goodday MCP sits in that group, and the shape of its toolset — Features, Setup, Prerequisites among others — tells you what it is really for. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Features | The Features tool exposed by this server. |
| Setup | 1. Copy openwebui/goodday_openwebui_complete_tool.py to your OpenWebUI tools directory 2. Configure the valves with your API credentials: - api_key: Your Goodday API token - search_url: Your VectorDB search endpoint (opt |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Configuration | 1. **Set up environment variables**: Create a .env file in your project root or export the variable: bash export GOODDAY_API_TOKEN=your_goodday_api_token_here |
| Testing | The Testing tool exposed by this server. |
{
"mcpServers": {
"goodday": {
"command": "goodday-mcp",
"env": {
"GOODDAY_API_TOKEN": "your_goodday_api_token_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| GOODDAY_API_TOKEN | Credential the server authenticates with. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.