universal connector mcp for Cursor
io.github.teodormcp/universal-connector-mcp
Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install universal connector mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"universal-connector-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"universal-connector-mcp"
],
"env": {
"UCMCP_ALLOWED_HOSTS": "<UCMCP_ALLOWED_HOSTS>",
"UCMCP_APIS_CONFIG": "<UCMCP_APIS_CONFIG>",
"UCMCP_CACHE_TTL": "<UCMCP_CACHE_TTL>",
"UCMCP_BLOCK_PRIVATE_IPS": "<UCMCP_BLOCK_PRIVATE_IPS>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs