mcpbeat Sign in

MCP Server Spira

by inflectra Your server? Claim it
local only

MCP Server Spira runs on your own machine — the client starts it, so there is no endpoint to ping. 141 installs a week from pypi. Last commit 17 Jul 2026.

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

Installs per day peak 46 · avg 23 · -20% w/w
a month agotoday
141
Installs / week
pypi · mcp-server-spira
0
Stars
1 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Server Spira 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-spira -- uvx mcp-server-spira
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-spira": {
      "args": [
        "mcp-server-spira"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-spira]
command = "uvx"
args = ["mcp-server-spira"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-spira": {
      "args": [
        "mcp-server-spira"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-spira": {
      "args": [
        "mcp-server-spira"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INFLECTRA_SPIRA_BASE_URL (The base URL for your instance of Spira (typically https://mycompany.spiraservice.net or https://demo-xx.spiraservice.net/mycompany)), INFLECTRA_SPIRA_USERNAME (The login name you use to access Spira), INFLECTRA_SPIRA_API_KEY (The API Key (RSS Token) you use to access the Spira REST API). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Spira

same job, measured the same way
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only
Swell MCP
by devkindhq

Model Context Protocol server for Swell e-commerce platform integration with AI assistants

51 installs/wk local only
HackMD
by yuna0x0

A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.

150 installs/wk local only
Chirak MCP
by ufhouck

Model Context Protocol (MCP) Server for Chirak Sales & Inventory Assistant

676 installs/wk local only
I
NetScaler Console MCP Server
by citrix

MCP server providing AI assistants the ability to interact with NetScaler environments

local only
Figma MCP Server
by oabolade

MCP server enabling AI assistants to interact with Figma designs via natural language commands

18 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only

MCP Server Spira — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Spira?
MCP Server Spira 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-spira was installed 141 times last week.
How do I connect MCP Server Spira?
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-spira straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server Spira?
The pypi package mcp-server-spira was installed 141 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Spira open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.