Universal API Connector MCP
Rank #10,949io.github.TeodorMCP/universal-connector-mcp
Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.
Universal API Connector MCP is a Model Context Protocol (MCP) server published by TeodorMCP. It ranks #10,949 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Universal API Connector MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 121,097 of 132,046 servers on MCP Toplist.
Use Universal API Connector MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add universal-connector-mcp -e "UCMCP_ALLOWED_HOSTS=<your UCMCP_ALLOWED_HOSTS>" -e "UCMCP_APIS_CONFIG=<your UCMCP_APIS_CONFIG>" -e "UCMCP_CACHE_TTL=<your UCMCP_CACHE_TTL>" -e "UCMCP_BLOCK_PRIVATE_IPS=<your UCMCP_BLOCK_PRIVATE_IPS>" -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- uvx universal-connector-mcpReplace each placeholder with your own value before saving.
[mcp_servers.universal-connector-mcp]
command = "uvx"
args = ["universal-connector-mcp"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TeodorMCP%2Funiversal-connector-mcp)<a href="https://mcptoplist.com/server/io.github.TeodorMCP%2Funiversal-connector-mcp"><img src="https://mcptoplist.com/badge/io.github.TeodorMCP%2Funiversal-connector-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
TeodorMCP
Available versions (3)
| Version | Published |
|---|---|
| 0.2.0 | Jul 23, 2026 |
| 0.1.1 | Jul 23, 2026 |
| 0.1.0 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Universal API Connector MCP?
- Universal API Connector MCP is maintained by TeodorMCP, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Universal API Connector MCP listed on the Official MCP Registry?
- Yes — Universal API Connector MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Universal API Connector MCP have?
- MCP Toplist tracks 3 versions of Universal API Connector MCP, most recently published on Jul 23, 2026.
- Where can I find the source code for Universal API Connector MCP?
- The source code for Universal API Connector MCP is hosted at github.com/TeodorMCP/universal-connector-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.