MCP Server

ITM Platform

developer-toolsproductivity

Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.

Install

Paste into claude_desktop_config.json:

{
  "mcpServers": {
    "itmplatform-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.itmplatform.com/v2/_/mcp/"
      ]
    }
  }
}

Run in a terminal:

claude mcp add --transport http itmplatform-mcp-server https://api.itmplatform.com/v2/_/mcp/

Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "itmplatform-mcp-server": {
      "url": "https://api.itmplatform.com/v2/_/mcp/"
    }
  }
}

Transport & auth

Transport: http - Hosted remote (streamable HTTP). Nothing runs on your machine - the config above connects your client straight to the vendor's endpoint (older clients bridge via npx mcp-remote).

Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.

Links

Source repository · Homepage

Skip the install — WingMan's own 271 tools run hosted, no setup: browse the hosted tool directory. One endpoint, one free key: https://wingmanprotocol.com/mcp.