mcpbeat Sign in

Universal Connector MCP Server

by teodormcp Your server? Claim it
local only

Universal Connector MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 24 Jul 2026.

Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.

Installs per day peak 42 · avg 21 · -47% w/w
a month agotoday
74
Installs / week
pypi · universal-connector-mcp
4
Stars
0 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: UCMCP_ALLOWED_HOSTS (Comma-separated extra hosts allowed for outbound calls (spec hosts are allowed automatically).), UCMCP_APIS_CONFIG (Path to a YAML file of APIs to preload at startup.), UCMCP_CACHE_TTL (TTL in seconds for caching read-only responses (default 60, 0 disables).), UCMCP_BLOCK_PRIVATE_IPS (Block outbound calls to private/loopback/link-local/cloud-metadata IPs (SSRF protection). Default true.), GITHUB_TOKEN (Example credential convention: <API_NAME>_TOKEN / <API_NAME>_API_KEY are injected for the API loaded under that name.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Universal Connector MCP

same job, measured the same way
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
CrowdStrike Falcon MCP Server
by crowdstrike

Connects AI agents with CrowdStrike Falcon for security analysis and automation.

10 994 installs/wk local only
CloudBees Unify MCP Server
by cloudbees

Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security

answering
Mythos Agent
by mythos-agent

Open-source AI security agent: SAST, DAST, and policy-as-code over MCP.

68 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Guardrails
by expertvagabond

AI Agent Guardrails MCP server - security layer

43 installs/wk local only
I
Ghost MCP Server
by ghostsecurity

Minimal MCP server for Ghost Security API - compatible with all MCP clients

24 installs/wk local only
FedRAMP 20x Requirements
by kevinrabun

An MCP server that provides access to FedRAMP 20x security requirements and controls.

294 installs/wk local only

Universal Connector MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Universal Connector MCP?
Universal Connector MCP 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 universal-connector-mcp was installed 74 times last week.
How do I connect Universal Connector MCP?
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 universal-connector-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Universal Connector MCP?
The pypi package universal-connector-mcp was installed 74 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Universal Connector MCP open source?
Yes — it is published under the MIT licence, written in Python and 4 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.