mcpbeat Sign in

MCP Server Polarion

by devemberx Your server? Claim it
local only

MCP Server Polarion runs on your own machine — the client starts it, so there is no endpoint to ping. 296 installs a week from pypi. Last commit 18 Sep 2026.

MCP server for Polarion ALM — read and write documents and work items

Installs per day peak 367 · avg 72 · -38% w/w
a month agotoday
296
Installs / week
pypi · mcp-server-polarion
15
Stars
2 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/dependabot-auto-merge.yml:31
        run: gh pr edit "$PR_URL" --add-label major-update
        env:
          PR_URL: ${{ github.event.pull_request.html_url }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check MCP Server Polarion every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-polarion -- uvx mcp-server-polarion
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-polarion": {
      "args": [
        "mcp-server-polarion"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-polarion]
command = "uvx"
args = ["mcp-server-polarion"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-polarion": {
      "args": [
        "mcp-server-polarion"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-polarion": {
      "args": [
        "mcp-server-polarion"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: POLARION_URL (Base URL of the Polarion server), POLARION_TOKEN (Polarion personal access token), POLARION_MAX_REQUESTS_PER_SECOND (Client-side request rate cap in requests per second; match your deployment's throttle. 0 disables pacing (default: 1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Polarion

same job, measured the same way
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
Fomu MCP
by gabrielmahia

MCP server for government forms and document workflows in Kenya (fomu = form)

96 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
PandaDoc MCP Server
by pandadoc-mcp

PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.

answering
MDflow
by mdflow

Markdown workspace for AI agents: read, write, organize, and share markdown documents.

answering
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

154 installs/wk local only

MCP Server Polarion — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Polarion?
MCP Server Polarion runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-server-polarion was installed 296 times last week.
How do I connect MCP Server Polarion?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-polarion straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server Polarion?
The pypi package mcp-server-polarion was installed 296 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Polarion open source?
Yes — it is published under the MIT licence, written in Python, 15 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.