ITGlue

by junto-platforms

Not rated
GitHub

About

Unofficial MCP server for the ITGlue API

Details

Author
junto-platforms
Categories
Productivity

Setup

Install ITGlue in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/junto-platforms/itglue-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

An unofficialModel Context Protocol (MCP)server for theITGlueAPI. Enables AI assistants to manage ITGlue documents, document sections, and organizations.

Note: This is an unofficial, community-maintained project and is not affiliated with or endorsed by Kaseya/ITGlue.

- 13 toolscovering documents, document sections, and organizations
- Full CRUD support for documents and document sections
- Publish documents directly from your AI assistant
- Organization lookup for finding org IDs
- Pagination, filtering, and sorting support
- Markdown and JSON response formats
- Regional API support (US, EU, Australia)
- Stdio and streaming HTTP transports
- Docker support for containerized deployment
- Open Claude Desktop and go toSettings > Developer > Edit Config
- Add the following toclaude_desktop_config.json:

{ "mcpServers": { "itglue": { "command": "npx", "args": ["-y", "itglue-mcp-server"], "env": { "ITGLUE_API_KEY": "your-api-key-here" } } } }

- Save the file andrestart Claude Desktop

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

ITGLUE_API_KEY=your-key npx itglue-mcp-server --transport http --port 3000
{ "mcpServers": { "itglue": { "type": "streamable-http", "url": "http://localhost:3000/mcp" } } }

Other MCP Clients (Cursor, Windsurf, Claude Code, etc.)

Most MCP clients use the same stdio configuration format shown above.

Add--region euor--region auto the args:

{ "mcpServers": { "itglue": { "command": "npx", "args": ["-y", "itglue-mcp-server", "--region", "eu"], "env": { "ITGLUE_API_KEY": "your-api-key-here" } } } }
--api-key <key> ITGlue API key (overrides env var) --base-url <url> Custom API base URL (overrides env var) --region <region> API region: us, eu, or au (default: us) --transport <mode> Transport mode: stdio or http (default: stdio) --port <port> HTTP server port (default: 3000) --help Show help --version Show version

- Log in to ITGlue as an Administrator
- Go toAccount > Settings > API Keys
- Generate a new Custom API Key
- Copy the key and set it asITGLUE_API_KEY

ITGlue automatically revokes API keys unused for 90+ days.

The ITGlue API allows a maximum of 3,000 requests per 5-minute window. The server will return clear error messages if the rate limit is exceeded.

docker build -t itglue-mcp-server . docker run --rm -p 3000:3000 -e ITGLUE_API_KEY=your-key itglue-mcp-server

The Docker image runs in HTTP transport mode by default on port 3000.

docker pull ghcr.io/junto-platforms/itglue-mcp-server:latest docker run --rm -p 3000:3000 -e ITGLUE_API_KEY=your-key ghcr.io/junto-platforms/itglue-mcp-server:latest
# Install dependencies npm install # Build npm run build # Run locally (stdio) ITGLUE_API_KEY=your-key node dist/index.js # Run locally (HTTP) ITGLUE_API_KEY=your-key node dist/index.js --transport http # Development with auto-reload ITGLUE_API_KEY=your-key npm run dev # Development with HTTP transport ITGLUE_API_KEY=your-key npm run dev:http # Run tests npm test

Secure client access, automated ticket resolution, and intelligent IT operations. Discover how Junto is transforming MSP service delivery atjuntoai.com.

The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.

A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.

Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.

An MCP server for WordPress plugin audits

Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.

Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.

Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.