universal connector mcp for Grok
io.github.teodormcp/universal-connector-mcp
Security-first MCP server that connects any OpenAPI, GraphQL, gRPC or SOAP API to AI agents.
client:Grok
transport:stdio
runtime:pypi
Install universal connector mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs