Learn how to connect your AI application to multiple MCP Servers with a single endpoint using the Klavis Unified MCP Server.
1. Create Individual MCP Server Instances
user_id
for all servers that you want to group under one unified server.Here’s how you can create a GitHub and a Jira MCP server instance for the same user.serverUrl
, instanceId
, and an oauthUrl
.oauthUrl
for each server to grant access. The Unified MCP Server will only connect to authenticated individual servers. Refer to our OAuth documentation for more details.2. Create a Unified MCP Server Instance
user_id
and platform_name
that you used in the previous step.serverUrl
for the Unified MCP Server.serverUrl
is the single endpoint you’ll use for your AI application to connect to all of the user’s underlying MCP servers.3. Use the Unified MCP Server
serverUrl
obtained in the previous step. You can now access tools from all connected MCP servers (e.g., GitHub and Jira) through this single connection.You can discover all available tools by calling the list_tools
endpoint on the Unified MCP Server. For more details, see the API reference for listing tools.