Back to Apps

MPT
Supports UIby umputun
Multi-provider tool for LLMs that sends prompts to multiple AI models in parallel.
0 stars
Works in:claude
Exposes:Tools
What it does
MPT is a command-line utility and MCP server that allows users to query multiple AI providers (OpenAI, Anthropic, Google) simultaneously. It synthesizes responses from different models to provide a more comprehensive perspective and catch hallucinations or errors a single model might miss.
Tools
mpt_generate: Sends a prompt to all configured AI providers and returns a consolidated set of responses.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mpt": {
"command": "mpt",
"args": ["--mcp.server"]
}
}
}
Supported hosts
Claude Desktop
Quick install
go install github.com/umputun/mpt/cmd/mpt@latestInformation
- Pricing
- free
- Published
- 6/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mpt": {"command": "mpt", "args": ["--mcp.server"]}}}





