xAI’s Grok supports remote MCP servers, letting you use Toolcog for API operations across your conversations.
Grok supports remote MCP tools through its configuration.
In Grok’s MCP configuration, add Toolcog as a remote server:
{ "mcpServers": { "toolcog": { "url": "https://mcp.toolcog.com" } }}For programmatic access via the xAI SDK (version 1.4.0+), configure remote MCP tools in your client setup.
Ask Grok to use APIs:
“Find Mailchimp operations for managing subscriber lists”
Grok will use Toolcog to discover operations, learn their interfaces, and execute them when you ask.
When Grok needs to access your Toolcog account:
For downstream services (Mailchimp, Stripe, etc.), the same pattern applies.
You can connect multiple MCP servers to Grok simultaneously:
{ "mcpServers": { "toolcog": { "url": "https://mcp.toolcog.com" }, "toolcog-internal": { "url": "https://mcp.toolcog.com/mycompany/internal-apis" } }}Each server provides different capabilities accessible in the same conversation.
Ask Grok:
“What Notion operations are available for creating pages?”
If Grok returns a list of operations, Toolcog is connected.
https://mcp.toolcog.com