OmniLLM: Universal LLM Bridge for Claude
OmniLLM: A Model Context Protocol (MCP) server that enables Claude to access and integrate responses from multiple LLMs including ChatGPT, Azure OpenAI, and Google Gemini, creating a unified AI knowledge hub.
sabpap
README
OmniLLM: Universal LLM Bridge for Claude
OmniLLM is an MCP server that allows Claude to query and integrate responses from other large language models (LLMs) like ChatGPT, Azure OpenAI, and Google Gemini, creating a unified access point for all your AI needs.
Features
- Query OpenAI's ChatGPT models
- Query Azure OpenAI services
- Query Google's Gemini models
- Get responses from all LLMs for comparison
- Check which LLM services are configured and available
Setup Instructions
1. Prerequisites
- Python 3.10+
- Claude Desktop application
- API keys for the LLMs you want to use
2. Installation
# Clone or download this repository
git clone https://github.com/yourusername/omnillm-mcp.git
cd omnillm-mcp
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install mcp[cli] httpx python-dotenv
3. Configuration
Create a .env
file in the project root with your API keys:
OPENAI_API_KEY=your_openai_key_here
AZURE_OPENAI_API_KEY=your_azure_key_here
AZURE_OPENAI_ENDPOINT=your_azure_endpoint_here
GOOGLE_API_KEY=your_google_api_key_here
You only need to add the keys for the services you want to use.
4. Integrating with Claude Desktop
- Open Claude Desktop
- Navigate to Settings > Developer > Edit Config
- Add the server to your
claude_desktop_config.json
file:
{
"mcpServers": {
"omnillm": {
"command": "python",
"args": [
"path/to/server.py"
],
"env": {
"PYTHONPATH": "path/to/omnillm-mcp"
}
}
}
}
Replace "path/to/server.py" with the actual path to your server.py file.
- Save the config file and restart Claude Desktop
Usage Examples
Once connected to Claude Desktop, you can use phrases like:
- "What would be the top places to visit if you're looking for an adventurous hiking trip? Consult ChatGPT"
- "What's the best way to learn programming? Ask Gemini for their opinion."
- "Compare different frameworks for building web applications, and then get input from both ChatGPT and Azure OpenAI"
Claude will automatically detect when to use the Multi-LLM Proxy tools to enhance its responses.
Available Tools
query_chatgpt
- Query OpenAI's ChatGPT with a custom promptquery_azure_chatgpt
- Query Azure OpenAI's ChatGPT with a custom promptquery_gemini
- Query Google's Gemini with a custom promptquery_all_llms
- Query all available LLMs and get all responses togethercheck_available_models
- Check which LLM APIs are properly configured
Troubleshooting
- Check that your API keys are correctly set in the
.env
file - Ensure Claude Desktop is properly configured with the server path
- Verify that all dependencies are installed in your virtual environment
- Check Claude's logs for any connection or execution errors
License
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.