Server Polarion MCP Server

Talk to your Polarion - AI reads, writes, and reorganizes documents, work items, test runs, and traceability links. Its 40 documented tools cover work, document, item, test. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 12 · #101 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Server Polarion

before you install - you'll need

Set POLARION_URL, POLARION_TOKEN before connecting.

Claude Code

claude mcp add devemberx-mcp-server-polarion -- uvx mcp-server-polarion

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "devemberx-mcp-server-polarion": {
      "command": "uvx",
      "args": [
        "mcp-server-polarion"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-server-polarion - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.devemberx is GitHub-verified and matches the repo owner

03 · What Server Polarion can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list accessible projects, list documents in a project, list work items in a project (Lucene/SQL query), and list test runs in a project (Lucene query, templates filter).

Capability map

Tools grouped from the project's README - what Server Polarion lets an agent do.

Work

15 tools - e.g. List work items in a project (Lucene/SQL query); Get work item details with the body as raw HTML; Get work item details with the body as Markdown

list_work_items · get_work_item · read_work_item · list_work_item_links · list_work_item_attachments · get_work_item_attachment_content…

Document

11 tools - e.g. Get document metadata, optionally with the raw body HTML; Render a document end-to-end as Markdown; List a document's structural parts with embedded work item metadata

get_document · read_document · read_document_parts · list_document_attachments · get_document_attachment_content · list_document_comments…

Test

10 tools - e.g. List test runs in a project (Lucene query, templates filter); Get test run details, optionally with the raw HTML report body; List a test run's execution records, one per test case iteration

list_test_runs · get_test_run · list_test_records · get_test_record · list_test_record_attachments · get_test_record_attachment_content…

read & search

4 tools - e.g. List accessible projects; List documents in a project; Fetch copy-paste SQL recipes for advanced queries

list_projects · list_documents · get_sql_query_recipes · get_html_recipes

Latest releases

v2.1.0 · 2026-08-09

Highlights · Documents created or copied now carry rendering layouts, so work item property panels render correctly in the Polarion UI - write tools accept work item type ids and get_document returns the set. · Client…

v2.0.0 · 2026-07-22

Highlights · unified id/field naming across all tools - some parameter names changed. · Full attachment support: create, list, and download content for document, work item, and test record attachments. · New test…

v1.6.0 · 2026-07-09

Highlights · New bulk update_work_items tool: edit many work items in one call · New bulk create_test_runs tool · Read/list outputs now surface assignee names alongside ids · Test-run outputs now include group and…

04 · Who maintains Server Polarion

mcp-server-polarion is maintained by devemberx. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
other - ranked #101 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-09)
registry
io.github.devemberx/mcp-server-polarion (active, first published 2026-06-17 · 6 versions)
packages
pypi:mcp-server-polarion

06 · Server Polarion FAQ

Is Server Polarion still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Server Polarion do?

With this server connected, an agent can list accessible projects, list documents in a project, list work items in a project (Lucene/SQL query), and list test runs in a project (Lucene query, templates filter).

How do I install Server Polarion?

Run `uvx mcp-server-polarion`. The README documents 2 environment variables (POLARION_URL, POLARION_TOKEN) to set first. Set POLARION_URL, POLARION_TOKEN before connecting. You can also paste the ready-made client config above.

Does Server Polarion run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Server Polarion

More MCP servers to compare · ASD-STE100 Simplified Technical English · Tripitaka MCP · Simap MCP · Token Pilot · DWG MCP Server

More Python MCP servers · Ozon MCP Server · Dagpipe · Mcpg · Homebox MCP · see all