PluginBench
MCP Server
Active
MIT

io.github.TeodorMCP/universal-connector-mcp MCP Server

io.github.TeodorMCP/universal-connector-mcp

What is the io.github.TeodorMCP/universal-connector-mcp MCP server?

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

How to install io.github.TeodorMCP/universal-connector-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

    Example credential convention: <API_NAME>_TOKEN / <API_NAME>_API_KEY are injected for the API loaded under that name.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "universal-connector-mcp": {
      "command": "uvx",
      "args": [
        "universal-connector-mcp"
      ],
      "env": {
        "UCMCP_ALLOWED_HOSTS": "<YOUR_UCMCP_ALLOWED_HOSTS>",
        "UCMCP_APIS_CONFIG": "<YOUR_UCMCP_APIS_CONFIG>",
        "UCMCP_CACHE_TTL": "<YOUR_UCMCP_CACHE_TTL>",
        "UCMCP_BLOCK_PRIVATE_IPS": "<YOUR_UCMCP_BLOCK_PRIVATE_IPS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "universal-connector-mcp": {
      "command": "uvx",
      "args": [
        "universal-connector-mcp"
      ],
      "env": {
        "UCMCP_ALLOWED_HOSTS": "<YOUR_UCMCP_ALLOWED_HOSTS>",
        "UCMCP_APIS_CONFIG": "<YOUR_UCMCP_APIS_CONFIG>",
        "UCMCP_CACHE_TTL": "<YOUR_UCMCP_CACHE_TTL>",
        "UCMCP_BLOCK_PRIVATE_IPS": "<YOUR_UCMCP_BLOCK_PRIVATE_IPS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "universal-connector-mcp": {
      "command": "uvx",
      "args": [
        "universal-connector-mcp"
      ],
      "env": {
        "UCMCP_ALLOWED_HOSTS": "<YOUR_UCMCP_ALLOWED_HOSTS>",
        "UCMCP_APIS_CONFIG": "<YOUR_UCMCP_APIS_CONFIG>",
        "UCMCP_CACHE_TTL": "<YOUR_UCMCP_CACHE_TTL>",
        "UCMCP_BLOCK_PRIVATE_IPS": "<YOUR_UCMCP_BLOCK_PRIVATE_IPS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "universal-connector-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "universal-connector-mcp"
      ],
      "env": {
        "UCMCP_ALLOWED_HOSTS": "<YOUR_UCMCP_ALLOWED_HOSTS>",
        "UCMCP_APIS_CONFIG": "<YOUR_UCMCP_APIS_CONFIG>",
        "UCMCP_CACHE_TTL": "<YOUR_UCMCP_CACHE_TTL>",
        "UCMCP_BLOCK_PRIVATE_IPS": "<YOUR_UCMCP_BLOCK_PRIVATE_IPS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add universal-connector-mcp --env UCMCP_ALLOWED_HOSTS=<YOUR_UCMCP_ALLOWED_HOSTS> --env UCMCP_APIS_CONFIG=<YOUR_UCMCP_APIS_CONFIG> --env UCMCP_CACHE_TTL=<YOUR_UCMCP_CACHE_TTL> --env UCMCP_BLOCK_PRIVATE_IPS=<YOUR_UCMCP_BLOCK_PRIVATE_IPS> --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> -- uvx universal-connector-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →