Remote MCP server for the Workamajig project management API — 94 modules available
Make a direct API call to any Workamajig endpoint. Auth headers are set automatically.
method required — GET, POST, PUT, or DELETEmodule 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)Look up detailed API documentation for a specific module — fields, parameters, and sample payloads.
module required — Module name, e.g. "Projects", "Tasks", "Time"List all available Workamajig API modules with endpoints and supported HTTP methods.
search optional — Filter by name or descriptionhttps://wmjmcp.awx.pw/mcp
claude mcp add --transport http wmj https://wmjmcp.awx.pw/mcp --scope user
{
"mcpServers": {
"wmj": {
"command": "npx",
"args": ["mcp-remote", "https://wmjmcp.awx.pw/mcp"]
}
}
}