ask-another
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ask-anotherAsk GPT-4o about recent AI breakthroughs."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ask-another
An MCP server that gives your AI assistant access to other LLMs. Query hundreds of models across OpenAI, Google, and OpenRouter through a single interface — with model discovery, usage-based favourites, and automatic enrichment (Elo ratings, pricing, knowledge cutoffs). Includes deep-research jobs and image generation across multiple model families.
Install for Claude Desktop (CDA)
Install uv —
brew install uv(macOS / Linux with Homebrew) orwinget install astral-sh.uv(Windows). See docs/install.md for other platforms.Download the latest
ask-another.mcpbfrom Releases.Double-click the
.mcpbfile — Claude Desktop opens an install dialog and prompts for your API keys.Paste at least one provider key — OpenAI (
sk-…), Google AI Studio (Gemini), or OpenRouter (sk-or-…). Leave the others blank.Click Enable. First launch downloads Python dependencies via uv (~30s); after that, sub-second.
Related MCP server: Index9 MCP Server
Install for Claude Code (CC)
Install uv —
brew install uv(macOS / Linux with Homebrew) orwinget install astral-sh.uv(Windows). See docs/install.md for other platforms.Add the marketplace and install:
/plugin marketplace add matthewgjohnson/ask-another /plugin install ask-another@ask-anotherEnter your keys: open
/plugin→ ask-another → Configure options, paste at least one provider key, and Save. Run/reload-pluginsto apply.Optional: enable auto-update at
/plugin→ Marketplaces →matthewgjohnson/ask-anotherso future versions install on CC startup.
Other MCP clients (Cursor, Windsurf, …)
For clients without MCPB or plugin support, add the server manually. Example config:
{
"mcpServers": {
"ask-another": {
"command": "uvx",
"args": ["--from", "git+https://github.com/matthewgjohnson/ask-another", "ask-another"],
"env": {
"PROVIDER_OPENAI": "sk-your-openai-key",
"PROVIDER_GEMINI": "your-google-key",
"PROVIDER_OPENROUTER": "sk-or-your-openrouter-key"
}
}
}
}What You Can Do
"Ask GPT-5.2 what it thinks about this architecture" →
completion"What Gemini models are available?" →
search_models"Research the state of WebAssembly in 2026" →
start_research"Generate a logo for my project" →
generate_image"Note that DeepSeek is good for creative writing" →
annotate_models
See all 10 tools in the Reference.
Learn More
Installation Guide — Linux/Windows setup, Claude Code, Cursor, Windsurf, and other MCP clients, all configuration options
Reference — tools, annotations & enrichment, architecture, development
Building from source
git clone https://github.com/matthewgjohnson/ask-another
cd ask-another
make mcpb # builds ask-another.mcpbThen double-click the .mcpb to install in Claude Desktop.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matthewgjohnson/ask-another'
If you have feedback or need assistance with the MCP directory API, please join our Discord server