Workamajig MCP Server v1.0.0

Remote MCP server for the Workamajig project management API — 94 modules available

Tools

wmj_api

Make a direct API call to any Workamajig endpoint. Auth headers are set automatically.

  • method required — GET, POST, PUT, or DELETE
  • module required — Endpoint path, e.g. "projects", "tasks", "time"
  • params optional — Query string parameters (GET requests)
  • data optional — JSON string body for POST/PUT (array of objects)
wmj_api_docs

Look up detailed API documentation for a specific module — fields, parameters, and sample payloads.

  • module required — Module name, e.g. "Projects", "Tasks", "Time"
wmj_list_modules

List all available Workamajig API modules with endpoints and supported HTTP methods.

  • search optional — Filter by name or description

Connect

MCP Endpoint

https://wmjmcp.awx.pw/mcp

Claude Code

claude mcp add --transport http wmj https://wmjmcp.awx.pw/mcp --scope user

Claude Desktop

{ "mcpServers": { "wmj": { "command": "npx", "args": ["mcp-remote", "https://wmjmcp.awx.pw/mcp"] } } }