Apacta Claude Desktop Config
Add the Apacta MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"apacta-com": {
"command": "npx",
"args": [
"-y",
"@mcp/apacta-com"
],
"env": {
"APACTA_API_KEY": "your_apacta_api_key"
}
}
}
}Environment Variables
APACTA_API_KEYReplace your_apacta_api_key with your actual apacta api key
Endpoints
GET
/activitiesGet a list of activities
POST
/activitiesCreate an activity
DELETE
/activities/bulkDeleteBulk delete activities
PUT
/activities/{activity_id}Edit an activity
DELETE
/activities/{activity_id}Delete an activity
GET
/citiesGet list of cities supported in Apacta
GET
/cities/{city_id}Get details about one city
GET
/clocking_recordsGet a list of clocking records
POST
/clocking_recordsCreate clocking record for authenticated user
POST
/clocking_records/checkoutCheckout active clocking record for authenticated user