mcpbeat Sign in

MCP API Connect MCP Server

local only

MCP API Connect runs on your own machine — the client starts it, so there is no endpoint to ping. 119 installs a week from pypi. Last commit 1 Sep 2026.

Protocol- & auth-agnostic API connector: SOAP/REST behind any auth, config-driven. Lib/API/MCP.

Installs per day peak 296 · avg 52
a month agotoday
119
Installs / week
pypi · mcp-api-connect
0
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

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

Alternatives to MCP API Connect

same job, measured the same way
VitaminMCP
by backas03

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

125 installs/wk local only
Gorgon Scout
by gorgon-cyber

Run AI-driven web-app and API security scans (DAST) from Claude or any MCP agent. Windows.

local only
Codabench MCP
by harshitagr

MCP server for the Codabench REST API — drives a full ML-benchmark participant workflow.

75 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
Repo Release Tools
by anselmoo

Config-driven branch and release helpers for Git repositories

1 338 installs/wk local only
Godot MCP
by satelliteoflove

Agent-driven Godot playtesting: editor control, input injection, game-time stepping, live state.

859 installs/wk local only
X Openapi Flow MCP
by tiago-marques

OpenAPI lifecycle guard and MCP sidecar for policy-driven API orchestration.

106 installs/wk local only

MCP API Connect — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP API Connect?
MCP API Connect 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-api-connect was installed 119 times last week.
How do I connect MCP API Connect?
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-api-connect straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP API Connect?
The pypi package mcp-api-connect was installed 119 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP API Connect open source?
Yes — it is published under the Apache-2.0 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.