mcpbeat Sign in

Xraylib MCP Server

local only

Xraylib MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from pypi. Last commit 14 Apr 2026.

MCP server providing X-ray interaction data via xraylib

Installs per day peak 31 · avg 12 · -28% w/w
a month agotoday
72
Installs / week
pypi · xraylib-mcp-server
3
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
BSD-3-Clause
License
Python

What the code does

We read the source, 18 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/ci.yml:178
    - name: Update server.json version
      run: |
        VERSION=${{ steps.version.outputs.VERSION }}

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 Xraylib MCP Server 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 xraylib-mcp-server -- uvx xraylib-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xraylib-mcp-server": {
      "args": [
        "xraylib-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xraylib-mcp-server]
command = "uvx"
args = ["xraylib-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "xraylib-mcp-server": {
      "args": [
        "xraylib-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xraylib-mcp-server": {
      "args": [
        "xraylib-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Xraylib MCP Server

same job, measured the same way
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
Ckan MCP Server
by aborruso

MCP server for interacting with CKAN open data portals

415 installs/wk local only
Oracle
by marcelo-ochoa

MCP server for interacting with Oracle databases

96 installs/wk local only
Smart Terminal
by pungggi

MCP PTY server providing AI agents with real interactive terminal access

153 installs/wk local only
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
Stackhawk
by stackhawk

An MCP server that provides interaction with StackHawk's security scanning platform.

95 installs/wk local only
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only

Xraylib MCP Server — questions

Answers built from our own checks of this server.

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