Alces MCP Server
Rank #36,765com.moosejudge/alces-mcp
Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents
Alces MCP Server is a Model Context Protocol (MCP) server published by moosejudge. It ranks #36,765 of 132,113 servers tracked on MCP Toplist. Alces MCP Server is listed on Official MCP, with 8 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 95,348 of 132,113 servers on MCP Toplist.
Use Alces MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add alces-mcp -e "JIRA_URL=<your JIRA_URL>" -e "JIRA_USER_TOKEN=<your JIRA_USER_TOKEN>" -e "JIRA_ADMIN_TOKEN=<your JIRA_ADMIN_TOKEN>" -- npx -y alces-mcpReplace each placeholder with your own value before saving.
[mcp_servers.alces-mcp]
command = "npx"
args = ["-y", "alces-mcp"]
[mcp_servers.alces-mcp.env]
JIRA_URL = "<your JIRA_URL>"
JIRA_USER_TOKEN = "<your JIRA_USER_TOKEN>"
JIRA_ADMIN_TOKEN = "<your JIRA_ADMIN_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alces-mcp": {
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "<your JIRA_URL>",
"JIRA_USER_TOKEN": "<your JIRA_USER_TOKEN>",
"JIRA_ADMIN_TOKEN": "<your JIRA_ADMIN_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alces-mcp": {
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "<your JIRA_URL>",
"JIRA_USER_TOKEN": "<your JIRA_USER_TOKEN>",
"JIRA_ADMIN_TOKEN": "<your JIRA_ADMIN_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"alces-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "<your JIRA_URL>",
"JIRA_USER_TOKEN": "<your JIRA_USER_TOKEN>",
"JIRA_ADMIN_TOKEN": "<your JIRA_ADMIN_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alces-mcp": {
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "<your JIRA_URL>",
"JIRA_USER_TOKEN": "<your JIRA_USER_TOKEN>",
"JIRA_ADMIN_TOKEN": "<your JIRA_ADMIN_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"alces-mcp": {
"command": "npx",
"args": [
"-y",
"alces-mcp"
],
"env": {
"JIRA_URL": "<your JIRA_URL>",
"JIRA_USER_TOKEN": "<your JIRA_USER_TOKEN>",
"JIRA_ADMIN_TOKEN": "<your JIRA_ADMIN_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.moosejudge%2Falces-mcp)<a href="https://mcptoplist.com/server/com.moosejudge%2Falces-mcp"><img src="https://mcptoplist.com/badge/com.moosejudge%2Falces-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
moosejudge
Other servers by moosejudge
View all moosejudge servers →Available versions (8)
| Version | Published |
|---|---|
| 1.0.2 | Sep 16, 2026 |
| 1.0.1 | Sep 14, 2026 |
| 1.0.0 | Aug 20, 2026 |
| 0.8.1 | Aug 13, 2026 |
| 0.8.0 | Aug 13, 2026 |
| 0.7.0 | Aug 12, 2026 |
| 0.6.1 | Aug 12, 2026 |
| 0.6.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Alces MCP Server?
- Alces MCP Server is maintained by moosejudge, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Alces MCP Server listed on the Official MCP Registry?
- Yes — Alces MCP Server is listed on the Official MCP Registry.
- How many versions does Alces MCP Server have?
- MCP Toplist tracks 8 versions of Alces MCP Server, most recently published on Sep 16, 2026.
- Where can I find the source code for Alces MCP Server?
- The source code for Alces MCP Server is hosted at gitlab.com/moosejudge/alces-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.