Submit

Freedcamp

@gabeosx

This is a Model Context Protocol (MCP) server implementation for Freedcamp task management. It provides tools for creating, updating, and deleting tasks in Freedcamp projects.
Overview

Freedcamp MCP Server

npm version license build downloads node GitHub All Releases

This is a Model Context Protocol (MCP) server implementation for Freedcamp task management. It provides tools for creating, updating, and deleting tasks in Freedcamp projects.

Features

  • Create new tasks with title, description, priority, due date, and assignee
  • Update existing tasks including status changes
  • Delete tasks
  • Environment variable support for credentials
  • Error handling and validation

Server Config

{
  "mcpServers": {
    "freedcamp": {
      "command": "npx",
      "args": [
        "freedcamp-mcp"
      ],
      "env": {
        "FREEDCAMP_API_KEY": "your_api_key",
        "FREEDCAMP_API_SECRET": "your_api_secret",
        "FREEDCAMP_PROJECT_ID": "your_project_id"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.