Polarion MCP
Rank #3,515io.github.devemberx/mcp-server-polarion
MCP server for Polarion ALM — read and write documents and work items
Polarion MCP is a Model Context Protocol (MCP) server published by devemberx. It ranks #3,515 of 132,046 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. Polarion MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 6 tracked versions. It was first listed on May 28, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 128,531 of 132,046 servers on MCP Toplist.
Use Polarion MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-polarion -e "POLARION_URL=<your POLARION_URL>" -e "POLARION_TOKEN=<your POLARION_TOKEN>" -e "POLARION_MAX_REQUESTS_PER_SECOND=<your POLARION_MAX_REQUESTS_PER_SECOND>" -- uvx mcp-server-polarionReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-polarion]
command = "uvx"
args = ["mcp-server-polarion"]
[mcp_servers.mcp-server-polarion.env]
POLARION_URL = "<your POLARION_URL>"
POLARION_TOKEN = "<your POLARION_TOKEN>"
POLARION_MAX_REQUESTS_PER_SECOND = "<your POLARION_MAX_REQUESTS_PER_SECOND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-polarion": {
"command": "uvx",
"args": [
"mcp-server-polarion"
],
"env": {
"POLARION_URL": "<your POLARION_URL>",
"POLARION_TOKEN": "<your POLARION_TOKEN>",
"POLARION_MAX_REQUESTS_PER_SECOND": "<your POLARION_MAX_REQUESTS_PER_SECOND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-polarion": {
"command": "uvx",
"args": [
"mcp-server-polarion"
],
"env": {
"POLARION_URL": "<your POLARION_URL>",
"POLARION_TOKEN": "<your POLARION_TOKEN>",
"POLARION_MAX_REQUESTS_PER_SECOND": "<your POLARION_MAX_REQUESTS_PER_SECOND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-polarion": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-polarion"
],
"env": {
"POLARION_URL": "<your POLARION_URL>",
"POLARION_TOKEN": "<your POLARION_TOKEN>",
"POLARION_MAX_REQUESTS_PER_SECOND": "<your POLARION_MAX_REQUESTS_PER_SECOND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-polarion": {
"command": "uvx",
"args": [
"mcp-server-polarion"
],
"env": {
"POLARION_URL": "<your POLARION_URL>",
"POLARION_TOKEN": "<your POLARION_TOKEN>",
"POLARION_MAX_REQUESTS_PER_SECOND": "<your POLARION_MAX_REQUESTS_PER_SECOND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-polarion": {
"command": "uvx",
"args": [
"mcp-server-polarion"
],
"env": {
"POLARION_URL": "<your POLARION_URL>",
"POLARION_TOKEN": "<your POLARION_TOKEN>",
"POLARION_MAX_REQUESTS_PER_SECOND": "<your POLARION_MAX_REQUESTS_PER_SECOND>"
}
}
}
}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/io.github.devemberx%2Fmcp-server-polarion)<a href="https://mcptoplist.com/server/io.github.devemberx%2Fmcp-server-polarion"><img src="https://mcptoplist.com/badge/io.github.devemberx%2Fmcp-server-polarion.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
devemberx
Available versions (6)
| Version | Published |
|---|---|
| 2.1.0 | Aug 9, 2026 |
| 2.0.0 | Jul 22, 2026 |
| 1.6.0 | Jul 9, 2026 |
| 1.5.0 | Jun 28, 2026 |
| 1.4.0 | Jun 25, 2026 |
| 1.3.1 | Jun 17, 2026 |
Frequently asked questions
- Who maintains Polarion MCP?
- Polarion MCP is maintained by devemberx, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Polarion MCP listed on the Official MCP Registry?
- Yes — Polarion MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Polarion MCP have?
- MCP Toplist tracks 6 versions of Polarion MCP, most recently published on Aug 9, 2026.
- Where can I find the source code for Polarion MCP?
- The source code for Polarion MCP is hosted at github.com/devemberx/mcp-server-polarion.
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.