← Back to browse

universal-connector-mcp

Indexed by io.github.TeodorMCP

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUCMCP_ALLOWED_HOSTS UCMCP_APIS_CONFIG UCMCP_CACHE_TTL UCMCP_BLOCK_PRIVATE_IPS GITHUB_TOKEN
Claude Code
claude mcp add --env UCMCP_ALLOWED_HOSTS= --env UCMCP_APIS_CONFIG= --env UCMCP_CACHE_TTL= --env UCMCP_BLOCK_PRIVATE_IPS= --env GITHUB_TOKEN= universal-connector-mcp -- uvx universal-connector-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"universal-connector-mcp","command":"uvx","args":["universal-connector-mcp"],"env":{"UCMCP_ALLOWED_HOSTS":"","UCMCP_APIS_CONFIG":"","UCMCP_CACHE_TTL":"","UCMCP_BLOCK_PRIVATE_IPS":"","GITHUB_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "universal-connector-mcp": {
      "command": "uvx",
      "args": [
        "universal-connector-mcp"
      ],
      "env": {
        "UCMCP_ALLOWED_HOSTS": "",
        "UCMCP_APIS_CONFIG": "",
        "UCMCP_CACHE_TTL": "",
        "UCMCP_BLOCK_PRIVATE_IPS": "",
        "GITHUB_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.