← Index

Itcons.app

io.github.itcons-app/mcp·v0.5.1·Other
Quality Score
85
/100

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.itcons.app/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@itcons-app/mcp"
      ],
      "env": {
        "ITCONS_DOMAIN": "<itcons_domain>",
        "ITCONS_USERNAME": "<itcons_username>",
        "ITCONS_PASSWORD": "<your-itcons_password>",
        "ITCONS_TOKEN": "<your-itcons_token>",
        "ITCONS_TIMEZONE": "Europe/Madrid"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@itcons-app/mcp"
      ],
      "env": {
        "ITCONS_DOMAIN": "<itcons_domain>",
        "ITCONS_USERNAME": "<itcons_username>",
        "ITCONS_PASSWORD": "<your-itcons_password>",
        "ITCONS_TOKEN": "<your-itcons_token>",
        "ITCONS_TIMEZONE": "Europe/Madrid"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @itcons-app/mcp
§02  Environment variables
ITCONS_DOMAIN
required

Itcons.app tenant domain, for example 'demo' for https://demo.itcons.app.

ITCONS_USERNAME

Itcons.app username or email for local stdio usage.

ITCONS_PASSWORD
secret

Itcons.app password for local stdio usage.

ITCONS_TOKEN
secret

Existing Itcons.app bearer token. Can be used instead of username and password.

ITCONS_TIMEZONE

Timezone used for date-based queries.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other