REI3 Tickets MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@REI3 Tickets MCP Servercreate a ticket for the login page bug with high priority"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Key Features
Create tickets.
Create ticket worklog entries.
Close ticket by ticket key functionality.
Get context by ticket key functionality.
Get ticket info by ticket key functionality.
Related MCP server: Xalantis MCP Server
Installation
Installation instructions (release)
The FastMCP disk storage backend is currently blocking the creation of a new release build. Issue link: https://github.com/jlowin/fastmcp/issues/2514 Until this is resolved, please refer to other installation methods.
Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.
Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles
Download the latest release.
Set-ExecutionPolicy Bypass -> if you plan on using the shortcut 'open_config.ps1' script.
Adjust config.ini file variables.
Start the 'REI3 Tickets MCP Server.exe'
Installation instructions (manual)
Install Python 3.13.5.
Install uv Python package manager.
Add uv to PATH.
Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.
Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles
Download/Clone and extract this repository and adjust the config.ini file variables.
Ensure you have an MCP Client with the capability to run MCP tools at your disposal. I used AnythingLLM
Configure the MCP-Server JSON configuration to include the REI3-Tickets-MCP-Server.
Installation instruction (docker)
Install docker.
Install git.
Create a designated user in REI3 with access to the Tickets API role. This user will be used for authentication.
Set up an API Profile in your REI3 tickets instance. You can create one under: Tickets > Admin Tab > API profiles.
Download/Clone and extract this repository and adjust the config.ini file variables.
Run the
setup_docker.ps1script, it will create the docker image for you, as well as provide instructions on how to create the container.
MCP-Server JSON configuration examples for AnythingLLM:
For transport mode 'http':
{
"mcpServers": {
"REI3-Tickets-MCP-Server" : {
"url": "http://127.0.0.1:54321/mcp/",
"type": "streamable"
}
}
}Some MCP-Clients do not yet natively support OAuth Flows. If this affects you, the 'mcp-remote' package might be a solution. Link: https://www.npmjs.com/package/mcp-remote
For transport mode 'http' with the 'mcp-remote' package.
{
"mcpServers": {
"REI3-Tickets-MCP-Server" : {
"command": "npx",
"args": [
"mcp-remote",
"https://127.0.0.1:54321/mcp/"
]
}
}
}'stdio' transport has beenremoved in versions later than release: 2025-10-03_02 Please refer to transport mode 'http'.
For transport mode 'stdio':
{
"mcpServers": {
"REI3-Tickets-MCP-Server" : {
"command": "uv",
"args": [
"--directory",
"ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\REI3-Tickets-MCP-Server-main",
"run",
"rei3_tickets_mcp_server.py"
]
}
}
}Demonstration
Creating a REI3 ticket using the REI3-Tickets-MCP-Server:
Created ticket:
Created ticket worklog:
Creating a worklog entry inside an existing ticket:
Created ticket worklog:
Credits
This software utilizes:
Donate
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create and manage MeisterTask projects, tasks, and notes from your AI assistant.
- mcp-serverOAuthcom.make
Give your AI agents the tools to build, manage, and run automation workflows.
Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create, search, and manage OTRS tickets and configuration items via the OTRS API.7Apache 2.0

Xalantis MCP Serverofficial
AlicenseAqualityBmaintenanceEnables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.611MIT- FlicenseAqualityDmaintenanceEnables AI agents to create, query, search, and manage Movidesk tickets directly via natural language.8111-
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Jira issues with full CRUD, transitions, linking, commenting, and file attachments via the Jira REST API v3.1037Apache 2.0