Itcons.app
Rank #21863glama/itcons-app/mcp
Connects AI assistants to the Itcons.app business operations platform for managing work reports, work orders, projects, clients, and users. It supports both local stdio and remote HTTP modes, enabling querying, searching, and creating operational data with secure authentication.
Itcons.app is a Model Context Protocol (MCP) server published by itcons-app. It ranks #21863 of 58,832 servers tracked on MCP Toplist. Itcons.app is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 21, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 36,969 of 58,832 servers on MCP Toplist.
Use Itcons.app
Add Itcons.app to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"itcons-app": {
"url": "https://mcp.itcons.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"itcons-app": {
"command": "npx",
"args": [
"-y",
"@itcons-app/mcp"
],
"env": {
"ITCONS_DOMAIN": "<your ITCONS_DOMAIN>",
"ITCONS_USERNAME": "<your ITCONS_USERNAME>",
"ITCONS_PASSWORD": "<your ITCONS_PASSWORD>",
"ITCONS_TOKEN": "<your ITCONS_TOKEN>",
"ITCONS_TIMEZONE": "<your ITCONS_TIMEZONE>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
itcons-app
Available versions (1)
| Version | Published |
|---|---|
| 0.5.1 | Apr 21, 2026 |
Frequently asked questions
- What is Itcons.app?
- Connects AI assistants to the Itcons.app business operations platform for managing work reports, work orders, projects, clients, and users. It supports both local stdio and remote HTTP modes, enabling querying, searching, and creating operational data with secure authentication.
- Who maintains Itcons.app?
- Itcons.app is maintained by itcons-app, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Itcons.app an official MCP server?
- Yes — Itcons.app is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Itcons.app have?
- MCP Toplist tracks 1 version of Itcons.app, most recently published on Apr 21, 2026.
- Where can I find the source code for Itcons.app?
- The source code for Itcons.app is hosted at github.com/itcons-app/mcp.